Organize/components
Brian Fertig 83075c8791 Add user profile page with name and photo support
- New `/profile` page lets users set first/last name and upload a
  profile photo (resized to 256x256 JPEG server-side via sharp, stored
  as a data URL in Postgres since the container FS is ephemeral)
- Sidebar user block now shows the profile photo (or initial-letter
  fallback) and display name, and links to `/profile`
- Migration adds `firstName`, `lastName`, `avatar` columns to User and
  backfills them from the legacy `name` field; seed updated to match
- Bump Next.js server-action body limit to 11 MB so avatar uploads up
  to the 10 MB cap aren't silently rejected with a 413
- Expose Postgres port on the host in docker-compose for local tooling
2026-08-30 11:24:05 -06:00
..
admin Add responsive mobile layout for the app shell and board 2026-08-29 22:42:33 -06:00
ai
auth
board Add responsive mobile layout for the app shell and board 2026-08-29 22:42:33 -06:00
chat
markdown
nav Add user profile page with name and photo support 2026-08-30 11:24:05 -06:00
profile Add user profile page with name and photo support 2026-08-30 11:24:05 -06:00
projects Add per-project theme assignment with scoped theming 2026-08-29 22:07:10 -06:00
pwa
scheduled Add responsive mobile layout for the app shell and board 2026-08-29 22:42:33 -06:00
theme Add responsive mobile layout for the app shell and board 2026-08-29 22:42:33 -06:00
ui Add responsive mobile layout for the app shell and board 2026-08-29 22:42:33 -06:00
confirm-delete-dialog.tsx
hold-on-complete.tsx