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:
parent
60f4cf75c3
commit
fd64fc43a4
12 changed files with 194 additions and 11 deletions
|
@ -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);
|
||||
|
|
4
front/src/Stores/ModalStore.ts
Normal file
4
front/src/Stores/ModalStore.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { writable } from "svelte/store";
|
||||
|
||||
export const showLimitRoomModalStore = writable(false);
|
||||
export const showShareLinkMapModalStore = writable(false);
|
Loading…
Add table
Add a link
Reference in a new issue