1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 22:18:03 +00:00

Housekeeping

This commit is contained in:
2023-02-15 19:27:51 +01:00
parent 5f358885a3
commit 838c8d2ffb
38 changed files with 322 additions and 270 deletions

View File

@ -1,10 +1,10 @@
<script>
import Grid from '$components/grid.svelte';
import busy from '$lib/stores/busy';
import { connections } from '$lib/stores/connections';
import { WindowSetTitle } from '$wails/runtime/runtime';
import { createEventDispatcher } from 'svelte';
import { DropCollection, DropDatabase, OpenCollection, OpenConnection, OpenDatabase, TruncateCollection } from '../../../wailsjs/go/app/App';
import Grid from '../../components/grid.svelte';
import { WindowSetTitle } from '../../../wailsjs/runtime/runtime';
import { connections } from '../../lib/stores/connections';
import busy from '../../lib/stores/busy';
export let hosts = {};
export let activeHostKey = '';