Missing files from commit
Run Tests on Branches / Frontend Tests (push) Has been cancelled
Run Tests on Branches / Backend Tests (push) Has been cancelled

This commit is contained in:
Antoni Nuñez Romeu
2026-07-07 17:44:36 +02:00
parent 7eb791f181
commit a58ce306bf
10 changed files with 497 additions and 126 deletions
+9 -1
View File
@@ -125,7 +125,15 @@ function App() {
);
break;
case 'alerts':
activeView = <AlertsView onNotificationChange={refreshBadgeCount} />;
activeView = (
<AlertsView
onNotificationChange={refreshBadgeCount}
onNavigateToMedicine={(name) => {
setPrescriptionSearch(name);
setScreen('search');
}}
/>
);
break;
case 'search':
activeView = (