aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Theming refactoralyx2024-04-027-42/+89
| | | | Theming has been broken off into a seperate space, so that it'll be easier to add lua support later.
* Unify import stylealyx2024-04-016-15/+14
|
* Move caching to src/cache/; Finalize API parsing fixesalyx2024-04-019-145/+168
| | | | | | 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-015-67/+119
| | | | | | 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-124-23/+46
|
* Cleanupalyx2024-01-125-523/+459
|
* Custom font support completealyx2024-01-125-37/+93
|
* Add custom font support.alyx2023-11-226-8/+43
|
* Remove redundant HTML escaping helpers.alyx2023-11-171-5/+1
|
* fix typo in plain theme breaking light mode.alyx2023-11-171-2/+2
|
* Create plain theme, do some escaping, fix some busted envvars, document themes.alyx2023-08-104-20/+73
|
* lots of stuff. theming basically done, added some logging, frontend ↵alyx2023-08-106-42/+225
| | | | basically done.
* pull down user infoalyx2023-08-092-19/+46
|
* ughalyx2023-08-091-69/+0
|
* config donealyx2023-08-095-6/+198
|
* fix packages, implement cachingalyx2023-08-093-2/+125
|
* API deserialization structsalyx2023-08-093-0/+177