-
Notifications
You must be signed in to change notification settings - Fork 92
[DT-2881] info alignment #2741
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
Merged
Merged
[DT-2881] info alignment #2741
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
7156619
to
7aae5c2
Compare
7aae5c2
to
62f3df1
Compare
andrewzamojc
commented
Jun 4, 2025
andrewzamojc
commented
Jun 4, 2025
aria-label={ariaLabel} | ||
> | ||
{@render children()} | ||
</dl> |
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.
Annotation: In general, this grid works like so:
- implicit grid, always adding two columns, one for label one for value
- the label and value components are always set to column 1 and column 2
- the column component is a subgrid in both directions, making the above work in columns
- the
rowCount
prop is required due to constraints of the CSS subgrid, which does not tend to create implicit rows. In the future we could use new CSS selectors like "sibling index" to count the elements in CSS.
9f4e843
to
d7adbd5
Compare
@Alex-Tideman Thanks for the canary data to test out real values and see that sdk logo! |
Alex-Tideman
reviewed
Jun 5, 2025
Alex-Tideman
reviewed
Jun 5, 2025
Alex-Tideman
approved these changes
Jun 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description & motivation 💭
This PR aligns the details in the workflow header, so the information is visually associated. To accomplish this, the PR:
div
under thedl
which is allowed in HTML. On small screens the columns stack.WorkflowDetail
component to the more genericDetailsList
, including tooltips and truncation.WorkflowDetails
to useDetailList
instead ofWorkflowDetail
. Tested turning ondeployments
column and everything seemed ok.WorkflowDetail
since it is used in a couple other places that can be updated in the future:version-details.svelte
andworkflow-summary.svelte
.mono
spaced font style from labels, requested by DesignScreenshots (if applicable) 📸
BEFORE
AFTER
TRUNCATION
STACKED
Design Considerations 🎨
Testing 🧪
I don't see the
<SDKLogo>
so it's hard to know if that'll work :S How can I test this?How was this tested 👻
Steps for others to test: 🚶🏽♂️🚶🏽♀️
Checklists
Draft Checklist
Merge Checklist
Issue(s) closed
Docs
Any docs updates needed?