summaryrefslogtreecommitdiff
path: root/lua/browser.lua
AgeCommit message (Collapse)Author
2024-03-20Merge branch 'main' into themesailurux
2024-03-10WIP Lua Theming- style classesailurux
2024-03-07WIP: Getting styles from luaailurux
2024-03-07use prototype inheritance for lua screens, rather than functionsjacqueline
this gives us a way to give each screen nice little hooks, like 'onShown' and 'onHidden'. later we can use these hooks to disable bindings for screens that aren't in-use.
2024-02-05Preserve the queue when going into standbyjacqueline
2024-01-06move default theme into styles, for easier lua overridesjacqueline
2023-12-07Remove pre-iterator conceptsjacqueline
- No more IndexRecord/Result/dbGetPage nonsense - Queue is just track ids - i am so tired and have so much to do
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-11-23Implement adding to the playback queue from luajacqueline
2023-11-23Add a second font, flesh out browser screenjacqueline
2023-11-22Add basic lua browser screenjacqueline