aboutsummaryrefslogtreecommitdiffstats
path: root/src/deserialize.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add SPDX info to all filesalyx2024-04-021-0/+1
|
* Unify import stylealyx2024-04-011-3/+3
|
* Move caching to src/cache/; Finalize API parsing fixesalyx2024-04-011-8/+8
| | | | | | 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-23/+43
| | | | | | 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.
* Cleanupalyx2024-01-121-116/+110
|
* lots of stuff. theming basically done, added some logging, frontend ↵alyx2023-08-101-1/+2
| | | | basically done.
* fix packages, implement cachingalyx2023-08-091-2/+2
|
* API deserialization structsalyx2023-08-091-0/+173