From 00d671fac050a4844e551160c94bf8ee51c61c4d Mon Sep 17 00:00:00 2001 From: lana-k Date: Wed, 16 Dec 2020 22:02:53 +0100 Subject: [PATCH] Rename connection to loading #25 --- package.json | 2 +- src/components/DbUpload.vue | 2 +- src/views/Editor.vue | 2 +- src/views/Home.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f83c74a..7568448 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sqliteviz", - "version": "0.6.0", + "version": "0.7.0", "license": "Apache-2.0", "private": true, "scripts": { diff --git a/src/components/DbUpload.vue b/src/components/DbUpload.vue index fcd96f9..fd4f04c 100644 --- a/src/components/DbUpload.vue +++ b/src/components/DbUpload.vue @@ -10,7 +10,7 @@ accept=".db,.sqlite,.sqlite3" />
- Drop the database file to upload here or click to choose a file from your computer. + Drop the database file here or click to choose a file from your computer.
diff --git a/src/views/Editor.vue b/src/views/Editor.vue index aef6b3e..90c8453 100644 --- a/src/views/Editor.vue +++ b/src/views/Editor.vue @@ -9,7 +9,7 @@
- Database is not uploaded. Queries can’t be run without database. + Database is not loaded. Queries can’t be run without database.
diff --git a/src/views/Home.vue b/src/views/Home.vue index 9299dda..0a79432 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -3,7 +3,7 @@

Sqliteviz