aboutsummaryrefslogtreecommitdiffstats
path: root/web/rice-box.go
Commit message (Collapse)AuthorAgeFilesLines
* Audit and reduce Go dependencies: replace go.rice with embed, pflag with flagAdam Mathes13 days1-212/+0
|
* refactor(backend): improve testability and add tests (NK-6q9nyg)Adam Mathes13 days1-114/+114
|
* fix(v2): remove distracting selection styles and fix build (NK-8rhpp3)Adam Mathes13 days1-16/+16
|
* Analyze page size and fix frontend testsAdam Mathes13 days1-0/+212
|
* UI Refinements: remove redundant header and fix global monospace font stackAdam Mathes13 days1-220/+0
|
* Scaffold new frontend and close NK-t0nmbjAdam Mathes14 days1-42/+122
|
* Refactor backend to a clean REST APIAdam Mathes14 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