feat(ui): add app launcher and NomadNet MVP

This commit is contained in:
torlando-agent[bot]
2026-08-05 00:22:59 +00:00
parent bf7f326d15
commit d0e1ce273c
26 changed files with 2464 additions and 247 deletions
+3 -1
View File
@@ -2411,7 +2411,9 @@ static void handle_test_hook_command(const String& line) {
// additional state (peer hash / identity / active call) and
// are not exposed here.
if (!ui_manager) { Serial.println("T:ERR no ui_manager"); return; }
if (args == "conversation_list" || args == "home") {
if (args == "home") {
ui_manager->show_home();
} else if (args == "conversation_list") {
ui_manager->show_conversation_list();
} else if (args == "compose") {
ui_manager->show_compose();