Skip to content

Commit

Permalink
Make buttons even smaller, ConsoleActionSaveQuery.vue and ConsoleActi…
Browse files Browse the repository at this point in the history
…onsHistoryBtn.vue + improve notebooks pic
  • Loading branch information
surister committed Jan 16, 2024
1 parent bb9aabd commit 689588a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified screenshots/notebooks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/console/ConsoleActionSaveQuery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const name = ref()
activator-btn-color=""
activator-btn-icon="mdi-content-save"
activator-btn-text=""
activator-btn-size="x-small"
dialog-width="350"
dialog-override-success-component-message="Query added"
dialog-submit-btn-color="primary"
Expand Down
2 changes: 1 addition & 1 deletion src/components/console/ConsoleActionsHistoryBtn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const console_store = use_console_store()

<template v-slot:activator="{ props }">
<v-btn class="ml-2"
size="small"
size="x-small"
icon="mdi-history"
v-bind="props"
@click="console_store.history_drawer = !console_store.history_drawer"/>
Expand Down

0 comments on commit 689588a

Please sign in to comment.