Organize/lib
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
..
actions feat: add AI provider config and todo completion timestamps 2026-08-12 15:01:54 -06:00
validation feat(board): introduce Projects as isolated boards 2026-08-12 12:57:41 -06:00
access.ts feat(board): introduce Projects as isolated boards 2026-08-12 12:57:41 -06:00
ai-settings.ts feat: add AI provider config and todo completion timestamps 2026-08-12 15:01:54 -06:00
auth-errors.ts
auth-helpers.ts
board.ts feat: add AI provider config and todo completion timestamps 2026-08-12 15:01:54 -06:00
colors.ts
db.ts
format.ts feat: add AI provider config and todo completion timestamps 2026-08-12 15:01:54 -06:00
settings.ts
utils.ts