1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-21 06:48:04 +00:00

Added functionality to save and import shell scripts (#37)

This commit is contained in:
2023-07-19 20:01:15 +02:00
parent ae5002d356
commit 9d577ac429
8 changed files with 176 additions and 39 deletions

View File

@ -12,6 +12,8 @@
import Stats from './stats.svelte';
import Update from './update.svelte';
export let host;
export let database;
export let collection;
export let tab = 'stats';
@ -47,6 +49,8 @@
this={view.component}
visible={tab === view.key}
on:performFind={catchQuery}
{host}
{database}
{collection}
/>
</div>