Merge public-gh/master into pap-1239-ui-ux

This commit is contained in:
dotta
2026-04-09 09:04:22 -05:00
56 changed files with 16126 additions and 397 deletions
+1
View File
@@ -107,6 +107,7 @@ export const queryKeys = {
},
dashboard: (companyId: string) => ["dashboard", companyId] as const,
sidebarBadges: (companyId: string) => ["sidebar-badges", companyId] as const,
inboxDismissals: (companyId: string) => ["inbox-dismissals", companyId] as const,
activity: (companyId: string) => ["activity", companyId] as const,
costs: (companyId: string, from?: string, to?: string) =>
["costs", companyId, from, to] as const,