diff --git a/Flawless-Version-Control.sln.DotSettings.user b/Flawless-Version-Control.sln.DotSettings.user
index a45a8f4..2ad4c03 100644
--- a/Flawless-Version-Control.sln.DotSettings.user
+++ b/Flawless-Version-Control.sln.DotSettings.user
@@ -33,6 +33,7 @@
ForceIncluded
ForceIncluded
ForceIncluded
+ ForceIncluded
ForceIncluded
ForceIncluded
ForceIncluded
@@ -58,13 +59,13 @@
<Assembly Path="C:\Users\Cardi\.nuget\packages\irihi.ursa.themes.semi\1.10.0\lib\netstandard2.0\Ursa.Themes.Semi.dll" />
<Assembly Path="C:\Users\Cardi\.nuget\packages\reactiveui\20.1.1\lib\net8.0\ReactiveUI.dll" />
</AssemblyExplorer>
- <SessionState ContinuousTestingMode="0" IsActive="True" IsLocked="True" Name="PathValidationTest" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session">
- <TestAncestor>
- <TestId>MSTest::5B1CB26D-99F5-491A-B368-7E3552FE67E9::net9.0::Flawless.Abstract.Test.WorkPathTestUnit</TestId>
- </TestAncestor>
+ <SessionState ContinuousTestingMode="0" IsActive="True" IsLocked="True" Name="PathValidationTest" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session">
+ <TestAncestor>
+ <TestId>MSTest::5B1CB26D-99F5-491A-B368-7E3552FE67E9::net9.0::Flawless.Abstract.Test.WorkPathTestUnit</TestId>
+ </TestAncestor>
</SessionState>
- <SessionState ContinuousTestingMode="0" Name="PathValidationTest #2" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session">
- <TestAncestor>
- <TestId>MSTest::5B1CB26D-99F5-491A-B368-7E3552FE67E9::net9.0::Flawless.Abstract.Test.WorkPathTestUnit.PathValidationTest</TestId>
- </TestAncestor>
+ <SessionState ContinuousTestingMode="0" Name="PathValidationTest #2" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session">
+ <TestAncestor>
+ <TestId>MSTest::5B1CB26D-99F5-491A-B368-7E3552FE67E9::net9.0::Flawless.Abstract.Test.WorkPathTestUnit.PathValidationTest</TestId>
+ </TestAncestor>
</SessionState>
\ No newline at end of file
diff --git a/Flawless.Client/Views/SettingView.axaml b/Flawless.Client/Views/SettingView.axaml
index 2c80198..e1552d2 100644
--- a/Flawless.Client/Views/SettingView.axaml
+++ b/Flawless.Client/Views/SettingView.axaml
@@ -112,7 +112,8 @@
Command="{Binding $parent[views:SettingView].((vm:SettingViewModel)DataContext).PromoteUserCommand}"
CommandParameter="{Binding Username}"
IsEnabled="{Binding !CanEdit}"
- IsVisible="{Binding !IsAdmin}"/>
+ IsVisible="{Binding !IsAdmin}"
+ Classes="Danger"/>
+
+
+
diff --git a/Flawless.Core/Modal/Author.cs b/Flawless.Core/Modal/Author.cs
deleted file mode 100644
index fe302aa..0000000
--- a/Flawless.Core/Modal/Author.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-namespace Flawless.Core.Modal;
-
-///
-/// An author setup to indicate who create a depot or identify a depot author when uploading it.
-///
-[Serializable]
-public record struct Author(string Name, Guid Email);
\ No newline at end of file
diff --git a/Flawless.Server/Models/RepositoryMember.cs b/Flawless.Server/Models/RepositoryMember.cs
index d580719..3c41273 100644
--- a/Flawless.Server/Models/RepositoryMember.cs
+++ b/Flawless.Server/Models/RepositoryMember.cs
@@ -2,7 +2,6 @@
using Flawless.Communication.Shared;
namespace Flawless.Server.Models;
-
public class RepositoryMember
{
[Key] [Required] public Guid Id { get; set; }