-
Notifications
You must be signed in to change notification settings - Fork 188
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/quick actions #1573
Feature/quick actions #1573
Conversation
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 have slightly adjusted the design to something we like more. Its already approved by both me and Carlos so please keep that. I updated the branch already.
- On simple index, place it the most on the right
- The actions have to also be added to the advanced index
- In the advanced index we have to add something to allow to exclude certain columns from the filters, because now all columns are added on filters and we dont want a filter for the actions column.
- The
delete
andqr
icons are missing tooltips - For some reason the and generated from our Button component in this case are having different hover effects. They should be consistent. Can you take a look please?
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.
Closes #1522