This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 330
ui: 0.7 CSS changes, details page updates #2606
Merged
Merged
Conversation
This file contains 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
- other css changes and layout changes to remove/rearrange components to match new designs
sabrinako
changed the title
UI/0.7 small changes
WIP: UI/0.7 CSS changes, details page updates
Oct 27, 2021
- rerun health check button works again - "Currently unavailable" only renders when there is nothing there - {{yield}} rows will render alongside rows hardcoded in the table comp
sabrinako
force-pushed
the
ui/0.7-small-changes
branch
from
October 29, 2021 19:41
b1eb428
to
3e73518
Compare
sabrinako
force-pushed
the
ui/0.7-small-changes
branch
from
October 29, 2021 19:45
3e73518
to
b3d8982
Compare
sabrinako
force-pushed
the
ui/0.7-small-changes
branch
from
October 29, 2021 20:06
b3d8982
to
e0a59a0
Compare
sabrinako
changed the title
WIP: UI/0.7 CSS changes, details page updates
ui: 0.7 CSS changes, details page updates
Oct 29, 2021
jgwhite
approved these changes
Nov 1, 2021
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.
Looks like a great step forward to me. I’ve left a few minuscule nitpicks, but overall very much approve.
sabrinako
force-pushed
the
ui/0.7-small-changes
branch
from
November 1, 2021 19:18
20a8cc9
to
4132b19
Compare
Co-authored-by: Jamie White <[email protected]>
sabrinako
force-pushed
the
ui/0.7-small-changes
branch
from
November 1, 2021 19:34
4132b19
to
62f296c
Compare
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.
Changes
PanelHeader
component for details page headers (to not interfere with styling of the existingPageHeader
component)isExpandable
param to theSection
component to remove collapsibility of a sectionh3
->h2
) to comply with a11y warnings (styling maintained)Related Changes Not Addressed in this PR
Screenshots
Application Overview Screen Before
Application Overview Screen After
Deployment Details Page Before
Deployment Details Page After
Build Details Page Before
Build Details Page After
Release Details Page Before
Release Details Page After
How to Test
git checkout ui/0.7-small-changes
)ember serve
oryarn start
ember serve local