This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Commit 6cf7885
5 files changed
+21
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
60 | | - | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
71 | | - | |
| 74 | + | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| |||
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
84 | | - | |
| 88 | + | |
| 89 | + | |
85 | 90 | | |
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
90 | 95 | | |
91 | 96 | | |
92 | | - | |
| 97 | + | |
| 98 | + | |
93 | 99 | | |
94 | 100 | | |
95 | 101 | | |
| |||
- Dockerfile+1-1
- README.md+18-12
- kuzu+1-1
- package-lock.json+65-54
- package.json+2-2
- public/img/kuzu-logo-dark.png
- public/img/kuzu-logo-light.png
- public/index.html+4-5
- public/third-party/fonts/fonts.css+65
- public/third-party/fonts/lekton/lekton-400-italic.woff2+11
- public/third-party/fonts/lekton/lekton-400.woff2+11
- public/third-party/fonts/lekton/lekton-700.woff2+11
- public/third-party/fonts/lexend/lexend-300.ttf
- public/third-party/fonts/lexend/lexend-400.ttf
- public/third-party/fonts/lexend/lexend-500.ttf
- public/third-party/fonts/lexend/lexend-600.ttf
- public/third-party/fonts/lexend/lexend-700.ttf
- src/assets/explorer-graph-view.png
- src/assets/global.css+21
- src/components/DatasetView/DatasetMainView.vue+165-98
- src/components/ImporterView/ImporterMainView.vue+2-2
- src/components/ImporterView/ImporterViewDropZone.vue+14-10
- src/components/ImporterView/ImporterViewPreview.vue+1-1
- src/components/ImporterView/ImporterViewSidebar.vue+28-27
- src/components/MainLayout.vue+451-192
- src/components/SchemaView/SchemaActionDialog.vue+7-6
- src/components/SchemaView/SchemaPropertyEditCell.vue+8-3
- src/components/SchemaView/SchemaSidebarAddView.vue+20-16
- src/components/SchemaView/SchemaSidebarEditView.vue+24-14
- src/components/SchemaView/SchemaSidebarOverview.vue+35-12
- src/components/SchemaView/SchemaSidebarReadOnlyView.vue+26-13
- src/components/SchemaView/SchemaViewMain.vue+182-81
- src/components/SettingsView/SettingsMainView.vue+429-173
- src/components/ShellView/CypherEditor.vue+188-123
- src/components/ShellView/HoverContainer.vue+191
- src/components/ShellView/ResultCode.vue+6-3
- src/components/ShellView/ResultContainer.vue+334-145
- src/components/ShellView/ResultGraph.vue+651-271
- src/components/ShellView/ResultTable.vue+17-14
- src/components/ShellView/ShellCell.vue+5-7
- src/components/ShellView/ShellMainView.vue+21-11
- src/main.js+5
- src/server/Configure.js+2-1
- src/server/index.js+3-2
- src/server/utils/BaseURL.js+2
- src/server/utils/Database.js+21-9
- src/server/utils/SessionDatabase.js+1-1
- src/store/ModeStore.js+21
- src/store/SettingsStore.js+7-6
- src/utils/API.js
- src/utils/AxiosWrapper.js+12
- src/utils/Constants.js+3-2
- src/utils/DuckDB.js+6-5
- src/utils/KuzuWasm.js+2-1
- src/utils/NeighborsFetcher.js+12-6
- vue.config.js+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments