feat(webui): extend shared explorer tree actions

This commit is contained in:
2026-07-21 13:58:38 +02:00
parent 2ca61059dc
commit 09b5009187
5 changed files with 261 additions and 117 deletions

View File

@@ -20,6 +20,7 @@
"include": [
"tests/data-grid-actions.test.tsx",
"tests/dialog-focus.test.tsx",
"tests/explorer-tree.test.tsx",
"tests/icon-button.test.tsx",
"tests/mail-components.test.tsx",
"tests/resource-access-explanation.test.tsx",
@@ -34,6 +35,7 @@
"src/components/Button.tsx",
"src/components/DismissibleAlert.tsx",
"src/components/Dialog.tsx",
"src/components/ExplorerTree.tsx",
"src/components/dialogInteractions.ts",
"src/components/dialogStack.ts",
"src/components/FormField.tsx",