Resolve VSN-2113 "Feature/add session persistence for tabs, and local state for sub-tab lists"
-
Add arrow key navigation between pair/impair schedule time fields (up/down for days, left/right for aller/retour and morning/evening)
-
Persist tabs content and active tab in sessionStorage to preserve state across page navigation and browser refresh
-
Refactor store functions to return data directly instead of storing in global state (getXxx -> fetchXxxAndReturn) to prevent shared data between multiple tabs of the same item when keeping tabs in DOM
Closes VSN-2113