1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00

SQL query execution state in UI #3

- use LoadingIndicator
- use Logs
This commit is contained in:
lana-k
2021-05-14 16:42:58 +02:00
parent 3bb40b4eb7
commit a3fb38b23c
4 changed files with 51 additions and 18 deletions

View File

@@ -64,6 +64,7 @@ export default {
border: 1px solid var(--color-border-light);
box-sizing: border-box;
overflow-y: scroll;
color: var(--color-text-base);
}
.msg {
padding: 16px 7px;