Open ClaireValdivia opened 8 months ago
@jeffsmohan are you able to draft implementation details for this one as well please?
@ClaireValdivia implementation details added!
took out opening mailto link in new tab as we will be opening a new issue for copying the email instead. posting the implementation details for mailto in a new tab just in case we need it later
Email in new tab: Add a target="_blank"
attribute to the mailto link here: https://github.com/usdigitalresponse/usdr-gost/blob/9856006dbad9ff47bd87679681bc4de1405eb61d/packages/client/src/views/GrantDetails.vue#L141
This looks great in staging!
Why is this issue important?
adjustments to clean up formatting and display on grant details page
Expected State
Implementation Plan
src/helpers/...
, then we can use it to format the award ceiling value here: https://github.com/usdigitalresponse/usdr-gost/blob/9856006dbad9ff47bd87679681bc4de1405eb61d/packages/client/src/views/GrantDetails.vue#L273Relevant Code Snippets
No response