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
7riumph
changed the title
Create a reusable card component with title, description, and optional button display prop
Create a reusable card component with title, description, optional drop shadow, and optional button display prop
Jan 31, 2025
7riumph
changed the title
Create a reusable card component with title, description, optional drop shadow, and optional button display prop
Create a reusable card component with title, description/image, optional drop shadow, and optional button display prop
Jan 31, 2025
7riumph
changed the title
Create a reusable card component with title, description/image, optional drop shadow, and optional button display prop
Create a reusable card component with title, description/image, optional drop shadow, and optional button display
Jan 31, 2025
What will this add or fix? 🛠️
Currently the app mutates a button component in lieu of a dedicated card component ex. here
Create a dedicated card component with the listed props to replace present and future cards.
How might this affect users? 🤔
n/a, for development
How should it operate and or look? ( Figma design screenshot 📷 or code flow description )
Creative freedom, though it should look in-line with the current implementation.
Acceptance Criteria
Component at least has the following props:
Additionally
It's good practice to create clear action-oriented commits for each change.
View the CaseListScreen to see what's current
Also use this for reference
The text was updated successfully, but these errors were encountered: