Commit Graph

76 Commits

Author SHA1 Message Date
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]
d998225315 Fix: Reorder mobile menu items 2025-11-05 19:35:56 +00:00
gpt-engineer-app[bot]
45a5dadd29 Add smooth transitions and reorder menu items 2025-11-05 19:33:59 +00:00
gpt-engineer-app[bot]
3f95e447bb Fix Explore menu width 2025-11-05 19:31:20 +00:00
gpt-engineer-app[bot]
ded4dfd59c Refactor: Add button feedback 2025-11-04 18:48:39 +00:00
gpt-engineer-app[bot]
a86da6e833 Approve database migration 2025-11-03 15:18:06 +00:00
gpt-engineer-app[bot]
e16bc05cdb Fix admin sidebar favicon 2025-11-02 18:53:46 +00:00
gpt-engineer-app[bot]
b443d63f00 Fix favicon quality in sidebar 2025-11-02 02:58:31 +00:00
gpt-engineer-app[bot]
5a8c899ae6 Refactor: Replace emoji with favicon 2025-11-02 02:54:08 +00:00
gpt-engineer-app[bot]
55ef3e05ef feat: Add automatic email signature 2025-10-28 19:40:37 +00:00
gpt-engineer-app[bot]
2b8ee9061e Add Inbox to Admin Navigation 2025-10-28 18:10:38 +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]
efff21ab16 Fix: Header Admin link loading state 2025-10-17 19:57:34 +00:00
gpt-engineer-app[bot]
8a36c71edb Fix: Implement MFA enforcement and critical bug fix 2025-10-17 19:43:43 +00:00
gpt-engineer-app[bot]
6ef7e5b0ae Fix admin sidebar navigation styling 2025-10-17 18:21:29 +00:00
gpt-engineer-app[bot]
fb8f61b12c Fix Admin Toolbar sticky positioning 2025-10-17 18:18:20 +00:00
gpt-engineer-app[bot]
f37b99a5f9 Reverted to commit 06ed528d76 2025-10-11 15:58:56 +00:00
gpt-engineer-app[bot]
1df9ada8ae Reverted to commit 96a961d95c 2025-10-11 15:58:11 +00:00
gpt-engineer-app[bot]
14d7801b6f Refactor admin blog access 2025-10-10 23:03:05 +00:00
gpt-engineer-app[bot]
5f3ff2c9e9 Approve blog post migration 2025-10-10 22:55:46 +00:00
pac7
166ef04589 Update sidebar to remove unused import
Remove the unused `useSidebar` import from the `AdminSidebar` component.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: e0cbed76-4668-44f7-95b4-a456009b318d
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
2025-10-08 19:42:30 +00:00
gpt-engineer-app[bot]
25f79a4667 Refactor system log to own page 2025-10-06 17:55:33 +00:00
gpt-engineer-app[bot]
8e5fbba674 feat: Implement admin panel redesign plan 2025-10-06 12:10:08 +00:00
gpt-engineer-app[bot]
065b1b4be5 Reverted to commit 095907b3a5 2025-10-04 19:16:36 +00:00
gpt-engineer-app[bot]
58c28a37eb feat: Implement collapsible sidebar navigation 2025-10-04 19:07:52 +00:00
gpt-engineer-app[bot]
35f380bfb4 Refactor: Redesign admin panel 2025-10-04 18:58:39 +00:00
gpt-engineer-app[bot]
fbc396f6ed Fix explore menu hover text color 2025-10-02 13:27:51 +00:00
gpt-engineer-app[bot]
d1870830a0 Refactor header menu hover color 2025-10-02 12:50:47 +00:00
gpt-engineer-app[bot]
268fa63ebc Refactor: Move theme toggle to mobile menu 2025-10-01 13:31:27 +00:00
gpt-engineer-app[bot]
56f99fe07a Refactor AdminHeader for mobile 2025-10-01 13:28:41 +00:00
gpt-engineer-app[bot]
0629a399a2 Add notification bell to admin headers 2025-10-01 13:25:05 +00:00
gpt-engineer-app[bot]
f6636c5c0f feat: Integrate Novu Inbox into header 2025-10-01 12:44:58 +00:00
gpt-engineer-app[bot]
f0af697309 Condense header text on mobile 2025-09-30 17:25:52 +00:00
gpt-engineer-app[bot]
50aa55ecbe Fix: Improve search text wrapping and spacing 2025-09-30 12:03:15 +00:00
gpt-engineer-app[bot]
0d71e99203 Remove header icon 2025-09-30 12:00:08 +00:00
gpt-engineer-app[bot]
28ab241bb7 Refactor: Improve mobile header and navigation 2025-09-30 11:59:31 +00:00
gpt-engineer-app[bot]
53e36db576 Refactor header menu hover styles 2025-09-29 22:29:01 +00:00
gpt-engineer-app[bot]
3da4d120ef Reverted to commit 49f3ec12aa 2025-09-29 22:27:14 +00:00
gpt-engineer-app[bot]
d44ff41d4a Update header background color 2025-09-29 22:26:56 +00:00
gpt-engineer-app[bot]
49f3ec12aa Refactor header menu hover styles 2025-09-29 22:24:38 +00:00
gpt-engineer-app[bot]
d1f32dbf25 Refactor: Replace emojis with Lucide React icons 2025-09-29 12:36:38 +00:00
gpt-engineer-app[bot]
7fc30413ad Add close button to Admin Settings 2025-09-28 19:29:23 +00:00
gpt-engineer-app[bot]
54e183dad7 Refactor refresh button functionality 2025-09-28 19:09:02 +00:00
gpt-engineer-app[bot]
661bf77d95 feat: Add refresh button and admin restrictions 2025-09-28 19:08:01 +00:00