From 2cf031b91d5248561fbeff78ceccb0b2d6c73809 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 9 Aug 2025 11:18:02 +0200 Subject: refactors, working on settings view --- include/ui.hpp | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'include/ui.hpp') diff --git a/include/ui.hpp b/include/ui.hpp index 827980c..85a5c2f 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -8,8 +8,16 @@ typedef enum VIEW, } view_state; -void view_draw_required_tag(); +void ui_helper_draw_required_tag(); +void ui_helper_show_toast(const char* msg); +void ui_helper_draw_toasts(); void ui_draw_main(); void ui_draw_contacts(); -void ui_draw_projects(); \ No newline at end of file +void ui_draw_projects(); +void ui_draw_invoices(); +void ui_draw_settings(); + +void ui_setup_contacts(); +void ui_setup_projects(); +void ui_setup_settings(); \ No newline at end of file -- cgit v1.2.3-70-g09d2