Skip to content

Commit

Permalink
Add ConsoleActionsAnalyzeQuery component
Browse files Browse the repository at this point in the history
  • Loading branch information
surister committed Dec 18, 2024
1 parent eb98fe7 commit d793833
Show file tree
Hide file tree
Showing 5 changed files with 498 additions and 1 deletion.
158 changes: 158 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
},
"dependencies": {
"@mdi/font": "7.0.96",
"@vue-flow/background": "^1.3.0",
"@vue-flow/controls": "^1.1.2",
"@vue-flow/core": "^1.41.0",
"@vue-flow/minimap": "^1.5.0",
"@vueuse/core": "^10.6.0",
"ace-builds": "^1.28.0",
"chart.js": "^4.4.0",
Expand Down
2 changes: 2 additions & 0 deletions src/components/console/ConsoleActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import ConsoleActionsHistoryBtn from "@/components/console/ConsoleActionsHistory
import {use_console_store} from "@/store/console_store";
import ConsoleActionsShareQueryBtn from "@/components/console/ConsoleActionsShareQueryBtn.vue";
import ConsoleActionsAnalyzeQuery from "@/components/console/ConsoleActionsAnalyzeQuery.vue";
const console_store = use_console_store()
</script>

Expand All @@ -35,6 +36,7 @@ const console_store = use_console_store()
<query-watcher/>
<query-history-switch/>
<console-actions-share-query-btn/>
<console-actions-analyze-query/>
</v-col>

<v-col class="text-right d-block"
Expand Down
Loading

0 comments on commit d793833

Please sign in to comment.