Skip to content

refactor(support): the contact page becomes /support - #289

Merged
aleskiontherun merged 2 commits into
mainfrom
claude/web-0-support
Sep 25, 2026
Merged

aleskiontherun merged 2 commits into
mainfrom
claude/web-0-support

Conversation

@aleskiontherun

Copy link
Copy Markdown
Member

The contact form's endpoint is now POST /api/v1/support (the API's /contact path is being handed to contact records), so the page, form, client and schema move with it: /contact becomes /support at app/support/page.tsx, the modules move to components/support/support-form.tsx, lib/api/support.ts, lib/support.ts and lib/validations/support.ts, and their exports take the same word (supportAPI.sendRequest, SupportRequest, SupportCategory, SUPPORT_CATEGORIES, SUPPORT_CATEGORY_LABELS, supportSchema, SupportInput, SupportForm). Request and response shapes are unchanged. The footer, privacy and terms links point at /support and read "Support", and the comments, .env.example, SECURITY.md and DECISIONS.md name the new page; emergency contacts and the check-in sheet's contact details are untouched. /contact gets no redirect by the owner's call.

Verified with npm run ci (suite, lint, types, build) green.

🤖 Generated with Claude Code

aleskiontherun and others added 2 commits September 25, 2026 18:45
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
…s and prose at the page

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
@github-actions github-actions Bot added the refactor Set from the PR title by pr-title.yml label Sep 25, 2026
@aleskiontherun
aleskiontherun merged commit fb34af1 into main Sep 25, 2026
12 checks passed
@aleskiontherun
aleskiontherun deleted the claude/web-0-support branch September 25, 2026 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor Set from the PR title by pr-title.yml

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant