summaryrefslogtreecommitdiff
path: root/lua/browser.lua
AgeCommit message (Collapse)Author
2024-07-12Disable shuffle when selecting 'play all'jacqueline
2024-06-27Add a button to shuffle+play the current viewjacqueline
2024-05-10Remove unused local varailurux
2024-05-10Rename widget to InfiniteListailurux
2024-04-19daniel/recycler-list (#66)ailurux
@cooljqln should be good to merge to main, give it a look over though please? :) Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/66 Co-authored-by: ailurux <ailuruxx@gmail.com> Co-committed-by: ailurux <ailuruxx@gmail.com>
2024-04-18Merge the StatusBar bindings table with each screen's bindings tablejacqueline
2024-04-08Status bar consistency improvementsailurux
2024-03-27Minor fixesailurux
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