Add entry with basic text editing and validation for numbers

This commit is contained in:
dec05eba
2024-08-03 05:21:36 +02:00
parent 2869ef7cec
commit c080342fcd
7 changed files with 191 additions and 19 deletions

4
TODO
View File

@@ -12,4 +12,6 @@ DISPLAY gamescope-0
Colorscheme should follow graphics card in use. On nvidia use nvidia green, on intel use intel blue and on amd use amd red.
Optimize list/page when having a few items in it (dont use vector<unique_ptr<Widget>>).
Optimize list/page when having a few items in it (dont use vector<unique_ptr<Widget>>).
Only redraw ui if changed (dirty state, propagate upward. Set dirty when adding widget or changing any visible properly on a widget or when event updates how the widget should be displayed).