32 manage page list styles #76
Merged
Conversation
* Add full-height blue bar at left of item, following the pseudoelement-based approach used for the top/bottom borders * Update top/bottom border colors * Remove focus-specific border colors * Remove box-shadow
Should this actually be implemented using pseudoelements? Might be more consistent, but we're also running out of wrapper elements to carry another ::after pseudoelement.
|
Overall, this is fantastic! Everything is just about spot on, with just a couple small nits (and a mistake on my end). Main List View
Hover States
Search (I think this is included in your PR)
Nice work @6a68 ! |
|
Thanks for the thorough review, @nickbrandt! |
|
r+ Code-wise, I think this looks great. Pending the tweaks @nickbrandt asked for, it's good to |
|
@nickbrandt @6a68 Looking over the existing issues, I think updates to the search bar are to be addressed via #36. |
|
@linuxwolf sounds good! |
6d10cab
to
e5bb47d
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.



Fixes #32
Testing and Review Notes
Visual updates based on the zeplin mocks linked in #32.
This PR should only impact the management page list view; watch out for unexpected changes to the panel list view.
Questions for dev:
Question for UX:
I wasn't clear on the differences between hover, focus, and active states, based on the zeplin mocks. I'm particularly curious if these three states look correct for the list item, the search field, and the '+' button.
Screenshots or Videos
I'm going to skip these, to encourage reviewers to actually exercise the code a bit (afraid I'm missing some edge cases)...but if this seems a little too lazy on my part, I can add side-by-side screenshots for comparison purposes🙃