summaryrefslogtreecommitdiff
path: root/src/ui/screen_playing.cpp
AgeCommit message (Collapse)Author
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-11-23Add a second font, flesh out browser screenjacqueline
2023-10-31Remove loading spinner for 'Coming up'jacqueline
it's really slow!
2023-10-24Use an mutable struct + const instead of an immutable classjacqueline
2023-10-05First pass at having some kind of design and themingjacqueline
2023-10-04Implement UI for enqueuing instead of replacing the current trackjacqueline
2023-09-29add a fun and cute little loading state :)jacqueline
2023-09-28Use databinding for the top bar. It's so nice now!jacqueline
2023-09-28Use bindey for databinding instead of hand rolling ui updatesjacqueline
2023-09-26std::string -> std::pmr::string in psramjacqueline
2023-09-12Fix ui nits for playback screenjacqueline
The top bar now updates properly when starting playback, and the upcoming list items no longer marquee.
2023-08-30Use a service locator instead of passing around subsets of drivers between FSMsjacqueline
2023-08-28Support play/pause togglingjacqueline
2023-08-25Add placeholder settings UIjacqueline
2023-08-25Add modal dialog supportjacqueline
2023-07-28ux fixesjacqueline
2023-07-13Ui polish and fleshing outjacqueline
2023-07-12Make title bar a common component, some ui nitsjacqueline
2023-07-12Make now playing screen interacting, including nice scrollingjacqueline
2023-07-12Bundle our own complete ui font + symbol fontjacqueline
2023-07-07wire up the playing screen with some real datajacqueline
Includes implementing song duration calculation for CBR MP3 files
2023-07-05Start on wiring up playback screen to real datajacqueline
2023-07-05Reset styles, flesh out playback and browser screensjacqueline
2023-07-04Add missing files >.<jacqueline