2 optimization suggestions for function [Block all read]
Open
@Innei is already working on this.
Since Jul 1, 2025.
enhancement
- Dominant language
- TypeScript
- Stars
- 39k
- Forks
- 2.1k
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 10
Description
Clear and concise description of the problem
当前的现状是:
1、使用鼠标点击「标记全部为已读」按钮,立刻完成(这很好,但是必须去移动鼠标,效率不高)
2、使用快捷键「标记全部为已读」,需要等待3秒,且不可直接确认(应该直接确认,和1的操作体验一致)
3、上述动作完成后,界面均停留在已经被「标记全部为已读」的订阅源页面(用户此时已经看完这个订阅源了)
4、此时如果使用快捷键J尝试跳转到「下一个订阅源」,实际上会从订阅列表的顶部第一条开始(已经失去原本定位)
Suggested solution
优化建议如下:
1、使用快捷键「标记全部为已读」,无需等待直接操作(或者有个选项允许用户自己决定是否需要等待)
2、上述标记动作完成后,界面自动跳转到「下一个订阅源」页面(这样才符合用户的实际使用场景)
以上,这是阻挡我从Feedly全面转向Folo的唯一障碍了,希望能够很快实现。谢谢!
Alternative
No response
Additional context
No response
Validations
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- This issue is valid
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.