Various UI improvements

This commit is contained in:
Rich Lott / Artful Robot 2025-02-28 12:37:58 +00:00
parent bcbf5de9c4
commit 8d0a9d0926
7 changed files with 253 additions and 123 deletions

View file

@ -57,7 +57,11 @@ return [
'settings' => [
'description' => E::ts('Shows a list of all categories and how many contacts are in each one.'),
'sort' => [
['label', 'ASC'],
[
'presentation_order',
'ASC',
],
['color', 'ASC'],
],
'limit' => 50,
'pager' => FALSE,