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
The button at the bottom of the proposal cards only consumes space and provides redundant information (people will click them even without an action button). They also don't actually trigger the click which navigates to the proposal's page. The entire card is the button.
We could get rid of the button to save some space
Use the text status to convey any information about the proposal's status.
One dependency is we will need to add a way to pass more detailed information about a proposal's status to the ProposalCard (and children) components.
Examples:
The text was updated successfully, but these errors were encountered:
The button at the bottom of the proposal cards only consumes space and provides redundant information (people will click them even without an action button). They also don't actually trigger the click which navigates to the proposal's page. The entire card is the button.
One dependency is we will need to add a way to pass more detailed information about a proposal's status to the
ProposalCard
(and children) components.Examples:
The text was updated successfully, but these errors were encountered: