Organize/components/admin
Brian Fertig aa6a2e1cfd feat: add AI provider config and todo completion timestamps
- Add `AiSettingsCard` component and server actions for configuring an
  OpenAI-compatible AI endpoint (e.g. OpenWebUI) from the admin panel
- Introduce `AiSettings` Prisma model with masked API key display and
  connection testing UI
- Track `completedAt` on todos with a migration and backfill for existing
  completed items
- Surface `createdAt`, `updatedAt`, and `completedAt` in the todo edit
  dialog via a new `formatDateTime` utility
- Update `TodoDTO`, `getBoard`, `createTodo`, `toggleTodo`, and the board
  context to carry and optimistically update timestamp fields
- Add `Select` UI component built on `@base-ui/react`
2026-08-12 15:01:54 -06:00
..
admin-user-table.tsx V1 Changes 2026-08-11 16:37:01 -06:00
ai-settings-card.tsx feat: add AI provider config and todo completion timestamps 2026-08-12 15:01:54 -06:00
change-password-dialog.tsx V1 Changes 2026-08-11 16:37:01 -06:00
edit-user-email-dialog.tsx V1 Changes 2026-08-11 16:37:01 -06:00
signup-mode-settings.tsx Created different Authorization types 2026-08-12 11:02:40 -06:00
user-role-menu.tsx V1 Changes 2026-08-11 16:37:01 -06:00