-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: Sites & Applications UX fixes #293
Conversation
🎉 View the deployed prototype - https://286-sites-apps-ux-fixes--ussf-portal-client.netlify.app |
b04d63d
to
ddf1a96
Compare
* added hover overs * Added hovers to main nav * Added new styles to filter buttons on S&A * Added font weight
🎉 View your component in Storybook - https://286-sites-apps-ux-fixes--ussf-storybook.netlify.app |
🎉 View the deployed prototype - https://286-sites-apps-ux-fixes--ussf-portal-client.netlify.app |
🎉 View the deployed prototype - https://286-sites-apps-ux-fixes--ussf-portal-client.netlify.app |
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.
From what I could check, it looks good!
- Adjust MySpace columns to 3, maybe adjust margins/padding
- Change color on search dropdown text to white
- Change padding on collections boxes (24px for top/bottom and 16pc for L/R)
- Even out padding within myspace container (24px on all sides)
- Remove side nav links that are unused (My profile, Subordinate profiles, etc...)
- Change all footer text to white
- Add hover states to buttons
- Remove hover state for search dropdown
- "Add section" box height should be equal to a collection card with 5 links inside it
- "Search" text is not using trebuchet
- In "alphabetical" view, description columns will need to be moved to the left to make room for more content (Note: this might actually be resolved on it's own once content is added)
- Add hover states to main nav
- Update button styles on alphabetical/type sorts
- ReactUSWDS ComboBox scroll bug ([fix] ComboBox scroll behavior [fix] ComboBox scroll behavior trussworks/react-uswds#1693)
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.
Description
This PR makes some small UX/design fixes as described in #286 (everything listed in the COMPLETED section). It does not cover the items contained in separate issues.
Fixes #286
Review Notes
Review the deployed app & Storybook against the list of UX fixes above and verify that they are in fact completed.