-
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
switch (favorite.name) { | ||
case 'schedule': | ||
title = 'Schedule'; | ||
icon = const Icon(Icons.schedule); |
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.
Don't forget to use phosphor icons by adding them to UniIcons in uni_ui and import them from there
From seen the video the dragging experience is awesome! I notice an UX problem, the place to display the current elements is too short. Maybe the top bar is unnecessary. We can discuss this in the next meeting |
@thePeras It is. We can drop the top bar or maybe short the bottom one. |
Closes #1429
TODO:
Review checklist
whatsnew/whatsnew-pt-PT
changelog.md
with the change