- Apr 28, 2022
-
-
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.
-
- Feb 02, 2022
-
-
Reiter, Christoph authored
-
- Jun 24, 2021
-
-
Reiter, Christoph authored
In case the current state is the default one we don't redirect. This gets rid of the initial redirect/histroy entry when loading the page.
-
Reiter, Christoph authored
If the current state can't be used to generate a path just fall back to the current path
-
- Jun 21, 2021
-
-
Bekerle, Patrizio authored
-
- Apr 15, 2021
-
-
Bekerle, Patrizio authored
-
- Jul 07, 2020
-
-
Reiter, Christoph authored
-