mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 14:29:07 +00:00
Improved text diff viewer by line-through deleted text (#153)
This commit is contained in:
parent
92f5b49543
commit
95da4c6410
@ -59,3 +59,10 @@
|
||||
.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,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.
|
||||
|
Loading…
Reference in New Issue
Block a user