summaryrefslogtreecommitdiff
path: root/lua/playing.lua
AgeCommit message (Collapse)Author
2024-03-20Support pinning decoded images to RAMjacqueline
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-16Only update scrubber if not currently draggingailurux
2024-02-16WIP: seeking in lua exampleailurux
2024-02-12Add buttons for shuffle + repeat trackailurux
2024-02-06focus the play/pause toggle when entering the now playing screenjacqueline
2024-01-23Add next+prev buttons to the Now Playing screen.Robin Howard
2024-01-18wrap long artist names and titlesjacqueline
2023-11-25implement play/pausejacqueline
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-11-23Add a second font, flesh out browser screenjacqueline