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.
* Client App [Tauri] [+] fix(global.d.ts): declare TauriAPI interface globally and add missing methods [+] fix(sync.ts): import getClientConfig from client config and add alternative fix for tauri [+] fix(utils.ts): import getClientConfig from client config and update copyToClipboard and downloadAs functions to use Tauri API if available * Whitelist Client App [Tauri] [+] fix(cors/route.ts): add alternative fix for Tauri by checking if isApp is true before applying CORS restrictions [+] fix(openai/route.ts): add alternative fix for Tauri by checking if isApp is true before applying CORS restrictions * Fix Export DownloadAs) Client App [Tauri] Ref issue : [Bug] 'export' button does not work Yidadaa#2933 [+] fix(global.d.ts): change parameter name from command to text in invoke function [+] feat(sync.ts): improve backup file name generation to include date and time [+] fix(tauri.conf.json): disable updater functionality * Exporter Client App [Tauri] Reff Issue : [Bug] 'export' button does not work ChatGPTNextWeb#2884 [+] fix(exporter.tsx): fix download function to handle saving file in Tauri app [+] feat(exporter.tsx): add support for downloading file in Tauri app [+] fix(exporter.tsx): fix download function to handle saving file in Tauri app [+] feat(exporter.tsx): add support for downloading file in Tauri app * Refactor Client App [Tauri] [+] refactor(exporter.tsx): remove unused isMobile variable * Client App [Tauri] [Authentication page] Ref : UI Page [Auth Page] ChatGPTNextWeb#2933 [+] feat(auth.tsx): add authentication page UI and functionality for app clients [+] fix(cn.ts): update unauthorized access error message for app clients [+] fix(en.ts): update unauthorized access error message for app clients * Client App [Tauri] [ChangeLog Page] [+] refactor(changelog.tsx): refactor fetchData function to improve readability and limit the number of displayed changes for isApp [+] feat(changelog.tsx): add support for displaying commit date in the changelog table * Client App [Tauri] [Dev Stuff] [ChangeLog Page] [+] fix(build.ts): change git log command to retrieve only the latest commit information [+] feat(client.ts): update getClientConfig function to include commit message description in the build config * Revert "Whitelist Client App [Tauri]" This reverts commit 469eaff. * 🚀 Client App [Tauri] Reff Issue : [Bug] 'export' button does not work ChatGPTNextWeb#2884 [+] feat(global.d.ts): add support for Tauri API in global window interface [+] fix(utils.ts): fix typo in copyToClipboard function, change invoke to writeText * Client App [Tauri] [Authentication page] Ref : UI Page [Auth Page] ChatGPTNextWeb#2933 [+] chore(auth.tsx): remove unused import of useEffect [+] feat(auth.tsx): conditionally render input access code and input access token based on whether it's an app
- Loading branch information
1 parent
39619cc
commit 2e948b4
Showing
11 changed files
with
137 additions
and
55 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
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
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
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
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