Skip to content
Snippets Groups Projects
  1. 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
  2. Apr 07, 2022
  3. Feb 15, 2022
  4. Feb 09, 2022
  5. 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
  6. Feb 02, 2022
  7. Feb 01, 2022
  8. Jan 27, 2022
  9. Jan 26, 2022
  10. Jan 20, 2022
  11. Jan 18, 2022
  12. Jan 11, 2022
  13. Dec 16, 2021
  14. Dec 14, 2021
  15. Dec 09, 2021
  16. Dec 07, 2021
  17. Nov 24, 2021
  18. Nov 23, 2021
  19. Oct 07, 2021
  20. Sep 14, 2021
  21. Sep 02, 2021
  22. Jul 01, 2021
  23. Jun 30, 2021
  24. Jun 29, 2021
  25. Jun 28, 2021
  26. Jun 24, 2021
  27. Jun 22, 2021
  28. Jun 17, 2021
Loading