feat: consistent IconGridSelect sizing + descriptions + filter upgrades

- Added desc text to all 40+ grid items (EN + RU)
- compact prop on all IconGridSelect in compact form sections
- Fixed compact width to fill grid cells (removed width:auto)
- Replaced <select> filter dropdowns with IconGridSelect on config pages
- Replaced <select> provider filters with EntitySelect on tracker pages
- Dashboard filters constrained to fixed widths (not full row)
- Added filtering to command-template-configs and providers pages
- providerTypeFilterItems() with "All" option for filter contexts
This commit is contained in:
2026-03-23 01:05:59 +03:00
parent 82e400ddcd
commit 31584c5d31
13 changed files with 203 additions and 97 deletions
@@ -138,10 +138,9 @@
border-color: var(--color-primary);
}
.icon-grid-compact {
width: auto;
padding: 0.3rem 0.5rem;
padding: 0.25rem 0.5rem;
gap: 0.3rem;
font-size: 0.8rem;
font-size: 0.875rem;
}
.icon-grid-compact .icon-grid-trigger-label {
flex: none;