aboutsummaryrefslogtreecommitdiffstats
path: root/src/ctx.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move caching to src/cache/; Finalize API parsing fixesalyx2024-04-011-5/+5
| | | | | | Font and user cache code has been moved to special files, independant from src/config.rs API parsing changes have been properly tested, and last.fm API JSON is now trace-logged for debugging convenience.
* Reliable user info; Font refactoralyx2024-04-011-6/+6
| | | | | | Hit a few more endpoints to fix missing images, fallback to default album art just in case. Refactor the font cache into its own file.
* Clippyalyx2024-01-121-9/+23
|
* Cleanupalyx2024-01-121-137/+137
|
* Custom font support completealyx2024-01-121-9/+26
|
* Add custom font support.alyx2023-11-221-4/+17
|
* Create plain theme, do some escaping, fix some busted envvars, document themes.alyx2023-08-101-4/+8
|
* lots of stuff. theming basically done, added some logging, frontend ↵alyx2023-08-101-0/+122
basically done.