implemented infinite scrolling with load more functionality, pagination support, and expanded state handling for articles

This commit is contained in:
2025-08-02 23:53:16 +02:00
parent b82d94c230
commit ab133d0e4f
4 changed files with 125 additions and 20 deletions

View File

@@ -26,7 +26,8 @@
- [ ] Duplicate article detection - Avoid showing same story from multiple sources
## User Experience
- [ ] Dark/light theme toggle
- [x] Dark/light theme toggle
- [x] Infinite scroll / load more functionality for articles
- [ ] Customizable article layout - List view, card view, magazine style
- [ ] Keyboard shortcuts - Navigate articles without mouse
- [ ] Offline reading support - Cache articles for offline access