Relabel the configuration view's name section 'Rename project'

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-04 21:10:57 +01:00
co-authored by Claude Sonnet 5
parent eb1f6055f0
commit 038322e975
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ statuses. The header mirrors the project view's — title, then a
alike (both `.menu__toggle`) (Manage's own Configure link is hidden here,
since it would just point at the current page).
A **Project name** section (a plain `PATCH /api/projects/:id` form,
A **Rename project** section (a plain `PATCH /api/projects/:id` form,
`{ title }`) sits above **Statuses**. On success it also calls the
`projects` store's `fetchProjects()` -- the local `project` ref (and this
view's own header) update from the PATCH response directly, but the
+1 -1
View File
@@ -196,7 +196,7 @@ onBeforeUnmount(() => window.removeEventListener('keydown', onKeydown))
</div>
<section class="config-section">
<h2>Project name</h2>
<h2>Rename project</h2>
<form class="field-row" @submit.prevent="onRenameProject">
<input