css refactor

This commit is contained in:
2026-02-19 18:24:36 +03:00
parent d5a5c3b902
commit db47e4ce55
45 changed files with 1798 additions and 1857 deletions

View File

@@ -14,10 +14,13 @@
// [/SECTION]
// [SECTION: PROPS]
export let show: boolean = false;
export let sourceDbName: string = "";
export let sourceDbUuid: string = "";
export let targetDatabases: Array<{uuid: string, database_name: string}> = [];
let {
show = false,
sourceDbName = "",
sourceDbUuid = "",
targetDatabases = [],
} = $props();
// [/SECTION]
let selectedTargetUuid = "";
@@ -111,8 +114,5 @@
{/if}
<!-- [/SECTION] -->
<style>
/* Modal specific styles */
</style>
<!-- [/DEF:MissingMappingModal:Component] -->