feat: add announcement

- fix: bug encryption not working on newer version

Signed-off-by: pakintada@gmail.com <Pakin>
This commit is contained in:
pakintada@gmail.com 2026-06-19 11:26:44 +07:00
parent d4eb3be886
commit 270faf6b34
4 changed files with 183 additions and 2 deletions

View file

@ -27,6 +27,7 @@
} from '$lib/helpers/cookie';
import { connectToWebsocket } from '$lib/core/stores/websocketStore';
import { GlobalEventBus } from '$lib/core/utils/eventBus';
import AnnouncementDialog from '$lib/components/AnnouncementDialog.svelte';
import * as semver from 'semver';
import { env } from '$env/dynamic/public';
@ -91,4 +92,5 @@
<ModeWatcher />
<Toaster />
<AnnouncementDialog />
{@render children()}