[kimi] Add Submit Job modal with client-side validation (#754) #832

Merged
kimi merged 1 commits from kimi/issue-754 into main 2026-03-21 22:14:19 +00:00

1 Commits

Author SHA1 Message Date
kimi
839bff85bc feat(matrix-ui): add Submit Job modal with client-side validation
Some checks failed
Tests / lint (pull_request) Has been cancelled
Tests / test (pull_request) Has been cancelled
Adds a Submit Job modal to the Matrix 3D workshop UI with comprehensive
client-side validation:

- Submit button disabled when title is empty or inputs exceed max length
- Character count displayed for title (0/200) and description (0/2000)
- Warning shown when description exceeds 1800 characters
- Inline error messages (red text) for validation failures
- Validation runs on input, blur, and submit attempt
- Success state shown after form submission
- Responsive design with mobile support
- Keyboard accessible (Escape to close, Enter to submit)

Fixes #754
2026-03-21 18:12:28 -04:00