Conversation
|
@jankeromnes could you take a look at this minor change when you're free? |
jankeromnes
left a comment
There was a problem hiding this comment.
Nice! 🎯 Very subtle yet remarkable improvement ✨
| <h4>Repository URL</h4> | ||
| <input type="text" value={dotfileRepo} className="w-full" placeholder="e.g. https://github.com/username/dotfiles" onChange={(e) => setDotfileRepo(e.target.value)} /> | ||
| <p className="text-base text-gray-500 dark:text-gray-400">Add a repository URL that includes dotfiles. Gitpod will clone and install your dotfiles for every new workspace.</p> | ||
| <div className="mt-1"> |
There was a problem hiding this comment.
Nit: You could add the mt-1 class to the <p/> element below, in order to avoid extra nesting. Not very important though.
There was a problem hiding this comment.
FWIW, Tried to replicate the semantics structure we already use elsewhere:
gitpod/components/dashboard/src/settings/EnvironmentVariables.tsx
Lines 73 to 75 in e2c1988
Also, agree we could make this could be improved. Creating a reusable component for this form element could help. 💡
|
LGTM label has been added. DetailsGit tree hash: b1364a7b456d86e1a4ccdc4b498d641ea2edeac3 |
|
Okay fine @roboquat 🙄 /approve no-issue |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jankeromnes Associated issue requirement bypassed by: jankeromnes The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Thanks, @jankeromnes! 🏀 |
Description
Following the changes in #7337, this will update dotfiles input help text design to match the design of other help text instances accross the product.
How to test
/preferences/variables.Release Notes