diff --git a/Wonky.Client/AppId.cs b/Wonky.Client/AppId.cs index c8d0ff11..f346bc71 100644 --- a/Wonky.Client/AppId.cs +++ b/Wonky.Client/AppId.cs @@ -2,7 +2,7 @@ namespace Wonky.Client; public class AppId { - public string Version { get; set; } = "0.2.4"; + public string Version { get; set; } = "0.2.6"; public string Name { get; set; } = "Wonky Online"; public bool IsBeta { get; set; } = false; diff --git a/Wonky.Client/Components/CompanyTable.razor b/Wonky.Client/Components/CompanyTable.razor index 524f33bc..1d2cda13 100644 --- a/Wonky.Client/Components/CompanyTable.razor +++ b/Wonky.Client/Components/CompanyTable.razor @@ -22,7 +22,6 @@ @foreach (var company in Companies) {
-
@company.Name
@company.Account
@company.City
diff --git a/Wonky.Client/Pages/CompanyUpdate.razor b/Wonky.Client/Pages/CompanyUpdate.razor index 20fffb11..2c507f88 100644 --- a/Wonky.Client/Pages/CompanyUpdate.razor +++ b/Wonky.Client/Pages/CompanyUpdate.razor @@ -17,96 +17,139 @@ @page "/company/{account}/update" @using Microsoft.AspNetCore.Authorization -@using Wonky.Client.Components @using Microsoft.AspNetCore.Components @attribute [Authorize(Roles = "Adviser")] +@using Wonky.Client.Components @if (_companyDto != null) { -
-
- - -
- -
- - -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- - -
-
-
- -
- - -
-
-
- -
- - -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
- -
-
- -
-
-
+
+
+ +
-