aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-08-03 05:21:36 +0200
committerdec05eba <dec05eba@protonmail.com>2024-08-03 05:21:36 +0200
commitc080342fcd358561af7edc64cea2222880923b93 (patch)
tree3a1ed6c92b52f7da5630ccf8d662f8e015f66ca5 /TODO
parent2869ef7cec7de6bc744cdba9e753dbd0df4ab65b (diff)
Add entry with basic text editing and validation for numbers
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index e2f3032..b9b3aec 100644
--- a/TODO
+++ b/TODO
@@ -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>>). \ No newline at end of file
+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). \ No newline at end of file