aboutsummaryrefslogtreecommitdiffstats
path: root/src/cache.rs
Commit message (Collapse)AuthorAgeFilesLines
* Lua dev mode functionalalyx2024-04-061-0/+5
|
* Add SPDX info to all filesalyx2024-04-021-0/+1
|
* Unify import stylealyx2024-04-011-1/+0
|
* Move caching to src/cache/; Finalize API parsing fixesalyx2024-04-011-3/+6
| | | | | | 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-1/+14
| | | | | | 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-4/+4
|
* Cleanupalyx2024-01-121-103/+45
|
* lots of stuff. theming basically done, added some logging, frontend ↵alyx2023-08-101-3/+8
| | | | basically done.
* pull down user infoalyx2023-08-091-7/+8
|
* config donealyx2023-08-091-2/+2
|
* fix packages, implement cachingalyx2023-08-091-0/+120