mobile menu

This commit is contained in:
2025-06-08 00:08:55 +02:00
parent 0f09bf8436
commit 18fee933ec
68 changed files with 4112 additions and 416 deletions

View File

@ -93,6 +93,7 @@ export const useVaultStore = defineStore('vaultStore', () => {
})
console.log('select', rows)
} else {
console.log('sql_execute', sql, params)
// Otherwise, use the execute method
rows = await invoke<unknown[]>('sql_execute', {
sql,