Skip to content

#3546285: Include navigation events in undo/redo

  • Introduce navigationSlice and useNavigationSync to sync between the store and routing, add unit tests for both;
  • Add actions from navigationSlice to the uiSlice's undoStack, modify middleware in store.ts accordingly;
  • Convert Cypress component test for undo-redo timeline to Vitest, extend it to navigation;
  • Add end-to-end test with Playwright.

Merge request reports

Loading