Skip to content

Commit

Permalink
Fixed the appearance of the "no diff" message for text diffs (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
SommerEngineering authored Nov 2, 2024
1 parent d2ac4e2 commit abbb8c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/MindWork AI Studio/wwwroot/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
background-color: initial !important;
}

.improvedDiff .wikEdDiffNoChange {
background-color: initial !important;
}

.improvedDiff .wikEdDiffDelete {
text-decoration-line: line-through;
text-decoration-style: double;
Expand Down
3 changes: 2 additions & 1 deletion app/MindWork AI Studio/wwwroot/changelog/v0.9.16.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
- Added our second financial contributor: Thanks `peerschuett` for supporting AI Studio financially.
- Added multiple workspace display options: toggle the workspace overlay (this is the previous behavior), toggle the workspace sidebar, or permanently display the workspace sidebar.
- Improved the layout of the app window, for example, in full-screen mode on large or high-resolution monitors.
- Fixed the "send to" issue, where you could select the bias-of-the-day assistant as destination.
- Fixed the "send to" issue, where you could select the bias-of-the-day assistant as destination.
- Fixed the appearance of the "no diff" message for text diffs when the dark mode is enabled.

0 comments on commit abbb8c1

Please sign in to comment.