From 36f2dc1fd221188a3e83b37b6f1831cb526eb0a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Romero=20=20=20=20=20-=F0=9D=94=87=F0=9D=94=A2?= =?UTF-8?q?=F0=9D=94=A2=F0=9D=94=AD=E2=84=9C=F0=9D=94=9E=F0=9D=94=B1?= Date: Thu, 26 Feb 2026 12:37:48 -0300 Subject: [PATCH] fix: wire nav_triage() and nav_knowledge() into sidebar --- ui/medex_ui/app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/medex_ui/app.py b/ui/medex_ui/app.py index f066b15..a0d65f0 100644 --- a/ui/medex_ui/app.py +++ b/ui/medex_ui/app.py @@ -281,7 +281,9 @@ def navigation() -> rx.Component: ), nav_chat(), nav_tools(), + nav_triage(), nav_research(), + nav_knowledge(), nav_history(), gap=Space.S1, width="100%",