diff --git a/MiniSpace.Web/src/Astravent.Web.Wasm/DTO/NotificationPreferencesDto.cs b/MiniSpace.Web/src/Astravent.Web.Wasm/DTO/NotificationPreferencesDto.cs index cfeeb975c..2f1d9d318 100644 --- a/MiniSpace.Web/src/Astravent.Web.Wasm/DTO/NotificationPreferencesDto.cs +++ b/MiniSpace.Web/src/Astravent.Web.Wasm/DTO/NotificationPreferencesDto.cs @@ -5,7 +5,7 @@ namespace Astravent.Web.Wasm.DTO { public class NotificationPreferencesDto { - public Guid StudentId { get; set; } + public Guid UserId { get; set; } public bool AccountChanges { get; set; } public bool SystemLogin { get; set; } public bool NewEvent { get; set; } diff --git a/MiniSpace.Web/src/Astravent.Web.Wasm/Shared/MainLayout.razor b/MiniSpace.Web/src/Astravent.Web.Wasm/Shared/MainLayout.razor index 15ac9cf25..28de3cbe5 100644 --- a/MiniSpace.Web/src/Astravent.Web.Wasm/Shared/MainLayout.razor +++ b/MiniSpace.Web/src/Astravent.Web.Wasm/Shared/MainLayout.razor @@ -26,7 +26,6 @@ { @if (!isPC) { - Menu @@ -34,7 +33,6 @@ } else { - MiniSpace Home @@ -43,7 +41,6 @@ About App - Connect Sign In diff --git a/MiniSpace.Web/src/Astravent.Web.Wasm/Shared/themes/MiniSpaceTheme.cs b/MiniSpace.Web/src/Astravent.Web.Wasm/Shared/themes/MiniSpaceTheme.cs index 6a5fbd84d..96be5e862 100644 --- a/MiniSpace.Web/src/Astravent.Web.Wasm/Shared/themes/MiniSpaceTheme.cs +++ b/MiniSpace.Web/src/Astravent.Web.Wasm/Shared/themes/MiniSpaceTheme.cs @@ -6,7 +6,6 @@ public static class MiniSpaceTheme { Palette = new PaletteLight() { - // Light Mode Colors Primary = Colors.Indigo.Darken4, Secondary = Colors.Indigo.Darken3, AppbarText = Colors.Indigo.Darken4, diff --git a/MiniSpace.Web/src/Astravent.Web.Wasm/wwwroot/index.html b/MiniSpace.Web/src/Astravent.Web.Wasm/wwwroot/index.html index 383f39b37..1f03eb30a 100644 --- a/MiniSpace.Web/src/Astravent.Web.Wasm/wwwroot/index.html +++ b/MiniSpace.Web/src/Astravent.Web.Wasm/wwwroot/index.html @@ -13,10 +13,9 @@ - - + - + @@ -28,6 +27,11 @@ + + + + +