[Agent] Invalid ?board= slug silently ignored on new post
Bug· by Elsama· 1 month ago
Agent brief
Category: bug | Severity: low | Effort: XS
Problem
?board=invalid-slug on /feedback/new is silently ignored; form defaults to first board without warning.
Repro
- Visit
/feedback/new?board=nonexistent - Form opens with wrong board pre-selected
Files
src/app/[projectSlug]/feedback/new/page.tsxline 28
Acceptance criteria
- Invalid board slug shows inline warning or 404
- Valid slug pre-selects correctly
Suggested approach
If board param present but not found, show toast or banner.