Problem/Motivation
Forms in Drupal typically have a primary button that marks the happy flow. However the Action confirm form displays all actions with a similar weight, so the interface takes more time to scan at a glance.
Steps to reproduce
Enable confirmation step for 'Block the selected users'
Action -> Block the selected users -> Apply to selected items
Proposed resolution
Implement a primary button in Action confirm form for consistency with other Drupal forms.
Remaining tasks
- Write a patch
- Review
- Commit
User interface changes
The Action confirm form implements a primary button for consistency with other Drupal forms.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3331291-2-after.png | 38.48 KB | idebr |
| #3 | 3331291-2-before.png | 38.64 KB | idebr |
Issue fork views_bulk_operations-3331291
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
idebr commentedThe merge request implements a primary button in Action confirm form for consistency with other Drupal forms.
Before:
After:
Comment #5
graber commentedReminds me of something ;)
Thanks!