FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(site): stop back link overlapping the new workspace form by jakehwll · Pull Request #28355 · coder/coder · GitHub

/ coder Public

fix(site): stop back link overlapping the new workspace form - #28355

Draft
jakehwll wants to merge 3 commits into
mainfrom
jakehwll/create-workspace-back-button
Draft

fix(site): stop back link overlapping the new workspace form#28355
jakehwll wants to merge 3 commits into
mainfrom
jakehwll/create-workspace-back-button

Conversation

jakehwll commented Aug 20, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

🤖 This PR was written by Coder Agents on behalf of Jake Howell.

The new workspace page's back link was absolutely positioned (sticky + translate-y-[68px]) and overlapped the header/template title.

This reuses the grid layout landed in #27914 for the create organization page — grid-cols-[1fr_minmax(0,800px)_1fr] — so the back link lives in its own column beside the centered form instead of on top of it.

Changes

  • CreateWorkspacePageView.tsx: wrap the page in the shared three-column grid and replace the custom sticky <button> with the standard Button variant="subtle". Behaviour is unchanged — still ← Go back calling onCancel (navigate(-1)).
Notes for reviewers

Reuse the create-organization page grid (1fr / centered content / 1fr) so
the back link sits in its own column instead of overlapping the header.
Rename the ambiguous "Go back" to "Back to workspaces" and point it at the
workspaces list so the label matches the action.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL