From 87e4367455026a49877892a9f5533280420ef2e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Thu, 5 Aug 2021 11:19:28 +0200 Subject: [PATCH] Refactoring layoutManagerActionStore. It now supports an uuid field. layoutManagerVisibilityStore is now a derived field from layoutManagerActionStore. --- .../LayoutManager/LayoutManager.svelte | 23 +----------- front/src/Phaser/Game/GameScene.ts | 35 ++++++++++--------- front/src/Stores/LayoutManagerStore.ts | 23 ++++++------ front/src/WebRtc/MediaManager.ts | 14 +++++--- 4 files changed, 42 insertions(+), 53 deletions(-) diff --git a/front/src/Components/LayoutManager/LayoutManager.svelte b/front/src/Components/LayoutManager/LayoutManager.svelte index ef90a4e3..5bc6e097 100644 --- a/front/src/Components/LayoutManager/LayoutManager.svelte +++ b/front/src/Components/LayoutManager/LayoutManager.svelte @@ -1,26 +1,5 @@