Files
stack/apps/web
Jason Woltje 2abb405e5f
All checks were successful
ci/woodpecker/push/web Pipeline was successful
fix(web): add workspace context to domain and project creation
- Implement create domain dialog on settings/domains page with name,
  slug (auto-generated from name), and description fields
- Add workspaceId parameter to createDomain, updateDomain, and
  deleteDomain API functions so the X-Workspace-Id header is sent
- Use useWorkspaceId hook in domains page so the workspace context
  is available for all domain mutations

Project creation (SS-WS-002) already passes workspaceId via
useWorkspaceId hook in projects/page.tsx — no changes needed there.

Fixes #534

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 04:18:05 -06:00
..