nexus/ui/src/context
Sai Shankar bc991a96b4 fix(costs): guard routes, fix DST ranges, sync provider state, wire live updates
- add companyAccess guard to costs route
- fix effectiveProvider/activeProvider desync via sync-back useEffect
- move ROLLING_WINDOWS to module level; replace IIFE with useMemo in ProviderQuotaCard
- add NO_COMPANY sentinel to eliminate non-null assertions before enabled guard
- fix DST-unsafe 7d/30d ranges in useDateRange (use Date constructor)
- remove providerData from providerTabItems memo deps (use byProvider)
- normalize used_percent 0-1 vs 0-100 ambiguity in quota-windows service
- rename secondsToWindowLabel index param to fallback; pass explicit labels
- add 4.33 magic number comment; fix quota window key collision
- remove rounded-md from date inputs (violates --radius: 0 theme)
- wire cost_event invalidation in LiveUpdatesProvider
2026-03-16 15:08:54 -05:00
..
BreadcrumbContext.tsx feat(ui): sync browser title with current page breadcrumbs 2026-03-03 08:17:48 -06:00
CompanyContext.tsx Use asset-backed company logos 2026-03-16 09:25:39 -05:00
DialogContext.tsx Add me and unassigned assignee options 2026-03-12 16:12:38 -05:00
LiveUpdatesProvider.tsx fix(costs): guard routes, fix DST ranges, sync provider state, wire live updates 2026-03-16 15:08:54 -05:00
PanelContext.tsx ui: persist issue properties pane visibility in localStorage 2026-03-03 12:07:01 -06:00
SidebarContext.tsx feat(ui): active agents panel, sidebar context, and page enhancements 2026-02-20 10:32:32 -06:00
ThemeContext.tsx feat(ui): light/dark theme toggle and light mode color support 2026-02-26 16:33:29 -06:00
ToastContext.tsx feat: add severity-based TTL defaults for toast notifications 2026-02-20 13:53:51 -06:00