You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cards are increasingly common in the application. Messages already incorporate them, and Documents will too (see issue #606 ). We should implement a reusable Card component.
Rationale:
Simplifies the use of cards throughout the application by providing reusable code.
Proposed Changes:
Create an expandable/collapsible card component
Props should tentatively include a header, type, and data to display
Parse over data, and populate the card (default and expanded)
Replace cards in application with new component
Possible Drawbacks:
Card types may differ enough to warrant separate components
Alternatives Considered:
N/A
Additional Context:
This is part of an ongoing greater refactoring
The text was updated successfully, but these errors were encountered:
Describe the Current Behavior/Feature:
Cards are increasingly common in the application. Messages already incorporate them, and Documents will too (see issue #606 ). We should implement a reusable Card component.
Rationale:
Simplifies the use of cards throughout the application by providing reusable code.
Proposed Changes:
Possible Drawbacks:
Alternatives Considered:
N/A
Additional Context:
This is part of an ongoing greater refactoring
The text was updated successfully, but these errors were encountered: