diff --git a/ts/components/contextKeys.ts b/ts/components/contextKeys.ts index 10979427f..008569399 100644 --- a/ts/components/contextKeys.ts +++ b/ts/components/contextKeys.ts @@ -6,3 +6,4 @@ export const disabledKey = Symbol("disabled"); export const buttonToolbarKey = Symbol("buttonToolbar"); export const buttonGroupKey = Symbol("buttonGroup"); export const dropdownKey = Symbol("dropdown"); +export const modalsKey = Symbol("modals"); diff --git a/ts/deckoptions/BUILD.bazel b/ts/deckoptions/BUILD.bazel index a6a9119c3..cb6d275fb 100644 --- a/ts/deckoptions/BUILD.bazel +++ b/ts/deckoptions/BUILD.bazel @@ -61,15 +61,14 @@ ts_library( "lib.ts", "steps.ts", "strings.ts", - "textInputModal.ts", ], module_name = "deckoptions", deps = [ - "TextInputModal", "//ts:image_module_support", "//ts/lib", "//ts/lib:backend_proto", "//ts/sveltelib", + "//ts/components", "@npm//lodash-es", "@npm//svelte", ], @@ -133,10 +132,12 @@ svelte_check( "*.ts", "*.svelte", ]) + [ + "//ts/sass:button_mixins_lib", + "//ts/sass/bootstrap", "@npm//@types/bootstrap", "@npm//@types/lodash-es", "@npm//@types/marked", - "//ts/components:svelte_components", + "//ts/components", ], ) diff --git a/ts/deckoptions/ConfigSelector.svelte b/ts/deckoptions/ConfigSelector.svelte index 836f53559..fdd7681a0 100644 --- a/ts/deckoptions/ConfigSelector.svelte +++ b/ts/deckoptions/ConfigSelector.svelte @@ -4,10 +4,14 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html --> + + + @@ -50,7 +92,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - + diff --git a/ts/deckoptions/DeckOptionsPage.svelte b/ts/deckoptions/DeckOptionsPage.svelte index 809c93bda..32eacae6d 100644 --- a/ts/deckoptions/DeckOptionsPage.svelte +++ b/ts/deckoptions/DeckOptionsPage.svelte @@ -41,21 +41,5 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html onDestroy(() => registerCleanup?.()); - - - -
- - -
- -
-
+ diff --git a/ts/deckoptions/SaveButton.svelte b/ts/deckoptions/SaveButton.svelte index 9bc6d1f31..5a5002f38 100644 --- a/ts/deckoptions/SaveButton.svelte +++ b/ts/deckoptions/SaveButton.svelte @@ -4,7 +4,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html --> -