From 118855f19db19ff67e23e3859a30f33c8e40b5ca Mon Sep 17 00:00:00 2001 From: vvandenb Date: Wed, 22 Mar 2023 12:10:58 +0100 Subject: [PATCH] * Added password option on Alert component --- .../volume/src/components/Alert/Alert.svelte | 22 ++++++++++++++----- front/volume/src/components/Alert/content.ts | 5 +++-- front/volume/src/components/Channels.svelte | 4 ++-- front/volume/src/components/Chat.svelte | 2 +- 4 files changed, 22 insertions(+), 11 deletions(-) diff --git a/front/volume/src/components/Alert/Alert.svelte b/front/volume/src/components/Alert/Alert.svelte index 8ceb35b..4fbf37c 100644 --- a/front/volume/src/components/Alert/Alert.svelte +++ b/front/volume/src/components/Alert/Alert.svelte @@ -1,6 +1,7 @@