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
Conversation
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
[+] 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
[+] 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
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
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(exporter.tsx): remove unused isMobile variable
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
[+] 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
[+] 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
This reverts commit 469eaff.
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
H0llyW00dzZ
added a commit
that referenced
this pull request
Oct 1, 2023
[+] fix(client.ts): remove unnecessary slicing of commit message description [+] refactor(client.ts): simplify getClientConfig function
H0llyW00dzZ
added a commit
that referenced
this pull request
Oct 1, 2023
[+] refactor(ar.ts, bn.ts, cn.ts, cs.ts, de.ts, en.ts, es.ts, fr.ts, id.ts, it.ts, jp.ts, ko.ts, no.ts, ru.ts, tr.ts, tw.ts, vi.ts): Format currency values in SubTitle function using Intl.NumberFormat
H0llyW00dzZ
added a commit
that referenced
this pull request
Oct 5, 2023
Ref : 🚀 Client App [Tauri] (#27) [+] refactor(auth.tsx): improve readability of resetAccessCode function [+] feat(auth.tsx): add support for rendering input access token based on whether it's an app
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[+] 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