Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Client App [Tauri] #27

Merged
merged 10 commits into from
Oct 1, 2023
Merged

Client App [Tauri] #27

merged 10 commits into from
Oct 1, 2023

Conversation

H0llyW00dzZ
Copy link
Owner

[+] 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(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
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 H0llyW00dzZ merged commit 2e948b4 into main Oct 1, 2023
@H0llyW00dzZ H0llyW00dzZ deleted the fixtauri branch October 1, 2023 09:23
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.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant