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

127 Commits

Author SHA1 Message Date
lana-k
700970e1cc Add addTable icon #32 2021-05-22 22:25:19 +02:00
lana-k
e2be61e2cf Make error in text field start with uppercase #32 2021-05-22 22:24:20 +02:00
lana-k
9c2c8f3692 Make Logs smaller #32 2021-05-22 22:23:12 +02:00
lana-k
88257bfcf6 fix CSV dialog height typo 2021-05-19 16:53:30 +02:00
lana-k
bdcc494138 Add scrolling to App info , CSV import dialogs #46 2021-05-19 16:43:42 +02:00
lana-k
aa52048d51 Fix file type detection #48
file.type is empty on some Windows machines (Registry settings affects)
2021-05-17 21:32:09 +02:00
lana-k
a3fb38b23c SQL query execution state in UI #3
- use LoadingIndicator
- use Logs
2021-05-14 16:42:58 +02:00
lana-k
3bb40b4eb7 Improve LoadingIndicator
- size parameters
- smooth animation (use ony transform)
2021-05-14 16:40:55 +02:00
lana-k
7574f529c3 add hidden state for file in animation 2021-05-06 15:17:15 +02:00
lana-k
653f8eff7b minor changes in animation 2021-05-06 15:05:58 +02:00
lana-k
8684b4cef9 remove console.log 2021-05-05 21:46:29 +02:00
lana-k
bcaebd4840 Create an empty database #44 2021-05-05 21:44:44 +02:00
lana-k
cc483f4720 change code structure 2021-05-04 14:13:58 +02:00
lana-k
00e434e142 fix loading db after csv:
new tab is not opened now
2021-05-02 14:09:02 +02:00
lana-k
1f2327a724 fix global css in index.html 2021-04-30 19:04:08 +02:00
lana-k
5ded99e89f TextField: display div with label if label passed 2021-04-29 20:47:09 +02:00
lana-k
9ed53e0d25 Export db #34 2021-04-27 22:51:36 +02:00
lana-k
35baaf2722 Update schema view after script running #38 2021-04-27 15:54:51 +02:00
lana-k
453098b410 Support all CSV media types #37 2021-04-27 13:42:58 +02:00
lana-k
a469de3674 dasharray with units (fix for Firefox) #27 2021-04-24 16:54:16 +02:00
lana-k
9a91dd19bf Fix delimiter highlighting in Firefox #27
input:first-line doesn't work in Firefox.
So, we use input background instead
2021-04-23 16:36:52 +02:00
lana-k
9e29a12ebb add ctrl+enter for running queries #35 2021-04-22 14:53:14 +02:00
lana-k
fdbac941d5 change the welocome msg #27 2021-04-22 14:11:56 +02:00
lana-k
628e9cee62 add tests for DbUploader #27 2021-04-22 14:04:52 +02:00
lana-k
803622f18f move tests to tests folder
rename util modules
rename DbUpload to DbUploader
add tests for DbUploader component #27
2021-04-21 11:05:56 +02:00
lana-k
6ce5d2b201 add tests for DelimiterSelector #27 2021-04-16 15:14:41 +02:00
lana-k
13a8b33815 add tests for database module #27 2021-04-13 11:20:15 +02:00
lana-k
be56079e4e add tests for LoadingIndicator component #27 2021-04-12 16:06:41 +02:00
lana-k
a7c8c29624 add tests for Logs component #27 2021-04-12 14:28:16 +02:00
lana-k
b30eeb6788 add CSV support #27 2021-04-10 18:24:53 +02:00
lana-k
c2864b4308 add hint and disabled state for TextField 2021-04-08 19:53:15 +02:00
lana-k
ba75685a23 add disabled state for dropDownChevron 2021-04-08 19:52:14 +02:00
lana-k
9314e27d0e add disabled state for clear icon 2021-04-08 19:51:43 +02:00
lana-k
d4d68bb682 add hint-icon component 2021-04-08 19:51:12 +02:00
lana-k
05b642bc86 add preview mode for SqlTable 2021-04-08 19:50:14 +02:00
lana-k
62386d3fc0 add LoadingIndicator component 2021-04-08 19:49:36 +02:00
lana-k
2acfc75da2 add Logs component 2021-04-08 19:43:15 +02:00
lana-k
abc852624a Changes in CheckBox:
- add disabled state for CheckBox;
- label for CheckBox
2021-04-08 19:39:33 +02:00
lana-k
7791f477cb Some changes in DelimiterSelector:
- disabled state for DelimiterSelector;
- DelimiterSelector emits the value only if it's not empty
2021-04-08 19:37:33 +02:00
lana-k
eb950c1b9c fix toggle buttons in splitpanes 2021-03-21 21:48:33 +01:00
lana-k
e60a28ca23 add DelimiterSelector component 2021-03-21 21:47:59 +01:00
lana-k
507e978386 avoid unnecessary $set 2021-03-13 16:57:26 +01:00
lana-k
6118a12672 add ctrl+b on /my-queries page 2021-03-03 22:32:28 +01:00
lana-k
43cfc8d815 DbUpload refactoring 2021-02-28 21:26:37 +01:00
lana-k
8e5e2787c7 add tests for Splitpanes 2021-02-26 21:18:59 +01:00
lana-k
869da1da74 Splitpanes refactoring 2021-02-25 18:42:57 +01:00
lana-k
720f23745f Splitpanes.vue refactoring 2021-02-17 17:57:45 +01:00
lana-k
2974bc6d34 add tests for Chart.vue 2021-02-15 12:40:41 +01:00
lana-k
7e26446573 add chart module (refactoring) 2021-02-12 18:57:18 +01:00
lana-k
840f4fa450 add sqlEditor test; refactoring 2021-02-11 16:45:18 +01:00