-
Notifications
You must be signed in to change notification settings - Fork 19
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
Feature/empty state illustrations #1415
base: ui/redesign
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## ui/redesign #1415 +/- ##
===========================================
+ Coverage 12% 12% +1%
===========================================
Files 265 265
Lines 7209 7203 -6
===========================================
+ Hits 806 808 +2
+ Misses 6403 6395 -8 |
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.
The code is almost perfect.
Leave us some screenshots to see the results, please
onNullContent: const Center( | ||
child: ImageLabel( | ||
imagePath: 'assets/images/papers.png', | ||
label: 'Não há exames', |
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.
use translations
onNullContent: const Center( | ||
child: ImageLabel( | ||
imagePath: 'assets/images/no_data.png', | ||
label: 'Não há aulas', |
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.
use translations
Closes #639
Empty state ilustrations for schedule and exams cards.
Review checklist
whatsnew/whatsnew-pt-PT
changelog.md
with the change