Skip to content

Commit

Permalink
Merge pull request #619 from Blazam-App/v1-0-8
Browse files Browse the repository at this point in the history
UI Improvements
  • Loading branch information
jacobsen9026 authored Oct 31, 2024
2 parents 0799cc6 + 50b39b5 commit bdaf2f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BLAZAM/BLAZAM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<ServerGarbageCollection>false</ServerGarbageCollection>
<AssemblyVersion>1.0.7</AssemblyVersion>
<Version>2024.10.30.2210</Version>
<Version>2024.10.31.0016</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<RootNamespace>BLAZAM</RootNamespace>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
Expand Down
4 changes: 2 additions & 2 deletions BLAZAMGui/UI/Inputs/UnsavedChangesPrompt.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@inherits AppComponentBase
<MudElement Style="width:0px;height:65px;" Class="mx-auto relative">
<MudElement Style="width:0px;height:85px;" Class="mx-auto relative d-block">

<MudStack Style="right:21px;max-width: 300px;bottom: 30px;z-index: 5;" Class="mx-auto p-3 fixed">

Expand Down Expand Up @@ -32,7 +32,7 @@
[Parameter]
public EventCallback SaveChanges { get; set; }
[Parameter]
public EventCallback DiscardChanges { get; set; }
public EventCallback DiscardChanges { get; set; }

protected override void OnInitialized()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ return result.ObjectType==ActiveDirectoryObjectType.User|| result.ObjectType==Ac



<DynamicMudInput HelperText="Will have complete and total acceess to the application if enabled"
<DynamicMudInput HelperText="Will have complete and total access to the application if enabled"
Label="Super User"
@bind-Value="@NewPermissionDelegate.IsSuperAdmin"
Disabled=ApplicationInfo.InDemoMode />
Expand Down

0 comments on commit bdaf2f1

Please sign in to comment.