- Jul 01, 2020
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
We no longer need to support old edge, so we can just use import.meta.url everywhere which doesn't any initialization.
-
Reiter, Christoph authored
karma-chrome-launcher doesn't support newer chrome yet
-
Reiter, Christoph authored
-
Reiter, Christoph authored
This should be used by every app, so move it here to avoid duplication.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
In case we try to register the element multiple times under the same name just do nothing. This allows us to not register things by default and register under the same name in multiple places where needed without coordination.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
-
-
-
Reiter, Christoph authored
-
-
-
-
Reiter, Christoph authored
-
-
-
Reiter, Christoph authored
These allow linking multiple AbortControllers and ceate a timeout abort signal. For example in case you want to abort a fetch in case (1) the UI element gets removed (2) a newer request replacing this one gets started (3) a timeout happens because the fetch takes too long createLinkedAbortController() allows merging multiple signals into one and createTimeoutAbortSignal() allows creating a singal that auto aborts after some time passes.
-
Reiter, Christoph authored
This generalizes the features of the events module and should replace it in the long run. It allows simple pub/sub and retained events without a centralized instance.
-
Reiter, Christoph authored
-
-
Reiter, Christoph authored
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
-
Reiter, Christoph authored
This makes responsivness of single selects work better. See https://stackoverflow.com/questions/30788171/wrap-selected-text-with-select2 See https://gitlab.tugraz.at/VPU/Apps/Library/issues/42
-
Reiter, Christoph authored
It has a new enough firefox now
-
-
-
Reiter, Christoph authored
-