aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Lua dev mode functionalalyx2024-04-061-0/+5
|
* Remove ResponseCtxalyx2024-04-031-1/+0
|
* Add SPDX info to all filesalyx2024-04-021-0/+1
|
* Theming refactoralyx2024-04-021-0/+1
| | | | Theming has been broken off into a seperate space, so that it'll be easier to add lua support later.
* Move caching to src/cache/; Finalize API parsing fixesalyx2024-04-011-2/+3
| | | | | | 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.
* Add custom font support.alyx2023-11-221-0/+1
|
* lots of stuff. theming basically done, added some logging, frontend ↵alyx2023-08-101-0/+2
| | | | basically done.
* config donealyx2023-08-091-3/+6
|
* fix packages, implement cachingalyx2023-08-091-0/+3
|
* API deserialization structsalyx2023-08-091-0/+1