0 评论 (0 评论)1 反应 (1 反应)0 负责人 (0 负责人)Python37,363 star (37,363 star)3,263 fork (3,263 fork)batch import
UI/UXgood first issuewebsite
描述
- 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
- 议题类型
- feature
- 研究方向
- 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.