-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(cat-voices): Using TimezoneText in ProposalCard #1711
Conversation
✅ Test Report | |
✅ Test Report | |
catalyst_voices/apps/voices/lib/common/formatters/date_formatter.dart
Outdated
Show resolved
Hide resolved
catalyst_voices/apps/voices/lib/widgets/cards/pending_proposal_card.dart
Show resolved
Hide resolved
✅ Test Report | |
catalyst_voices/apps/voices/lib/widgets/text/day_month_time_text.dart
Outdated
Show resolved
Hide resolved
✅ Test Report | |
…xt.dart Co-authored-by: Dominik Toton <[email protected]>
✅ Test Report | |
✅ Test Report | |
…shed method - Updated PendingProposalCard for better state management. - Added isPublished method to ProposalPublish enum
✅ Test Report | |
catalyst_voices/apps/voices/lib/widgets/cards/pending_proposal_card.dart
Outdated
Show resolved
Hide resolved
catalyst_voices/apps/voices/lib/widgets/cards/pending_proposal_card.dart
Outdated
Show resolved
Hide resolved
… change The `_ProposalBorderColor` is now updated when the proposal's publish stage changes. Also, the name of the border variable changed to `_border`.
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
✅ Test Report | |
Description
To make it more readable I change Text widget to TimezoneText which is sensitive to the timezone that the user has selected. Also, I found in another Figma view that proposalcard should have a hover effect.
Related Pull Requests
Please confirm the following checks