-
Notifications
You must be signed in to change notification settings - Fork 21
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
Grant Finder front-end enhancements #1928
Comments
…) (#2249) * WIP updates to typography and button styles * final updates to typography, buttons, colors, login screen, styling.md doc * updating styles after pulling in latest versions with the new terminology * updating homepage unit test based on the updates * updating cypress test to reflect app name change * adding back the admin delete changes with the terminology change * minor cleanup items * minor updates on grant details styling * fix: remove unintended yarn.lock changes --------- Co-authored-by: adele-usdr <[email protected]>
…) (#2249) * WIP updates to typography and button styles * final updates to typography, buttons, colors, login screen, styling.md doc * updating styles after pulling in latest versions with the new terminology * updating homepage unit test based on the updates * updating cypress test to reflect app name change * adding back the admin delete changes with the terminology change * minor cleanup items * minor updates on grant details styling * fix: remove unintended yarn.lock changes --------- Co-authored-by: adele-usdr <[email protected]>
@adele-usdr can you confirm that this was merged to staging? I don't see the changes reflected there |
@ClaireValdivia it's there now! I think it was stuck in the deploy-to-staging workflow. |
These are looking great!! just a couple items that I wasn't sure matched the designs - @adele-usdr @caitlinwinner :
|
Looking great!
|
We have the header color change tied to the profile changes - we can remove that, if you'd like. Opened a new branch for the padding change and button text change. Do you also want to change the text size of Federal Grant Finder? |
Layout.vue: Make the nav bar padding smaller GrantDetails.vue: Change ok button text to "Close"
* fix: #1928 Additional Grant Finder front-end enhancements Layout.vue: Make the nav bar padding smaller GrantDetails.vue: Change ok button text to "Close"
* chore(deps): bump @aws-sdk/s3-request-presigner from 3.458.0 to 3.462.0 (#2286) Bumps [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner) from 3.458.0 to 3.462.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.462.0/packages/s3-request-presigner) --- updated-dependencies: - dependency-name: "@aws-sdk/s3-request-presigner" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @aws-sdk/client-sqs from 3.458.0 to 3.462.0 (#2287) Bumps [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) from 3.458.0 to 3.462.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.462.0/clients/client-sqs) --- updated-dependencies: - dependency-name: "@aws-sdk/client-sqs" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @aws-sdk/rds-signer from 3.458.0 to 3.462.0 (#2289) Bumps [@aws-sdk/rds-signer](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/rds-signer) from 3.458.0 to 3.462.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/rds-signer/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.462.0/packages/rds-signer) --- updated-dependencies: - dependency-name: "@aws-sdk/rds-signer" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @aws-sdk/client-s3 from 3.458.0 to 3.462.0 (#2288) Bumps [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) from 3.458.0 to 3.462.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.462.0/clients/client-s3) --- updated-dependencies: - dependency-name: "@aws-sdk/client-s3" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @aws-sdk/client-ses from 3.458.0 to 3.462.0 (#2290) Bumps [@aws-sdk/client-ses](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ses) from 3.458.0 to 3.462.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ses/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.462.0/clients/client-ses) --- updated-dependencies: - dependency-name: "@aws-sdk/client-ses" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix: Frontend enhancements - style, typography, app name updates (#1928) (#2249) * WIP updates to typography and button styles * final updates to typography, buttons, colors, login screen, styling.md doc * updating styles after pulling in latest versions with the new terminology * updating homepage unit test based on the updates * updating cypress test to reflect app name change * adding back the admin delete changes with the terminology change * minor cleanup items * minor updates on grant details styling * fix: remove unintended yarn.lock changes --------- Co-authored-by: adele-usdr <[email protected]> * feat: add breadcrumb back to home from my profile * feat: add breadcrumb back to home from my profile * fixed the home URL this was previously going to grants#/my-grants instead of #/grants --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: rowena <[email protected]> Co-authored-by: adele-usdr <[email protected]> Co-authored-by: Tyler Hendrickson <[email protected]>
@adele-usdr thanks for these adjustments! I think the only remaining change we need is the button color/styles on the user page as it's still green. this should match what is on the agencies page |
The button update is now on staging! |
Why is this issue important?
I conducted a front-end audit of Grants Finder staging against the USDR design system and found inconsistencies.
Current State
See audit: https://docs.google.com/spreadsheets/d/1eMSpXwsBQvis9WdrM-fNbBi0IuuCq6kAfh7-dMYdUPg/edit?usp=sharing
This applies across pages/views in the Grant Finder tool.
Expected State
See audit: https://docs.google.com/spreadsheets/d/1eMSpXwsBQvis9WdrM-fNbBi0IuuCq6kAfh7-dMYdUPg/edit?usp=sharing
Implementation Plan
In scope for this issue:
Buttons
Grant modal
Headings / Typography
Table
Related: make table more responsivefixed in Results Table Horizontal Responsiveness Updates #2065Login
Screenshots / Screen captures
Login etc. screen capture:
https://github.com/usdigitalresponse/usdr-gost/assets/6080693/b2b262bf-9a44-4c2c-9c7e-1d4bcd4eb3a1
Login:
Home - My Grants:
Browse Grants:
Grant Details modal:
Users:
Teams:
Organizations:
My Profile:
The text was updated successfully, but these errors were encountered: