Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Comprehensive Sort #3229

Merged
merged 1 commit into from
Jul 16, 2023
Merged

Add Comprehensive Sort #3229

merged 1 commit into from
Jul 16, 2023

Conversation

Discut
Copy link
Contributor

@Discut Discut commented Jul 16, 2023

  • fix(BooksSort): 🐛 修复更改排序后书架无法及时重新排序的问题
  • 更改书架中书籍的排序规则后,在未同时更新分组的情况下,书架无法同步排序。必须重启app才能进行排序。
  • feat(BooksSort): ✨ 新增综合排序
  • 未更新时按照最近阅读时间排序,更新时将会按照更新时间排序

close #3192

* fix(BooksSort): 🐛 修复更改排序后书架无法及时重新排序的问题

+ 更改书架中书籍的排序规则后,在未同时更新分组的情况下,书架无法同步排序。必须重启app才能进行排序。

* feat(BooksSort): ✨ 新增综合排序

+ 未更新时按照最近阅读时间排序,更新时将会按照更新时间排序
@gedoor gedoor merged commit 42e004f into gedoor:master Jul 16, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

书架布局 综合排序功能
2 participants