#3546285: Include navigation events in undo/redo
- Introduce
navigationSlice
anduseNavigationSync
to sync between the store and routing, add unit tests for both; - Add actions from
navigationSlice
to theuiSlice
'sundoStack
, modify middleware instore.ts
accordingly; - Convert Cypress component test for undo-redo timeline to Vitest, extend it to navigation;
- Add end-to-end test with Playwright.