| export const Cookies = { | |
| PreferredSignInProvider: "preferred-signin-provider", | |
| // Unified table settings cookie (used by transactions, customers, invoices) | |
| TableSettings: "table-settings", | |
| InboxFilter: "inbox-filter-v2", | |
| InboxOrder: "inbox-order", | |
| HideConnectFlow: "hide-connect-flow", | |
| LastProject: "last-project", | |
| WeeklyCalendar: "weekly-calendar", | |
| ForcePrimary: "midday-force-primary", | |
| }; | |
| export const LocalStorageKeys = { | |
| MatchLearningToastSeen: "match-learning-toast-seen", | |
| MetricsFilter: "metrics-filter-preferences", | |
| }; | |
| export const SUPPORT_EMAIL = "support@midday.ai"; | |