INT - B-21687 - Inconsistent Design Multiple Tags #14461
+95
−54
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.
B-21687
Summary
This is to change how Tags look in the app and how it is displayed in the shipment cards.
Tag
component now has border radius of2em
.DIVERSION
andDIVERSION REQUESTED
tags are now in light orange/gold.CANCELLATION REQUESTED
tag is now in same color asCANCELLED
which is light red.WAITING FOR CUSTOMER
orPACKET READY FOR DOWNLOAD
are now in light green.EvaluationReportShipmentDisplay
to similarly match other shipment card displays.How to test
src/components/Office/ShipmentDisplay/ShipmentDisplay.jsx
and delete all the conditional checks related toTag
component below line # 99. Do the same for other areas of the app and verify the colors and rounded edges match the screenshot.Tag
- verify nothing looks out of the norm.Screenshots