feat(web,a11y): standardize base modal (#8388)

* consistent headings
* remove escape key handler
* add aria attributes
This commit is contained in:
Ben Basten
2024-04-02 15:05:02 +00:00
committed by GitHub
parent 28e8e539f6
commit f7afc0334e
10 changed files with 53 additions and 86 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
assets={$selectedAssets}
clearSelect={() => assetInteractionStore.clearMultiselect()}
>
<CreateSharedLink on:escape={() => (handleEscapeKey = true)} />
<CreateSharedLink />
<SelectAllAssets {assetStore} {assetInteractionStore} />
<AssetSelectContextMenu icon={mdiPlus} title="Add to...">
<AddToAlbum />