-
-
Notifications
You must be signed in to change notification settings - Fork 433
fix board selection and workspace input dialogs width and height #1406
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
Conversation
Having this giant hard-coded length for the new sketch file dialog only while having the default everywhere else is an unacceptable change. #1350 (comment) The boards list still disappears when I filter: #1350 (comment) no_list.mp4 |
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.
It does not fix #1350. See why: #1406 (comment).
9ab3060
to
ff91c27
Compare
c54e150
to
ff91c27
Compare
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 New
, Rename
, and Delete
tabs have different sizes:
The board list height changes when filtering in the list (#1350 (comment)):
lis_resize.mp4
Should this PR cover #1350 (comment)? If yes, let's make this #1382 dependent. You can also cherry-pick the overflow
changes or copy them here.
60819f1
to
2603e05
Compare
Thanks for the review @kittaakos and @91volt. I've fixed the remaining dialogs, now the min-size for any dialog is set by default to 480px. I've fixed the board list changing size when filtering, and took the liberty to change the UI when no board is found for the search made by to user: |
@kittaakos since #1382 is already approved, I'm okay with waiting for it to be merged. |
2603e05
to
0a0314d
Compare
Could you please rebase? #1382 has been merged. Your branch is three commits behind the |
0a0314d
to
9b3cc9a
Compare
Done. I've also fixed the Additional Boards URL focus outline. |
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.
It looks great. Thank you!
Motivation
Some dialogs have unexpected behaviours as described in #1350
Change description
fixed width and height of workspace input dialog and board selection dialog
Other information
Closes #1350
Reviewer checklist