Skip to content

Commit

Permalink
Improved text diff viewer by line-through deleted text (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
SommerEngineering authored Sep 15, 2024
1 parent 92f5b49 commit 95da4c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/MindWork AI Studio/wwwroot/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,11 @@

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

.improvedDiff .wikEdDiffDelete {
text-decoration-line: line-through;
text-decoration-style: double;
text-decoration-color: red;
text-decoration-thickness: 2px;
}
1 change: 1 addition & 0 deletions app/MindWork AI Studio/wwwroot/changelog/v0.9.12.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# v0.9.12, build 187 (2024-09-xx xx:xx UTC)
- Added a job posting assistant to the business category.
- Improved text diff viewer by line-through deleted text.
- Fixed the dark theme for the text diff viewer, e.g., in the grammar check assistant.
- Fixed margin-related issue in the `ConfigurationText` component.
- Fixed chat conversion of job posting, legal check, and my task assistants.
Expand Down

0 comments on commit 95da4c6

Please sign in to comment.