Improved text diff viewer by line-through deleted text (#153)

This commit is contained in:
Thorsten Sommer 2024-09-15 22:33:39 +02:00 committed by GitHub
parent 92f5b49543
commit 95da4c6410
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -58,4 +58,11 @@
.improvedDiff .wikEdDiffFragment { .improvedDiff .wikEdDiffFragment {
background-color: initial !important; background-color: initial !important;
}
.improvedDiff .wikEdDiffDelete {
text-decoration-line: line-through;
text-decoration-style: double;
text-decoration-color: red;
text-decoration-thickness: 2px;
} }

View File

@ -1,5 +1,6 @@
# v0.9.12, build 187 (2024-09-xx xx:xx UTC) # v0.9.12, build 187 (2024-09-xx xx:xx UTC)
- Added a job posting assistant to the business category. - 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 the dark theme for the text diff viewer, e.g., in the grammar check assistant.
- Fixed margin-related issue in the `ConfigurationText` component. - Fixed margin-related issue in the `ConfigurationText` component.
- Fixed chat conversion of job posting, legal check, and my task assistants. - Fixed chat conversion of job posting, legal check, and my task assistants.