- Feb 16, 2022
-
-
Steinwender, Tamara authored
-
- Feb 09, 2022
-
-
Steinwender, Tamara authored
-
- Jan 26, 2022
-
-
Steinwender, Tamara authored
-
- Dec 16, 2021
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
This reverts commit 6c632dc6
-
- Dec 14, 2021
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Dec 09, 2021
-
-
Steinwender, Tamara authored
-
- Dec 07, 2021
-
-
Steinwender, Tamara authored
-
- Nov 24, 2021
-
-
Reiter, Christoph authored
This reverts commit 6324718b.
-
- Nov 23, 2021
-
-
Reiter, Christoph authored
This reverts commit 3716524b.
-
Reiter, Christoph authored
Just change all imports and dependencies.
-
- Jul 01, 2021
-
-
Reiter, Christoph authored
Instead of using the namespace which is hardcoded we use the tag name that was used to register the element (or the "real" tag name in case of a scoped element). This way if AppShell is regsitered as "dbp-some-app" it can still be overriden by specifying "dbp-some-app" in the overrides object.
-
- Jun 10, 2021
-
-
Reiter, Christoph authored
We need a separate i18next instance per component instance and call setOverrides() to override the translations.
-
Reiter, Christoph authored
Uses a separate namespace that gets used over the default one, so we can override, but also remove the overrides again when needed. This has the problem that all clones have the same store, so this overrides the translations for all clones and not just the one providing the overrides.
-
Reiter, Christoph authored
It was missing a provider element
-
- Feb 04, 2021
-
-
Bekerle, Patrizio authored
-
Bekerle, Patrizio authored
-
- Jan 19, 2021
-
-
Bekerle, Patrizio authored
-
Bekerle, Patrizio authored
Use "language" instead of "lang" because "lang" seems to be handled specially in html elements (dbp/apps/library#77)
-
- Jan 14, 2021
-
-
Bekerle, Patrizio authored
-
- Jan 12, 2021
-
-
Bekerle, Patrizio authored
Implement "set-property" handling in dbp-provider and use it in dbp-language-select (dbp/apps/library#77)
-
- Dec 21, 2020
-
-
Reiter, Christoph authored
-
- Nov 17, 2020
-
-
Steinwender, Tamara authored
-
Reiter, Christoph authored
Add a scope so we don't have to care about naming conflicts and set the verison to 0.1.0 since we don't have a stable API yet.
-
- Jul 14, 2020
-
-
Bekerle, Patrizio authored
-
- Jul 02, 2020
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
We only want to export it in the package entry point and not the generated bundle.
-
Reiter, Christoph authored
The demo now registers our web components lazily with a unique name so that two different apps using the same underlying web compontens don't clash. This also disables auto registering and leaves that to the user.
-
Reiter, Christoph authored
Just use the inherited one set by the user.
-
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
to be in line with the logo
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
This duplicates the language switcher on the tugraz.at site. Compared to the previous implementation we now show the next language and use the translations for the next language, so that users only knowing english can understand it. In case of more languages we just cycle through them, which isn't ideal but good enough for now.
-