Organize/app
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
..
(app) feat: add AI provider config and todo completion timestamps 2026-08-12 15:01:54 -06:00
(auth) Created different Authorization types 2026-08-12 11:02:40 -06:00
api/auth/[...nextauth] first commit 2026-08-11 13:10:00 -06:00
favicon.ico Initial commit from Create Next App 2026-08-11 11:56:15 -06:00
globals.css first commit 2026-08-11 13:10:00 -06:00
layout.tsx first commit 2026-08-11 13:10:00 -06:00
manifest.ts first commit 2026-08-11 13:10:00 -06:00