Finish 2 days room limit
- Create modal to register when limit is past - Create modal to share the link - Use UrlManager to check if limit room is active Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
@@ -6,4 +6,4 @@ export const requestVisitCardsStore = writable<string | null>(null);
|
||||
|
||||
export const userIsAdminStore = writable(false);
|
||||
|
||||
export const limitMap = writable(false);
|
||||
export const limitMapStore = writable(false);
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
import { writable } from "svelte/store";
|
||||
|
||||
export const showLimitRoomModalStore = writable(false);
|
||||
export const showShareLinkMapModalStore = writable(false);
|
||||
Reference in New Issue
Block a user