diff --git a/frontend/src/lib/components/BACKUPcommandpalette (copy).svelteBACKUP b/frontend/src/lib/components/BACKUPcommandpalette (copy).svelteBACKUP deleted file mode 100644 index a178e3a..0000000 --- a/frontend/src/lib/components/BACKUPcommandpalette (copy).svelteBACKUP +++ /dev/null @@ -1,279 +0,0 @@ - - - - -{#if open} -
-
-
-

- {bg_text} -

- -
-
- {#each visible_items as vi, i} -
(selected = i)} - on:mousedown={execute_action} - > -
-

{vi.title}

-

- /{vi.command} - {#if vi.args} - {#each vi.args as arg} - {{arg}}{/each} - {/if} -

-
-

{vi.description}

-
- {/each} -
-
-
-{/if}