mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
Rename connection to loading #25
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sqliteviz",
|
"name": "sqliteviz",
|
||||||
"version": "0.6.0",
|
"version": "0.7.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
accept=".db,.sqlite,.sqlite3"
|
accept=".db,.sqlite,.sqlite3"
|
||||||
/>
|
/>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
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.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<schema v-if="$store.state.schema"/>
|
<schema v-if="$store.state.schema"/>
|
||||||
<div v-else id="empty-schema-container">
|
<div v-else id="empty-schema-container">
|
||||||
<div class="warning">
|
<div class="warning">
|
||||||
Database is not uploaded. Queries can’t be run without database.
|
Database is not loaded. Queries can’t be run without database.
|
||||||
</div>
|
</div>
|
||||||
<db-upload id="db-uploader"/>
|
<db-upload id="db-uploader"/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<h1>Sqliteviz</h1>
|
<h1>Sqliteviz</h1>
|
||||||
<db-upload />
|
<db-upload />
|
||||||
<button id ="skip" class="secondary" @click="$router.push('/editor')">
|
<button id ="skip" class="secondary" @click="$router.push('/editor')">
|
||||||
Skip database connection for now
|
Skip database loading for now
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user