0 comments (0 comments)1 reaction (1 reaction)0 assignees (0 assignees)Python37,363 stars (37,363 stars)3,263 forks (3,263 forks)batch import
UI/UXgood first issuewebsite
Description
- Add an option to toggle between vertical and horizontal display messages.
- Add option to remove message content limit
- Add slider from 1 to n messages per row when messages are displayed horizontally, default is n
- Store 1 and 2 in local storage
- Issue type
- feature
- Research direction
- Explore the frontend codebase, particularly the ranking task UI component, likely in the 'website' directory. The issue requests four UI improvements: toggle vertical/horizontal message display, remove message content limit, add a slider for messages per row (default n), and store first two settings in local storage. Check existing UI state management and local storage usage patterns to align with the project's conventions.