summaryrefslogtreecommitdiff
path: root/src/ui/include/ui_events.hpp
AgeCommit message (Collapse)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-04-22Improve handling of the displayjacqueline
- Blank the display when locking to prevent burn-in - Delay turning the display on until *exactly* after the first lvgl flush - Init the display in the ui task to avoid blocking the rest of boot
2024-04-11Migrate all existing control schemes to the cool new worldjacqueline
2024-01-19fix some lua stack leaks + add a console func to help debugjacqueline
2024-01-15Begin migration of remaining screens to Luajacqueline
2024-01-05add an alerts module for lua, and implement a volume indicator with itjacqueline
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-22Use protected mode for lua callbacks wherever possiblejacqueline
2023-11-12Convert the main menu screen to lua loljacqueline
2023-10-18Add better controls for queue manipulationjacqueline
2023-10-04Add a basic database reindex screenjacqueline
2023-10-03Write up the new input modes to NVS and settingsjacqueline
2023-09-13Make the onboarding flow basically work. Much still to do!jacqueline
2023-08-29Add a brightness slider to settingsjacqueline
2023-08-25Add placeholder settings UIjacqueline
2023-08-25Add modal dialog supportjacqueline
2023-07-17Basic playlists for upcomingjacqueline
Beware under-testing and bugs. Just getting something barebones in so that I can do rN+1 bringup
2023-07-12Make title bar a common component, some ui nitsjacqueline
2023-07-04Add basic browsing and playing uijacqueline
2023-05-24reuse annotate new filesjacqueline
2023-05-19Add tinyfsm, start converting core functions to an FSM-based event loopjacqueline