Skip to content

Commit 61ffddf

Browse files
Improved the loading of the about page (#518)
1 parent 6d1ecb7 commit 61ffddf

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

app/MindWork AI Studio/MindWork AI Studio.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="8.2.3" />
5151
<PackageReference Include="HtmlAgilityPack" Version="1.12.1" />
5252
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.6" />
53-
<PackageReference Include="MudBlazor" Version="8.8.0" />
53+
<PackageReference Include="MudBlazor" Version="8.9.0" />
5454
<PackageReference Include="MudBlazor.Markdown" Version="8.7.0" />
5555
<PackageReference Include="ReverseMarkdown" Version="4.7.0" />
5656
<PackageReference Include="LuaCSharp" Version="0.4.2" />

app/MindWork AI Studio/Pages/About.razor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ public partial class About : MSGComponentBase
6262

6363
protected override async Task OnInitializedAsync()
6464
{
65+
await base.OnInitializedAsync();
66+
6567
this.osLanguage = await this.RustService.ReadUserLanguage();
6668
this.logPaths = await this.RustService.GetLogPaths();
6769

68-
await base.OnInitializedAsync();
69-
7070
// Determine the Pandoc version may take some time, so we start it here
7171
// without waiting for the result:
7272
_ = this.DeterminePandocVersion();

app/MindWork AI Studio/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
},
4646
"MudBlazor": {
4747
"type": "Direct",
48-
"requested": "[8.8.0, )",
49-
"resolved": "8.8.0",
50-
"contentHash": "9LTen4AUh+GjXqKcrBoUxCZEEgnKx3a+82k2F7K849rfpGs/fQ1pha0sw2upMzGFIsCRfI+w8bkgZZspJCxbpQ==",
48+
"requested": "[8.9.0, )",
49+
"resolved": "8.9.0",
50+
"contentHash": "KdjXMXiSvl6uNr+S2YDhGI1aX/TULMQejQSniMlp6QTss35NKFrJyrMAmN082HNvOObuKdnTtLpntJ7rM5Op/A==",
5151
"dependencies": {
5252
"Microsoft.AspNetCore.Components": "9.0.1",
5353
"Microsoft.AspNetCore.Components.Web": "9.0.1",

app/MindWork AI Studio/wwwroot/changelog/v0.9.49.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
- Changed the timestamp display to use the local datetime format for the chats and assistants.
88
- Fixed a bug when editing data sources that caused the selected retrieval process of an ERI data source to not load correctly.
99
- Upgraded to Rust 1.88.0.
10-
- Upgraded MudBlazor to version 8.8.0.
10+
- Upgraded MudBlazor to version 8.9.0.
1111
- Upgraded Pdfium to version 137.0.7215.0.
1212
- Upgraded other dependencies to the latest versions.

app/MindWork AI Studio/wwwroot/system/MudBlazor/MudBlazor.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)