1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript59,717 forks (59,717 forks)batch import
enhancementhelp wanted
Repository metrics
- Stars
- 87,992 stars (87,992 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
🥰 需求描述
对话列表新增置顶按钮
🧐 解决方案
- 当鼠标停留在对话列表上时,可显示置顶对话的按钮
- 点击置顶按钮后,此对话保持置顶,再次点击可取消置顶
- 当有置顶的对话后,置顶其它对话会覆盖上一个对话,保持在列表最顶部;
📝 补充信息

Contributor guide
- Research direction
- Examine the chat list component structure and add a pin button with state management to persist pinned conversations in local storage or backend.
- Tech stack
- typescriptreact
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- ReactTypeScript