Closed
Description
What feature would you like to see?
Problem Statement:
- Currently, the language selection box is placed in the aside section. When a user selects "All Snippets," multiple code snippets are displayed on the right side. If the user scrolls down significantly, they need to scroll back up again to change the language, which disrupts the user experience.
Proposed Solution:
To improve usability, we can implement one of the following solutions:
- Fix the Position: Make the language selection box sticky so that it remains visible when the user scrolls down.
- Restrict the Code Snippet List Height: Limit the height of the code snippet list and make it scrollable, ensuring the language selection box remains accessible without extra scrolling.
Expected Benefits:
- Enhances user experience by making language switching more convenient.
- Reduces unnecessary scrolling, especially when many snippets are displayed.
- Improves accessibility and usability for users navigating through large lists of code snippets.
Metadata
Metadata
Assignees
Labels
No labels