-
Notifications
You must be signed in to change notification settings - Fork 1
Restyle permutations #128
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
Restyle permutations #128
Conversation
Also replace border around permutations with white space
To make it harder to delete permutation by accident
Peter9192
left a comment
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.
| </DropdownMenuItem> | ||
| <DropdownMenuItem onSelect={() => setOpenEditDialog(true)}> | ||
| <MdiCog /> | ||
| Edit permutation |
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.
I think edit will be the most used action, so perhaps put that one on top here?
| <MdiMenu /> | ||
| {props.perm.name} | ||
| </DropdownMenuTrigger> | ||
| <DropdownMenuContent> |
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.
I think I would prefer to left-align this
| <DropdownMenuContent> | ||
| <DropdownMenuItem onSelect={() => setOpenDifferenceDialog(true)}> | ||
| <MdiLightVectorDifference /> | ||
| View differences with reference configuration |
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.
class="flex gap-2" on the parent gives slightly nicer spacing imo

Fixes #31
