Commit Graph

83 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
b22546e7f2 Add audit trail and filters
Implements audit trail view for item approvals, adds approval date range filtering to moderation queue, and wires up UI and backend components (Approval History page, ItemApprovalHistory component, materialized view-based history, and query/filters integration) to support compliant reporting and time-based moderation filtering.
2025-11-12 14:06:34 +00:00
gpt-engineer-app[bot]
fdfa1739e5 Add breadcrumb and transitions
Introduce breadcrumb navigation component and integrate into detail pages with hover previews; add PageTransition to App for smooth navigations and loading animations.
2025-11-12 03:46:34 +00:00
gpt-engineer-app[bot]
e2ee11b9f5 Add database maintenance tooling
- Implement maintenance hooks (useMaintenanceTables, useVacuumTable, useAnalyzeTable, useReindexTable)
- Add DatabaseMaintenance page and UI for vacuum/analyze/reindex
- Wire new route / admin/database-maintenance and sidebar entry
- Remove DatabaseMaintenance icon usage on page and align with AdminLayout props
2025-11-12 01:39:05 +00:00
gpt-engineer-app[bot]
f036776dce Implement admin database stats dashboard
Add admin-only database statistics dashboard
- Introduces types for database statistics and recent additions
- Implements hooks to fetch statistics and recent additions via RPCs
- Adds UI components for stats cards and a recent additions table
- Integrates new AdminDatabaseStats page and routing under /admin/database-stats
- Updates admin sidebar and app routes to expose the new dashboard
- Enables real-time updates and export capabilities for recent additions
2025-11-11 16:54:02 +00:00
gpt-engineer-app[bot]
99c917deaf Implement monitoring overview features
Add comprehensive monitoring dashboard scaffolding:
- Extend queryKeys with monitoring keys
- Create hooks: useCombinedAlerts, useRecentActivity, useDatabaseHealth, useModerationHealth
- Build UI components: SystemHealthStatus, CriticalAlertsPanel, MonitoringQuickStats, RecentActivityTimeline, MonitoringNavCards
- Create MonitoringOverview page and integrate routing (MonitoringOverview route)
- Wire AdminSidebar to include Monitoring navigation
- Introduce supporting routing and admin layout hooks/utilities
- Align with TanStack Query patterns and plan for auto-refresh and optimistic updates
2025-11-11 01:33:53 +00:00
gpt-engineer-app[bot]
1628753361 Create Rate Limit Admin Dashboard
Add a React admin dashboard component to visualize rate limit metrics and statistics, including data fetching from the rate-limit-metrics edge function, charts and statistics, and admin routes/integration. Includes setup for routing and UI scaffolding to display total requests, block rate, top blocked IPs/users, and recent activity with interactive charts.
2025-11-11 00:06:49 +00:00
gpt-engineer-app[bot]
fce582e6ba Consolidate Admin Logs Hub
- Implement new unified monitoring hub by adding EdgeFunctionLogs, DatabaseLogs, CorrelatedLogsView, and UnifiedLogSearch components
- Integrate new tabs (edge-functions, database, traces) into ErrorMonitoring and expose TraceViewer route
- Update admin sidebar link to reflect Monitoring hub and extend error modals with log-correlation actions
- Wire up app to include trace viewer route and adjust related components for unified log correlation
2025-11-10 14:49:33 +00:00
gpt-engineer-app[bot]
095278dafd Implement client-side resilience UI
Create NetworkErrorBanner, SubmissionQueueIndicator, and enhanced retry progress UI components. Integrate them into the application using a ResilienceProvider to manage network status and submission queue states. Update App.tsx to include the ResilienceProvider.
2025-11-07 14:54:06 +00:00
gpt-engineer-app[bot]
fa3dfcfdee Fix: Improve chunk load error handling 2025-11-05 21:23:09 +00:00
gpt-engineer-app[bot]
1f93e7433b feat: Implement automatic API connectivity banner 2025-11-05 15:55:02 +00:00
gpt-engineer-app[bot]
6c9cd57190 Fix: Cronitor RUM initialization error 2025-11-05 15:39:54 +00:00
gpt-engineer-app[bot]
35fdd16c6c feat: Implement Cronitor health monitor 2025-11-05 15:38:11 +00:00
gpt-engineer-app[bot]
c1ef28e2f6 Fix: Cronitor RUM history patching error 2025-11-05 15:08:52 +00:00
gpt-engineer-app[bot]
0106bdb1d5 feat: Integrate Cronitor RUM 2025-11-05 15:07:31 +00:00
gpt-engineer-app[bot]
e1ffba593a Remove circuit breaker implementation 2025-11-05 15:04:32 +00:00
gpt-engineer-app[bot]
e773ca58d1 feat: Implement network status banner 2025-11-05 14:12:23 +00:00
gpt-engineer-app[bot]
ec5181b9e6 feat: Implement circuit breaker and retry logic 2025-11-05 13:27:22 +00:00
gpt-engineer-app[bot]
68cddbbdd5 Refactor: Implement chunk load error recovery 2025-11-04 21:31:37 +00:00
gpt-engineer-app[bot]
c904fe10a1 feat: Implement MFA step-up system 2025-11-04 16:35:40 +00:00
gpt-engineer-app[bot]
1a2b9f69cf Fix remaining component imports 2025-11-03 22:08:59 +00:00
gpt-engineer-app[bot]
6fbaf0c606 Fix edge function logging and types 2025-11-03 19:57:27 +00:00
gpt-engineer-app[bot]
5a1d4ee45b Refactor: Fix Router context error 2025-11-03 15:54:08 +00:00
gpt-engineer-app[bot]
a86da6e833 Approve database migration 2025-11-03 15:18:06 +00:00
gpt-engineer-app[bot]
ee09e3652c feat: Add error boundaries 2025-11-03 14:51:39 +00:00
gpt-engineer-app[bot]
7435aa8746 feat: Add analytics error handling 2025-11-02 18:40:23 +00:00
gpt-engineer-app[bot]
133141d474 Reverted to commit 0091584677 2025-11-01 15:22:30 +00:00
gpt-engineer-app[bot]
b2bf9a6e20 Implement Auth0 migration 2025-11-01 01:08:11 +00:00
gpt-engineer-app[bot]
2fb983bb4f Refactor: Implement API and cache improvements 2025-10-31 12:03:22 +00:00
gpt-engineer-app[bot]
875d189881 Implement cache management 2025-10-31 00:46:42 +00:00
gpt-engineer-app[bot]
41f4e3b920 Fix ESLint errors 2025-10-29 23:27:37 +00:00
gpt-engineer-app[bot]
1cdd1f59fb feat: Add Vercel Analytics 2025-10-29 12:35:15 +00:00
gpt-engineer-app[bot]
55ef3e05ef feat: Add automatic email signature 2025-10-28 19:40:37 +00:00
gpt-engineer-app[bot]
80e63ab355 Fix contact page errors 2025-10-28 17:05:13 +00:00
gpt-engineer-app[bot]
e5f8ecefeb feat: Implement contact page and backend 2025-10-28 17:01:57 +00:00
gpt-engineer-app[bot]
70a8534da7 Refactor: Implement Code Splitting 2025-10-21 18:31:08 +00:00
gpt-engineer-app[bot]
0eac7f3d7d feat: Implement modal-based MFA step-up 2025-10-17 19:17:46 +00:00
gpt-engineer-app[bot]
3d61d738f2 Refactor: Implement type safety and error handling 2025-10-17 13:05:59 +00:00
gpt-engineer-app[bot]
cdfbb10008 Fix: Ensure AuthModalProvider wraps all components 2025-10-16 13:03:52 +00:00
gpt-engineer-app[bot]
6c52dd36cd Fix: Correct route names in App.tsx 2025-10-16 13:02:13 +00:00
gpt-engineer-app[bot]
b1544dfa17 Code edited in Lovable Code Editor 2025-10-16 12:59:38 +00:00
gpt-engineer-app[bot]
6819682ace feat: Centralize Auth Modal and require auth for actions 2025-10-16 12:59:20 +00:00
gpt-engineer-app[bot]
e79eaf76ba feat: Implement type-safe company rides lists 2025-10-16 12:47:21 +00:00
gpt-engineer-app[bot]
ccd603bd8e feat: Add park-specific rides list page 2025-10-16 12:35:16 +00:00
gpt-engineer-app[bot]
ccfa83faee feat: Implement MFA Step-Up for OAuth 2025-10-14 13:52:11 +00:00
gpt-engineer-app[bot]
3e520e1520 feat: Implement Phase 5 optimization and best practices 2025-10-13 22:56:47 +00:00
gpt-engineer-app[bot]
787e16753e feat: Implement Modern React Patterns 2025-10-13 22:40:35 +00:00
gpt-engineer-app[bot]
7d6c0aabcf Fix: Correct provider hierarchy and simplify auth 2025-10-13 17:09:45 +00:00
gpt-engineer-app[bot]
984dcddc0e Fix: Configure QueryClient to disable refetchOnWindowFocus 2025-10-13 00:02:09 +00:00
gpt-engineer-app[bot]
dd079bd5a5 Fix TypeScript build errors 2025-10-12 16:22:57 +00:00
gpt-engineer-app[bot]
d6f9f4d9a3 feat: Implement OAuth profile enhancement 2025-10-11 23:56:44 +00:00