aboutsummaryrefslogtreecommitdiffstats
path: root/web/rice-box.go
Commit message (Collapse)AuthorAgeFilesLines
* Scaffold new frontend and close NK-t0nmbjAdam Mathes13 days1-42/+122
|
* Refactor backend to a clean REST APIAdam Mathes13 days1-61/+53
| | | | | | | | | | - 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
* clean up old files, update git ignoreAdam Mathes2025-05-251-20/+36
|
* update dependenciesAdam Mathes2021-09-281-22/+22
|
* stop clobbering the f keyAdam Mathes2018-10-041-6/+6
|
* light/dark/black themesAdam Mathes2018-09-291-8/+8
|
* click targets on unread/all/star to li element instead of a for bigger tap ↵Adam Mathes2018-09-191-5/+5
| | | | targets
* enable feed export from web interfaceAdam Mathes2018-07-041-4/+4
|
* wip, simplificationsAdam Mathes2018-07-041-4/+4
|
* control style changesAdam Mathes2018-06-161-8/+8
|
* add back in search support, requires sqliteAdam Mathes2018-06-161-6/+6
|
* remove runtime static file dependencies, use rice boxesAdam Mathes2018-06-121-0/+132