| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove legacy V2 React frontend and update build/test scripts to focus on Van... | Adam Mathes | 9 days | 1 | -313/+0 |
| * | Update V2/V3 'mark as read' logic to require item bottom to be above viewport... | Adam Mathes | 9 days | 1 | -2/+2 |
| * | Fix scroll-to-read functionality across all UIs (V1, V2, V3) | Adam Mathes | 9 days | 1 | -26/+49 |
| * | V3 UI Polish: Improved keyboard navigation, fixed logo position, and updated ... | Adam Mathes | 9 days | 1 | -7/+14 |
| * | Fix v3 theme contrast and sync with v2 colors, add v3 logo, and fix v2 test s... | Adam Mathes | 9 days | 1 | -28/+26 |
| * | Optimize frontend with memoized FeedItem and efficient IntersectionObserver | Adam Mathes | 10 days | 1 | -46/+76 |
| * | Frontend: Implement multi-select feeds in sidebar (NK-p0nfoi) | Adam Mathes | 10 days | 1 | -1/+5 |
| * | Fix mobile infinite scroll by using <li> and threshold 0 for sentinel | Adam Mathes | 10 days | 1 | -3/+3 |
| * | Improve infinite scroll responsiveness on mobile/iPad | Adam Mathes | 10 days | 1 | -2/+2 |
| * | chore: fix lint and type errors to resolve CI failures | Adam Mathes | 11 days | 1 | -0/+3 |
| * | fix: auto-load more items when pressing 'j' on last item\n\nPreviously, if yo... | Adam Mathes | 11 days | 1 | -1/+8 |
| * | fix: make infinite scroll less aggressive by using threshold 1.0 for sentinel... | Adam Mathes | 11 days | 1 | -12/+20 |
| * | security: implement CSRF protection and improve session cookie security (fixi... | Adam Mathes | 11 days | 1 | -3/+4 |
| * | Refactor: project structure, implement dependency injection, and align v2 UI ... | Adam Mathes | 11 days | 1 | -211/+212 |
| * | fix(ui): remove smooth scrolling for j/k navigation (NK-zl922p) | Adam Mathes | 12 days | 1 | -1/+1 |
| * | feat(v2): implement search functionality (NK-shpyxh) | Adam Mathes | 12 days | 1 | -2/+10 |
| * | Remove distracting item selection highlight while keeping keyboard navigation | Adam Mathes | 12 days | 1 | -1/+1 |
| * | Implement infinite scroll for feed items view (NK-5ocxgm) | Adam Mathes | 12 days | 1 | -4/+42 |
| * | UI Refinements: remove redundant header and fix global monospace font stack | Adam Mathes | 12 days | 1 | -7/+0 |
| * | Implement frontend parity features: Unread view, shortcuts, scroll-to-read, f... | Adam Mathes | 12 days | 1 | -7/+141 |
| * | Implement Tag View and fix tests | Adam Mathes | 12 days | 1 | -7/+9 |
| * | Implement Item Interactions (read/star) with tests | Adam Mathes | 12 days | 1 | -12/+2 |
| * | Implement Frontend Feed Items View with tests | Adam Mathes | 12 days | 1 | -0/+66 |