Skip to content

Commit

Permalink
Fixed home page layout for 1080p screens (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
SommerEngineering authored Jun 25, 2024
1 parent 2818aa9 commit 6170e0c
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public readonly record struct Log(int Build, string Display, string Filename)
public static readonly Log[] LOGS =
[
new (154, "v0.5.1, build 154 (2024-06-25 15:35 UTC)", "v0.5.1.md"),
new (154, "v0.5.2, build 154 (2024-06-25 15:35 UTC)", "v0.5.2.md"),
new (149, "v0.5.0, build 149 (2024-06-02 18:51 UTC)", "v0.5.0.md"),
new (138, "v0.4.0, build 138 (2024-05-26 13:26 UTC)", "v0.4.0.md"),
new (120, "v0.3.0, build 120 (2024-05-18 21:57 UTC)", "v0.3.0.md"),
Expand Down
2 changes: 1 addition & 1 deletion app/MindWork AI Studio/Components/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<MudImage Src="svg/banner.svg" />
<MudText Typo="Typo.h3" Class="mt-2 mb-2">Let's get started</MudText>

<InnerScrolling HeaderHeight="288px - 3em">
<InnerScrolling HeaderHeight="288px - 8em">
<MudExpansionPanels Class="mb-3" MultiExpansion="@false">

<ExpansionPanel HeaderIcon="@Icons.Material.Filled.MenuBook" HeaderText="Introduction" IsExpanded="@true">
Expand Down
2 changes: 1 addition & 1 deletion app/MindWork AI Studio/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,6 @@
"contentHash": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA=="
}
},
"net8.0/osx-arm64": {}
"net8.0/osx-x64": {}
}
}
2 changes: 2 additions & 0 deletions app/MindWork AI Studio/wwwroot/changelog/v0.5.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# v0.5.2, build 155 (2024-06-25 18:07 UTC)
- Fixed home page layout for 1080p screens.
2 changes: 1 addition & 1 deletion documentation/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ When you are confident in the app's safety, follow these steps:
3. Find the MindWork AI Studio app.
4. Type this command: `xattr -r -d com.apple.quarantine ` (with a space at the end).
5. Drag the MindWork AI Studio app from the Finder into the Terminal window. The path to the app will be added to the command automatically.
6. The final command should be: `xattr -r -d com.apple.quarantine /Applications/MindWork\ AI\ Studio.app`. Press Enter.
6. The final command should be: `xattr -r -d com.apple.quarantine "/Applications/MindWork AI Studio.app"`. Press Enter.
7. Now, you might close the Terminal app and the Finder.

The AI Studio app should now open without any issues. Once the app is installed, it will check for updates automatically. If a new version is available, you will be prompted to install it.
Expand Down
8 changes: 4 additions & 4 deletions metadata.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
0.5.1
2024-06-25 15:35:45 UTC
154
0.5.2
2024-06-25 18:07:06 UTC
155
8.0.206 (commit bb12410699)
8.0.6 (commit 3b8b000a0e)
1.79.0 (commit 129f3b996)
6.20.0
1.6.1
e1cda54fcd1, release
2818aa93411, dev debug
2 changes: 1 addition & 1 deletion runtime/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mindwork-ai-studio"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
description = "MindWork AI Studio"
authors = ["Thorsten Sommer"]
Expand Down
2 changes: 1 addition & 1 deletion runtime/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"package": {
"productName": "MindWork AI Studio",
"version": "0.5.1"
"version": "0.5.2"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 6170e0c

Please sign in to comment.