aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs
Commit message (Collapse)AuthorAgeFilesLines
* Lua dev mode functionalalyx2024-04-061-2/+2
|
* lua loadingalyx2024-04-051-2/+4
|
* clippyalyx2024-04-031-2/+2
|
* whitelist -> allowlistalyx2024-04-031-7/+8
|
* Add SPDX info to all filesalyx2024-04-021-0/+1
|
* Theming refactoralyx2024-04-021-32/+13
| | | | Theming has been broken off into a seperate space, so that it'll be easier to add lua support later.
* Unify import stylealyx2024-04-011-6/+0
|
* 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