Reorder project creation form with auto-slug #83

Merged
qwc merged 1 commit from feature/project-create-form-reorder into main 2026-02-20 07:34:20 +01:00
Owner

Summary

  • Reorganizes the create project card layout: Name + Slug (row 1), Description (row 2), Visibility + Create (row 3)
  • Adds "Auto slug" checkbox (checked by default) that derives the slug from the project name
  • Unchecking reveals the slug input pre-filled with the derived value for manual editing

Closes #82

Test plan

  • Visit /admin/projects, verify the new form layout
  • Type a project name with "Auto slug" checked — slug input is hidden, slug is auto-derived on submit
  • Uncheck "Auto slug" — slug input appears pre-filled with derived slug, editable
  • Submit form with both auto and manual slug — project is created correctly

🤖 Generated with Claude Code

## Summary - Reorganizes the create project card layout: Name + Slug (row 1), Description (row 2), Visibility + Create (row 3) - Adds "Auto slug" checkbox (checked by default) that derives the slug from the project name - Unchecking reveals the slug input pre-filled with the derived value for manual editing Closes #82 ## Test plan - [ ] Visit `/admin/projects`, verify the new form layout - [ ] Type a project name with "Auto slug" checked — slug input is hidden, slug is auto-derived on submit - [ ] Uncheck "Auto slug" — slug input appears pre-filled with derived slug, editable - [ ] Submit form with both auto and manual slug — project is created correctly 🤖 Generated with [Claude Code](https://claude.ai/claude-code)
Reorder project creation form with auto-slug derivation
All checks were successful
CI / test (pull_request) Successful in 54s
CI / build (pull_request) Successful in 40s
CI / docker (pull_request) Has been skipped
2f1a85bc91
Reorganizes the create project card:
- Row 1: Name + Slug (with auto-generate checkbox)
- Row 2: Description textarea (resizable)
- Row 3: Visibility + Create button

When "Auto slug" is checked (default), the slug is derived from the
name automatically. Unchecking allows manual editing.

Closes #82

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
qwc merged commit dd44b79647 into main 2026-02-20 07:34:20 +01:00
qwc deleted branch feature/project-create-form-reorder 2026-02-20 07:34:20 +01:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
qwc-open/asiakirjat!83
No description provided.