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

ドライブ画面でデフォルト以外のソートである場合、ページング結果が正しくない #15270

Open
1 task done
tetsuya-ki opened this issue Jan 13, 2025 · 0 comments
Assignees
Labels
🐛Bug Unexpected behavior [Feat] Drive Drive related issue

Comments

@tetsuya-ki
Copy link
Contributor

tetsuya-ki commented Jan 13, 2025

💡 Summary

#14801 でドライブ画面でソートが選ぶことができるようになりました。

ソート順をデフォルトの登録日(降順) 以外にすると、ページング結果がおかしいです。
(ソート順が変更されているが、つねにuntilIdとidによってページングしようとしているため、途中で読み込まれなくなったりしてしまう)

バグを埋めてしまいすみませんでした。

🥰 Expected Behavior

ソート順をデフォルトの登録日(降順) 以外でもただしくページングされる。

🤬 Actual Behavior

ソート順をデフォルトの登録日(降順)のみただしくページングされ、
ソート順をデフォルトの登録日(降順) 以外にすると、ページング結果がおかしい(途中で読み込まれなくなったりしてしまう)。

📝 Steps to Reproduce

  1. ドライブ画面 (/my/drive) を開く
  2. 右上の...からソートを選択し、登録日(降順) 以外を設定
  3. スクロールしてページ読み込みする

💻 Frontend Environment

* Model and OS of the device(s):macOS 15.2(24C101)
* Browser: Chrome 131.0.6778.205
* Misskey:v2024.11.0

🛰 Backend Environment (for server admin)

* Installation Method or Hosting Service:
* Misskey: v2024.11.0
* Node: 20.x.x
* PostgreSQL: 15.x.x
* Redis:7.x.x
* OS and Architecture:WSL2 on Windows 11

Do you want to address this bug yourself?

  • Yes, I will patch the bug myself and send a pull request
@tetsuya-ki tetsuya-ki added the ⚠️bug? This might be a bug label Jan 13, 2025
@samunohito samunohito added 🐛Bug Unexpected behavior [Feat] Drive Drive related issue and removed ⚠️bug? This might be a bug labels Jan 13, 2025
tetsuya-ki added a commit to tetsuya-ki/misskey that referenced this issue Jan 14, 2025
@tetsuya-ki tetsuya-ki changed the title ドライブ画面でデフォルト以外のソートである場合、ページング結果がおかしい ドライブ画面でデフォルト以外のソートである場合、ページング結果が正しくない Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛Bug Unexpected behavior [Feat] Drive Drive related issue
Projects
2 participants