summaryrefslogtreecommitdiff
path: root/lua/main.lua
AgeCommit message (Collapse)Author
2024-08-29use snake_case consistently in lua function namesjacqueline
2024-08-12daniel/theme-setting (#87)ailurux
- Themes can be loaded from disk and built-in - Themes can be selected in a new themes menu of the settings screen - Some touch-ups to existing themes - The saved theme is persisted in nvs Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/87 Reviewed-by: cooljqln <cooljqln@noreply.codeberg.org> Co-authored-by: ailurux <ailuruxx@gmail.com> Co-committed-by: ailurux <ailuruxx@gmail.com>
2024-07-03Load fonts asynchronously on a bg taskjacqueline
This saves a second or two from bootup; AFAICT this *mostly* reclaims the dynamic fonts boot time regression.
2024-06-27remove chatty logjacqueline
2024-05-03Respond to sd card mounts and unmounts within luajacqueline
Includes no longer blocking the main menu on an sd card being inserted!!
2024-03-27Update icons and volume dialogue to use themesailurux
2024-03-20Fix bad mergeailurux
2024-03-20Merge branch 'main' into themesailurux
2024-03-20Fairyfloss dark theme palette testailurux
2024-03-18Better styling for settings pages + dropdown menusailurux
2024-03-10WIP Lua Theming- style classesailurux
2024-03-07Add other styles to lua themeailurux
2024-03-07WIP: Getting styles from luaailurux
2024-03-07Show the now playing screen after being locked for a whilejacqueline
2024-01-06move default theme into styles, for easier lua overridesjacqueline
2024-01-05add an alerts module for lua, and implement a volume indicator with itjacqueline
2023-11-23Add a second font, flesh out browser screenjacqueline
2023-11-20Use C functions for the backstack, instead of a lua modulejacqueline
Working with the default group and root kinda sucks if you have to do it from lua!
2023-11-14Add two-way databinding for lua, and flesh out the lua statusbarjacqueline
2023-11-12Convert the main menu screen to lua loljacqueline