-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(frontend): ノートに対する仮想スクロール(実験的機能) #15373
base: develop
Are you sure you want to change the base?
feat(frontend): ノートに対する仮想スクロール(実験的機能) #15373
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #15373 +/- ##
============================================
- Coverage 40.38% 18.79% -21.59%
============================================
Files 1607 766 -841
Lines 210127 111290 -98837
Branches 4081 1235 -2846
============================================
- Hits 84852 20917 -63935
+ Misses 124669 89784 -34885
+ Partials 606 589 -17 ☔ View full report in Codecov by Sentry. |
汎用的な実装ではなく MkNotes オンリーにした理由はあるかしら(できればnotificationsとかもそうしたい) |
ノートの高さが最初に決定するタイミングまで待つ必要があった(→内部の読み込み完了時点でMkNotesにemitしている)ので一旦ノートのみで実装した |
What
MkNotesを仮想スクロールに対応させた
2025-01-31.19-18-56.1.mp4
実験的機能→skip note rendering→JS (Unstable) で有効化できる
Why
#6045
Additional info (optional)
Checklist