Detail navigation
Since wo do not want a full blown up navigation library like react-router i implemented a own navigation solution which can just navigate by updating the search param for the detail page
Merge request reports
Activity
requested review from @OC000008353898
assigned to @OC000033413348
- Resolved by Manuel Jung
- Resolved by Adam Reichold
- Resolved by Adam Reichold
Since wo do not want a full blown up navigation library like react-router
I also think this is a bit of misrepresentation: I do not want to carve out a routing hole for the SPA's router in the HTTP server configuration of the CMS. I am certainly open to using a full blown SPA router here, we just need to limit the routing to happen based on the query string instead of the path.
added 1 commit
- acb7e6ff - respect all query params on "isDetailPage" selector
- Resolved by Manuel Jung
- Resolved by Manuel Jung
- Resolved by Adam Reichold
Needs a rebase to resolve conflicts. Also the
useNavigation
hook should get a unit test now that the testing architecture is merged.
- Resolved by Manuel Jung
- Resolved by Manuel Jung
- Resolved by Adam Reichold
- Resolved by Manuel Jung
added 1 commit
- eda87f67 - rely on window.URL instead of raw href string
added 1 commit
- 4ab88202 - made useNavigation hook aware of other search params