feat(webui): add central icon button

This commit is contained in:
2026-07-21 13:23:59 +02:00
parent 7af86b42eb
commit 66e4783d2e
7 changed files with 85 additions and 28 deletions

View File

@@ -20,6 +20,7 @@
"include": [
"tests/data-grid-actions.test.tsx",
"tests/dialog-focus.test.tsx",
"tests/icon-button.test.tsx",
"tests/mail-components.test.tsx",
"tests/resource-access-explanation.test.tsx",
"src/components/CredentialPanel.tsx",
@@ -34,6 +35,8 @@
"src/components/dialogInteractions.ts",
"src/components/dialogStack.ts",
"src/components/FormField.tsx",
"src/components/IconButton.tsx",
"src/components/admin/AdminIconButton.tsx",
"src/components/ToggleSwitch.tsx",
"src/components/table/TableActionGroup.tsx"
]