click on assign user or the plus button
Hi, We often add users on cards. I believe the button to assign a user shoud be bigger. I suggest with this PR to make all the header clickable to assign a new user (but I let the button with the hover to let the UI intuitive). Best regards, Phillippe
This commit is contained in:
committed by
GitHub
parent
6bf4efbfe6
commit
ee438ad7b2
@@ -53,9 +53,9 @@
|
||||
</ui-select-choices>
|
||||
</ui-select>
|
||||
</div>
|
||||
<div class="section-header">
|
||||
<div class="section-header" ng-click="toggleAssignUser()">
|
||||
<h4><?php p($l->t('Assign users')); ?></h4>
|
||||
<button class="button icon-add" ng-click="toggleAssignUser()"></button>
|
||||
<button class="button icon-add"></button>
|
||||
</div>
|
||||
<div class="section-content card-details-assign-users" ng-if="cardservice.getCurrent()">
|
||||
<ui-select id="assignUserSelect" class="card-details-assign-user" ng-model="status.assignedUser" ng-show="status.showAssignUser" uis-open-close="assingUserOpenClose(isOpen)"
|
||||
|
||||
Reference in New Issue
Block a user