This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
forked from ChatGPTNextWeb/NextChat
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor UI/UX Page [+] refactor(exporter.tsx): remove unnecessary system message in JsonPreviewer component * Fix Locales Language Summarizing [+] fix(en.ts): Fix UI translation for "Summarizing" to provide a clearer description * Add Styles UI Page [Exporter] [+] chore(exporter.module.scss): add new styles for .exporter-system.body * Fix Client App [Tauri] [+] fix(exporter.tsx): fix issue with saving files in client app [Tauri] when there is a ':' in the dialog [+] fix(utils.ts): fix issue with saving files in client app [Tauri] when there is a ':' in the dialog
- Loading branch information
1 parent
df653b9
commit 717f829
Showing
4 changed files
with
28 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -197,6 +197,12 @@ | |
} | ||
} | ||
|
||
&-system { | ||
.body { | ||
background-color: var(--white); | ||
} | ||
} | ||
|
||
&-user { | ||
flex-direction: row-reverse; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters