+ {#if loading}
+
+ {:else if inactive}
+
Popup inactive on extension page
+ {:else if firstGuide}
+
+
Welcome, first use please:
+
+
to complete the initialization
+
+ {:else if initError}
+
+ Something went wrong:
+
+
+ {:else if items.length < 1}
+
No matched userscripts
+ {:else}
+
+ {#each list as item, i (item.filename)}
+
toggleItem(item)}
+ />
+ {/each}
+
+ {/if}
+
+ {#if !inactive && platform === "macos"}
+
+ {/if}
+{/if}
+
+
diff --git a/src/ext/action-popup/Components/PopupItem.svelte b/src/ext/action-popup/Components/PopupItem.svelte
new file mode 100644
index 00000000..0afba81c
--- /dev/null
+++ b/src/ext/action-popup/Components/PopupItem.svelte
@@ -0,0 +1,97 @@
+
+
+Be sure you trust the author before saving remote code to your device.
+