- Nov 23, 2022
-
-
Steinwender, Tamara authored
-
- Nov 09, 2022
-
-
Steinwender, Tamara authored
-
- May 12, 2022
-
-
Kocher, Manuel authored
Squashed commit of the following: commit 21309f2c Merge: f69672e8 7a2e492e Author: Manuel Kocher <manuel.kocher@tugraz.at> Date: Thu May 12 14:16:56 2022 +0200 Merge branch 'master' into dbp-translation-component commit f69672e8 Author: Manuel Kocher <manuel.kocher@tugraz.at> Date: Thu May 12 13:48:10 2022 +0200 Remove unnecessary en translation text commit 6d0df984 Author: Manuel Kocher <manuel.kocher@tugraz.at> Date: Thu May 12 13:36:45 2022 +0200 Remove unnecessary imports and minor refactor commit 6496d910 Author: Manuel Kocher <manuel.kocher@tugraz.at> Date: Thu May 12 13:24:51 2022 +0200 Add lang-File attribute to README commit 7a528144 Author: Manuel Kocher <manuel.kocher@tugraz.at> Date: Thu May 12 13:17:40 2022 +0200 Add dbp-translation component and include it in showcase
-
Kocher, Manuel authored
-
- Feb 02, 2022
-
-
Reiter, Christoph authored
-
- Nov 30, 2021
-
-
Reiter, Christoph authored
This combines URLs similar to an URL join, but assumes the base URL is the root path instead of the host. This is useful for combining API paths with API server entry points.
-
- Jul 08, 2021
-
-
Bekerle, Patrizio authored
-
- Jun 10, 2021
-
-
Bekerle, Patrizio authored
-
- Mar 23, 2021
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
appending "#debug" to the URL enables it again. Not sure if this the best mechanism, but better than spaming the console for now.
-
- Nov 18, 2020
-
-
Tögl, Christina authored
-
- Nov 05, 2020
-
-
Reiter, Christoph authored
Add anew one since this adds some default padding and I don't want to break existing layouts by changing the normal button. If we figure out a way to keep the layout the same without changing the padding then we can merge things back. Also align the mini spinner a bit better with text
-
- Jul 01, 2020
-
-
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
When specifying a package for code splitting, rollup requires the packages to have a valid entry point for some reason. Add an empty one.
-