Skip to content
Snippets Groups Projects
  1. Jun 20, 2022
  2. Jun 09, 2022
  3. Jun 02, 2022
  4. May 25, 2022
  5. May 19, 2022
  6. May 12, 2022
    • Kocher, Manuel's avatar
      Merge branch dbp-translation-component into master · 1fdd58c3
      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
      1fdd58c3
    • Kocher, Manuel's avatar
  7. Apr 28, 2022
    • Reiter, Christoph's avatar
      app-shell: allow trailing paths in the router · f5581c78
      Reiter, Christoph authored
      In case the path ending with the activity ID has more trailing path elements, we don't fall
      back to the default route but just ignore them (and save them in the router state).
      
      This allows passing in extra information via the path without breaking the routing,
      and in case we want to forward the routing to the activities in the future we can use
      the extra path elements we store for that.
      
      For this to work with our current logic we have to stop comparing path strings and compare
      the resulting computed state everywhere instead.
      f5581c78
  8. Apr 07, 2022
  9. Apr 05, 2022
  10. Mar 21, 2022
  11. Feb 16, 2022
  12. Feb 15, 2022
  13. Feb 09, 2022
  14. Feb 07, 2022
    • Reiter, Christoph's avatar
      Add getShadowRootDocument() helper · 9a638b18
      Reiter, Christoph authored
      In case the scoped registry polyfill is loaded we need to create
      elements inside of the shadowroot.
      
      getShadowRootDocument() returns the polyfilled shadowroot, or in case
      the polyfill is not loaded just return the global document, which works
      in case there are no scoped registries.
      
      In case we get something like https://github.com/open-wc/open-wc/pull/2389
      this will be usefull. Also it makes IDE completion work + eslint.
      9a638b18
  15. Feb 02, 2022
  16. Feb 01, 2022
  17. Jan 31, 2022
  18. Jan 27, 2022
  19. Jan 26, 2022
  20. Jan 24, 2022
  21. Jan 20, 2022
  22. Jan 18, 2022
  23. Jan 11, 2022
  24. Dec 16, 2021
  25. Dec 14, 2021
Loading