From 038322e9750abb210b6b2a2e9d8f20c4198a6278 Mon Sep 17 00:00:00 2001 From: Aneurin Barker Snook Date: Fri, 4 Sep 2026 21:10:57 +0100 Subject: [PATCH] Relabel the configuration view's name section 'Rename project' Co-Authored-By: Claude Sonnet 5 --- web/README.md | 2 +- web/src/views/ProjectConfigureView.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/README.md b/web/README.md index 9e0a72b..72af476 100644 --- a/web/README.md +++ b/web/README.md @@ -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 diff --git a/web/src/views/ProjectConfigureView.vue b/web/src/views/ProjectConfigureView.vue index 082e9b7..39d61da 100644 --- a/web/src/views/ProjectConfigureView.vue +++ b/web/src/views/ProjectConfigureView.vue @@ -196,7 +196,7 @@ onBeforeUnmount(() => window.removeEventListener('keydown', onKeydown))
-

Project name

+

Rename project