-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dashboard] Don't double-encapsulate Alert contents in <span/> or <p/> #13640
Conversation
started the job as gitpod-build-jx-fix-alerts.1 because the annotations in the pull request description changed |
Looking at this now! 👀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UX LGTM, @jankeromnes! 🔮
Left one minor copy suggestion.
Thanks for always caring about user experience, how elements render when using the dark theme, including clear steps on how to test the changes, and last but not least adding BEFORE/AFTER screenshots when there are visual changes involved! ✨
Approving, but this will need also an approval from @gitpod-io/engineering-webapp
. 🏀
</p> | ||
We'll remove projects under personal accounts in Q1'2023.{" "} | ||
<Link to="/new" className="gp-link"> | ||
Create a team. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create a team. | |
Create a team |
Create a team. | |
Create a team → |
<span>Search workspaces using workspace ID.</span> | ||
Search workspaces using workspace ID. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
praise: Thanks for all the side fixes here, Jan! 🍫
<span> | ||
Search entries by their repository URL <abbr title="regular expression">RegEx</abbr>. | ||
</span> | ||
Search entries by their repository URL <abbr title="regular expression">RegEx</abbr>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thought: I agree, there's no need to double-encapsulate the contents. The alert component added by @mustard-mh back in https://github.com/gitpod-io/gitpod/pull/8783/files should already handle properly most, if not all, styling use cases, including dark theme colors. 🏓
Description
<Alert>
is already a container node. There is no need to double-encapsulate contents inside another container:Related Issue(s)
Fixes:
How to test
/new
and create a user-owned project (i.e. under your Personal Account)Also:
Release Notes
Documentation
Werft options:
If enabled this will build
install/preview
Valid options are
all
,workspace
,webapp
,ide