Clinical-Genomics / streamline-delivery

Project tracking for streamline-delivery
0 stars 0 forks source link

Store scroll position and page #56

Closed seallard closed 8 months ago

seallard commented 8 months ago

To enable the user to get back to the correct page/scroll position, we need to store it in a global state (local storage or redux). This state will have to be read when a tab is loaded and set the page/scroll position accordingly.

Store analyses and orders page/scroll position separately.

seallard commented 8 months ago

Alternatively use https://reactrouter.com/en/main/components/scroll-restoration

moedarrah commented 8 months ago
moedarrah commented 8 months ago

Done!