feat: add announcement
- fix: bug encryption not working on newer version Signed-off-by: pakintada@gmail.com <Pakin>
This commit is contained in:
parent
d4eb3be886
commit
270faf6b34
4 changed files with 183 additions and 2 deletions
|
|
@ -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()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue