Improve the UI and tests

This commit is contained in:
Urtzi Alfaro
2025-11-15 21:21:06 +01:00
parent 86d704b354
commit 54b7a5e080
44 changed files with 2268 additions and 1414 deletions

View File

@@ -61,6 +61,10 @@ export const DemoBanner: React.FC = () => {
const { useTenantStore } = await import('../../../stores/tenant.store');
useTenantStore.getState().clearTenants();
// Clear notification storage to ensure notifications don't persist across sessions
const { clearNotificationStorage } = await import('../../../hooks/useNotifications');
clearNotificationStorage();
navigate('/demo');
};