diff --git a/ka-note/VERSION b/ka-note/VERSION index 911e8ab..0b4b85f 100644 --- a/ka-note/VERSION +++ b/ka-note/VERSION @@ -1 +1 @@ -1.2.18 \ No newline at end of file +1.2.20 \ No newline at end of file diff --git a/ka-note/client/src/lib/components/ViewTabs.svelte b/ka-note/client/src/lib/components/ViewTabs.svelte index 5b670a5..01104be 100644 --- a/ka-note/client/src/lib/components/ViewTabs.svelte +++ b/ka-note/client/src/lib/components/ViewTabs.svelte @@ -64,10 +64,10 @@ ); -
+
{#each tabs as tab} {/each} - {#if isMeeting && activeView === "agenda" && ontogglecompact} + {#if isMeeting && ontogglecompact} {/if}
diff --git a/ka-note/client/static/icon-192.png b/ka-note/client/static/icon-192.png index 1bf4598..d41f272 100644 Binary files a/ka-note/client/static/icon-192.png and b/ka-note/client/static/icon-192.png differ diff --git a/ka-note/client/static/icon-512.png b/ka-note/client/static/icon-512.png index 67ed41d..9d6b169 100644 Binary files a/ka-note/client/static/icon-512.png and b/ka-note/client/static/icon-512.png differ diff --git a/ka-note/client/vite.config.ts b/ka-note/client/vite.config.ts index 241d75f..08b534a 100644 --- a/ka-note/client/vite.config.ts +++ b/ka-note/client/vite.config.ts @@ -17,7 +17,7 @@ export default defineConfig({ theme_color: '#1a1a22', icons: [ { src: '/icon-192.png', sizes: '192x192', type: 'image/png', purpose: 'any' }, - { src: '/icon-512.png', sizes: '512x512', type: 'image/png', purpose: 'maskable' } + { src: '/icon-512.png', sizes: '512x512', type: 'image/png', purpose: 'any' } ] }, workbox: { diff --git a/ka-note/server/ka-note.db-shm b/ka-note/server/ka-note.db-shm index 4e0fd2b..cbe0c6a 100644 Binary files a/ka-note/server/ka-note.db-shm and b/ka-note/server/ka-note.db-shm differ diff --git a/ka-note/server/ka-note.db-wal b/ka-note/server/ka-note.db-wal index 24bc4c6..23371dc 100644 Binary files a/ka-note/server/ka-note.db-wal and b/ka-note/server/ka-note.db-wal differ