| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Backend: Fix linting issues, improve error handling, and replace magic numbers | Adam Mathes | 10 days | 2 | -34/+34 |
| | | |||||
| * | feature: implement full OPML and Text import/export (fixing NK-r6nhj0) | Adam Mathes | 11 days | 1 | -1/+51 |
| | | |||||
| * | Refactor: project structure, implement dependency injection, and align v2 UI ↵ | Adam Mathes | 11 days | 2 | -72/+92 |
| | | | | | with v1 | ||||
| * | chore: cleanup ignored files | Adam Mathes | 12 days | 1 | -1/+0 |
| | | |||||
| * | refactor(backend): improve testability and add tests (NK-6q9nyg) | Adam Mathes | 12 days | 2 | -0/+67 |
| | | |||||
| * | feat(v2/api): improve typography, active menu bolding, and fix API header ↵ | Adam Mathes | 12 days | 1 | -1/+2 |
| | | | | | order (NK-a217qm, NK-hyej38, NK-jqpn98) | ||||
| * | wip: tui updates (buggy) | Adam Mathes | 13 days | 2 | -4/+250 |
| | | |||||
| * | Refactor backend to a clean REST API | Adam Mathes | 13 days | 2 | -0/+358 |
| - Created new 'api' package with testable router and RESTful handlers - Handlers in 'api' use proper HTTP methods and status codes - Standardized JSON responses and error handling - Refactored 'web' package to delegate logic to 'api' - Maintained backward compatibility for legacy frontend routes - Simplified 'web/web_test.go' and added comprehensive 'api/api_test.go' - All tests passing with improved modularity | |||||
