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 27, 2022
  3. Apr 25, 2022
  4. Apr 24, 2022
  5. Apr 23, 2022
  6. Apr 19, 2022
  7. Apr 18, 2022
  8. Apr 17, 2022
  9. Apr 14, 2022
  10. Apr 13, 2022
  11. Apr 11, 2022
  12. Apr 10, 2022
Loading