aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Lua dev mode functionalalyx2024-04-061-0/+2
|
* Lua support feature-completealyx2024-04-051-1/+1
| | | | Full implementation of debug mode still pending
* Remove ResponseCtxalyx2024-04-031-7/+10
|
* Use http::Response for constructing repliesalyx2024-04-031-11/+14
|
* Add SPDX info to all filesalyx2024-04-021-0/+1
|
* Theming refactoralyx2024-04-021-10/+16
| | | | 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-2/+5
|
* Move caching to src/cache/; Finalize API parsing fixesalyx2024-04-011-10/+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.
* Clippyalyx2024-01-121-1/+1
|
* Cleanupalyx2024-01-121-43/+43
|
* Custom font support completealyx2024-01-121-1/+2
|
* Add custom font support.alyx2023-11-221-1/+5
|
* Create plain theme, do some escaping, fix some busted envvars, document themes.alyx2023-08-101-10/+16
|
* lots of stuff. theming basically done, added some logging, frontend ↵alyx2023-08-101-3/+30
| | | | basically done.
* config donealyx2023-08-091-1/+25
|
* API deserialization structsalyx2023-08-091-0/+3