countShown += 80} />
{#each objectSlice as obj, i (obj[VALUE_UUID])}
dispatch('add')}>
-
+
Add new Object
dispatch('clear')}>
-
+
Delete all Objects
diff --git a/src/lib/editor/fileEditor/cardListEditor/InnerIndexPageEditor.svelte b/src/lib/editor/fileEditor/cardListEditor/InnerIndexPageEditor.svelte
index 061c4b2..838e322 100644
--- a/src/lib/editor/fileEditor/cardListEditor/InnerIndexPageEditor.svelte
+++ b/src/lib/editor/fileEditor/cardListEditor/InnerIndexPageEditor.svelte
@@ -5,6 +5,7 @@
import { nonnativeButton } from "$lib/nonnativeButton";
import { OpenWindowEvent } from "$lib/editor/events";
import type { ElfBinary } from "paper-mario-elfs/elfBinary";
+ import { ExternalLinkIcon } from "svelte-feather-icons";
const dispatch = createEventDispatcher()
@@ -22,11 +23,6 @@
editorElements.forEach(editor => editor.open = true)
}
- onMount(() => {
- // @ts-ignore
- feather.replace()
- })
-
$: items = Object.entries(dataTypeExtensions(DataTypeExtension.ComplexEditorCategory, dataType))
@@ -39,7 +35,7 @@
dataType,
}))
}}>
-
+
{label ?? name}
@@ -53,7 +49,7 @@
max-width: 56rem;
height: 20px;
- .icon-link {
+ :global(.icon-link) {
float: left;
margin-top: -2px;
margin-right: 6px;
diff --git a/src/lib/editor/fileEditor/cardListEditor/LinearEditor.svelte b/src/lib/editor/fileEditor/cardListEditor/LinearEditor.svelte
index 912726f..decc1a0 100644
--- a/src/lib/editor/fileEditor/cardListEditor/LinearEditor.svelte
+++ b/src/lib/editor/fileEditor/cardListEditor/LinearEditor.svelte
@@ -1,7 +1,7 @@
@@ -7,10 +8,10 @@
+ }}>
+ }}>