1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat: buttons to save and access to saved queryes from query tab

This commit is contained in:
2023-12-22 18:48:16 +01:00
parent bfa3924d57
commit a52fc3fd92
6 changed files with 58 additions and 18 deletions

View File

@ -180,7 +180,7 @@ const { t } = useI18n();
const applicationStore = useApplicationStore();
const scratchpadStore = useScratchpadStore();
const { connectionNotes } = storeToRefs(scratchpadStore);
const { connectionNotes, selectedTag } = storeToRefs(scratchpadStore);
const { changeNotes } = scratchpadStore;
const { hideScratchpad } = applicationStore;
const { getConnectionName } = useConnectionsStore();
@ -202,7 +202,6 @@ const showArchived = ref(false);
const isAddModal = ref(false);
const isEditModal = ref(false);
const noteToEdit: Ref<ConnectionNote> = ref(null);
const selectedTag = ref('all');
const selectedNote = ref(null);
const noteTags: ComputedRef<{code: TagCode; name: string}[]> = computed(() => [