Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Theming refactor | alyx | 2024-04-02 | 7 | -42/+89 |
| | | | | Theming has been broken off into a seperate space, so that it'll be easier to add lua support later. | ||||
* | Unify import style | alyx | 2024-04-01 | 6 | -15/+14 |
| | |||||
* | Move caching to src/cache/; Finalize API parsing fixes | alyx | 2024-04-01 | 9 | -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 refactor | alyx | 2024-04-01 | 5 | -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. | ||||
* | Clippy | alyx | 2024-01-12 | 4 | -23/+46 |
| | |||||
* | Cleanup | alyx | 2024-01-12 | 5 | -523/+459 |
| | |||||
* | Custom font support complete | alyx | 2024-01-12 | 5 | -37/+93 |
| | |||||
* | Add custom font support. | alyx | 2023-11-22 | 6 | -8/+43 |
| | |||||
* | Remove redundant HTML escaping helpers. | alyx | 2023-11-17 | 1 | -5/+1 |
| | |||||
* | fix typo in plain theme breaking light mode. | alyx | 2023-11-17 | 1 | -2/+2 |
| | |||||
* | Create plain theme, do some escaping, fix some busted envvars, document themes. | alyx | 2023-08-10 | 4 | -20/+73 |
| | |||||
* | lots of stuff. theming basically done, added some logging, frontend ↵ | alyx | 2023-08-10 | 6 | -42/+225 |
| | | | | basically done. | ||||
* | pull down user info | alyx | 2023-08-09 | 2 | -19/+46 |
| | |||||
* | ugh | alyx | 2023-08-09 | 1 | -69/+0 |
| | |||||
* | config done | alyx | 2023-08-09 | 5 | -6/+198 |
| | |||||
* | fix packages, implement caching | alyx | 2023-08-09 | 3 | -2/+125 |
| | |||||
* | API deserialization structs | alyx | 2023-08-09 | 3 | -0/+177 |