diff --git a/src/Application/Application.csproj b/src/Application/Application.csproj
index 5dda05b..46b39f6 100644
--- a/src/Application/Application.csproj
+++ b/src/Application/Application.csproj
@@ -5,17 +5,17 @@
enable
-
+
-
-
-
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/src/Domain/Domain.csproj b/src/Domain/Domain.csproj
index d8eb78c..5f21edf 100644
--- a/src/Domain/Domain.csproj
+++ b/src/Domain/Domain.csproj
@@ -5,12 +5,12 @@
enable
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
\ No newline at end of file
diff --git a/src/Infrastructure/Infrastructure.csproj b/src/Infrastructure/Infrastructure.csproj
index 6057e2d..3d4a882 100644
--- a/src/Infrastructure/Infrastructure.csproj
+++ b/src/Infrastructure/Infrastructure.csproj
@@ -5,17 +5,17 @@
enable
-
+
-
-
-
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/src/WebAPI/WebAPI.csproj b/src/WebAPI/WebAPI.csproj
index ea73757..02750f4 100644
--- a/src/WebAPI/WebAPI.csproj
+++ b/src/WebAPI/WebAPI.csproj
@@ -6,8 +6,8 @@
56d1ef9f-3f17-4bab-8744-e55442e52ff9
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/src/WebUI/Pages/Chats.razor b/src/WebUI/Pages/Chats.razor
index fc71e5f..eb15633 100644
--- a/src/WebUI/Pages/Chats.razor
+++ b/src/WebUI/Pages/Chats.razor
@@ -14,7 +14,7 @@
-
+
@foreach (var chat in DataState.Chats)
{
@@ -27,7 +27,7 @@
@if (_selectedChat is not null)
{
-
+
@foreach (var message in _selectedChat.Messages)
{
diff --git a/src/WebUI/Services/StatusAppDialogService.cs b/src/WebUI/Services/StatusAppDialogService.cs
index 388eb9f..fe92c82 100644
--- a/src/WebUI/Services/StatusAppDialogService.cs
+++ b/src/WebUI/Services/StatusAppDialogService.cs
@@ -18,7 +18,7 @@ public async Task LoginDialog()
{
CloseOnEscapeKey = false,
CloseButton = false,
- DisableBackdropClick = true,
+ BackdropClick = false,
NoHeader = true
};
var dialog = await _dialogService.ShowAsync(string.Empty, options);
@@ -33,7 +33,7 @@ public async Task ProfileDialog()
{
CloseOnEscapeKey = true,
CloseButton = false,
- DisableBackdropClick = false,
+ BackdropClick = true,
NoHeader = true,
MaxWidth = MaxWidth.ExtraExtraLarge
};
diff --git a/src/WebUI/WebUI.csproj b/src/WebUI/WebUI.csproj
index 026ffd1..2fd652b 100644
--- a/src/WebUI/WebUI.csproj
+++ b/src/WebUI/WebUI.csproj
@@ -6,12 +6,12 @@
RZ2012
-
-
-
-
+
+
+
+
-
+
\ No newline at end of file
diff --git a/tests/WebAPI.IntegrationTests/WebAPI.IntegrationTests.csproj b/tests/WebAPI.IntegrationTests/WebAPI.IntegrationTests.csproj
index 2219437..a4e7167 100644
--- a/tests/WebAPI.IntegrationTests/WebAPI.IntegrationTests.csproj
+++ b/tests/WebAPI.IntegrationTests/WebAPI.IntegrationTests.csproj
@@ -7,9 +7,9 @@
true
-
-
-
+
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all