-
Notifications
You must be signed in to change notification settings - Fork 18
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
Implementing HomePage #1442
base: ui/redesign
Are you sure you want to change the base?
Implementing HomePage #1442
Conversation
Codecov ReportAttention: Patch coverage is
❌ Your project check has failed because the head coverage (11%) is below the target coverage (70%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## ui/redesign #1442 +/- ##
===========================================
+ Coverage 11% 11% +1%
===========================================
Files 270 270
Lines 7785 7727 -58
===========================================
+ Hits 818 827 +9
+ Misses 6967 6900 -67 |
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.
Great job, Goiana! Really good code and a perfect result, congrats 🔥
There's some things i notice while testing that could be improved in the future (but maybe we should merge this PR and then work on those later to get the redesign off the ground ahah)
-
We should add some indication of days in the top widget and maybe the schedule cards
-
We lost the ability to refresh the page
-
@thePeras had an idea to further improve the ux of the edit page simply clicking on the item could immediatly add/drop them
-
There's a small white padding under the red
- The professor's name when the class is happening still appears as Teacher X
- The loading state could be improved (maybe by removing the red circle from the red part above and replacing the others by a block with a shimmer effect )
return getRestaurantInformation(context, favoriteRestaurants) | ||
.isNotEmpty; | ||
}, | ||
onNullContent: const Text('Nenhum restaurante favorito aberto'), |
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.
hardcoded text
Closes #1429
TODO:
logic of schedule card on toprearrange button positionsimplify save/delete favorite logic (?)restaurantonclick in functionsiconsfix misalignment when dragging cardsReview checklist
whatsnew/whatsnew-pt-PT
changelog.md
with the change