Implement pagination for file entries in View class#486
Implement pagination for file entries in View class#486Revers-BR wants to merge 3 commits intoTactilityProject:mainfrom
Conversation
📝 WalkthroughWalkthroughThe View class signature changed: 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
|
That looks like a good feature to have, thanks! CodeRabbit seems to have found some potential issues, so please take a look. |
Implement pagination for file entries in View
This PR introduces pagination for the file entries in the View class to handle folders with a large number of files efficiently.
Changes:
Added member variables to View:
Updated View::update():
Navigation buttons (Back and Next) are in English to maintain UI consistency.
Benefits:
Screenshots (optional):
Summary by CodeRabbit
New Features
Bug Fixes