fix(site/src/pages/CreateWorkspacePage): replace Tooltip with HelpPop…#24057
Merged
jakehwll merged 4 commits intocoder:mainfrom Apr 9, 2026
Merged
fix(site/src/pages/CreateWorkspacePage): replace Tooltip with HelpPop…#24057jakehwll merged 4 commits intocoder:mainfrom
jakehwll merged 4 commits intocoder:mainfrom
Conversation
jakehwll
approved these changes
Apr 8, 2026
Contributor
|
Some formatting issues, but NBD. Happy to merge once those are solved 🙂 Feel free to re-request a review when ready |
b06e965 to
8e4f3c4
Compare
Contributor
|
Sorry to be painful @code-qtzl , seems like something still isn't quite right in the sorting of imports here 🙂 |
8e4f3c4 to
b872af3
Compare
Contributor
Author
I wan't to contribute quality code. Please be thorough on the reviews. It helps me too! 😀 |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace Tooltip with
HelpPopoverin the "New workspace" page header.HelpPopoversupports interactive content like links and provides better layout control, making it a better fit for this use case.