Group Back-to-project and Manage together, styled alike
Moves the back link from the far left to sit immediately left of the Manage button (both now top right, in a new .project-head__actions row), and switches it from .btn-secondary to .menu__toggle so the two are visually identical rather than just similar. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
+4
-3
@@ -134,9 +134,10 @@ side of the move.
|
||||
## Project configuration
|
||||
|
||||
`/projects/:id/configure` (`ProjectConfigureView.vue`) manages a project's
|
||||
statuses. The header mirrors the project view's — title, `ProjectManageMenu`
|
||||
top right — plus a "← Back to project" link (Manage's own Configure link is
|
||||
hidden here, since it would just point at the current page).
|
||||
statuses. The header mirrors the project view's — title, then a
|
||||
"← Back to project" link and `ProjectManageMenu` together, top right, styled
|
||||
alike (both `.menu__toggle`) (Manage's own Configure link is hidden here,
|
||||
since it would just point at the current page).
|
||||
|
||||
The status list is a `vuedraggable` list (its own list, no shared drag group
|
||||
with the kanban board) bound directly to a local `statuses` ref; dragging
|
||||
|
||||
Reference in New Issue
Block a user