-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
The current side navigation (ToC) in the documentation closes all other sections when a user navigates to a specific section, leaving only the selected one open. We need to enhance the ToC component to ensure that the state is preserved, allowing all previously opened sections to remain open when a user navigates to a section.
Screen.Recording.2024-11-13.at.13.00.41.mov
Task:
- Update the ToC component to maintain the open/close state of sections across navigation.
- Ensure that multiple sections can be open simultaneously after navigation.
- Test the updated functionality to confirm state persistence.
Location of the code where changes need to be made:
https://github.com/diplodoc-platform/components/blob/master/src/components/Toc/Toc.tsx
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers
Type
Projects
Status
Todo