You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(pat structure): Improve selection button and popover
The selection button shows now the number of selected and maximum number of items within the current folder.
The corresponding popover offers the option to select all items, all visible items on the page and to cancel the selection.
The previous popover to manage the selected items is gone.
There are also some minor fixes, e.g. one to prevent degrading the breadcrumb to show only ids, but rather keep the titles.
The upper-left checkbox in the table for selecting all the items has now a tooltip.
<thclass="selection"><labelfor="selectAllInputCheckbox"class="hiddenStructure"aria-label="<%- _t('Select all items on this page') %>"><%- _t('Select all items on this page') %></label><inputid="selectAllInputCheckbox"type="checkbox"class="select-all form-check-input pat-tooltip"title="<%- _t('Select all items on this page') %>"/></th>
0 commit comments