Merge branch 'develop' of github.com:thecodingmachine/workadventure into layoutManagerSvelte

This commit is contained in:
GRL 2021-08-03 11:40:51 +02:00
commit 2d8098b06d
42 changed files with 987 additions and 8874 deletions

View file

@ -0,0 +1,5 @@
import { writable } from "svelte/store";
export const banMessageVisibleStore = writable(false);
export const banMessageContentStore = writable("");

View file

@ -0,0 +1,5 @@
import { writable } from "svelte/store";
export const textMessageVisibleStore = writable(false);
export const textMessageContentStore = writable("");