aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move caching to src/cache/; Finalize API parsing fixesalyx2024-04-011-110/+14
| | | | | | 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-37/+16
| | | | | | 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/+18
|
* Cleanupalyx2024-01-121-124/+124
|
* Custom font support completealyx2024-01-121-22/+61
|
* Add custom font support.alyx2023-11-221-1/+1
|
* Remove redundant HTML escaping helpers.alyx2023-11-171-5/+1
|
* Create plain theme, do some escaping, fix some busted envvars, document themes.alyx2023-08-101-6/+15
|
* lots of stuff. theming basically done, added some logging, frontend ↵alyx2023-08-101-35/+61
| | | | basically done.
* pull down user infoalyx2023-08-091-12/+38
|
* config donealyx2023-08-091-0/+96