-
Notifications
You must be signed in to change notification settings - Fork 59.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client app [Tauri] #2946
Merged
Merged
Client app [Tauri] #2946
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
[+] feat(global.d.ts): add support for window.__TAURI__.notification methods [+] feat(update.ts): add notification for new version availability [+] fix(Cargo.toml): add tauri feature "notification-all" to enable notifications [+] fix(tauri.conf.json): enable all notification features in tauri configuration
…eb#2884 [+] fix(exporter.tsx): add async keyword to download function [+] feat(exporter.tsx): add support for saving image file using window.__TAURI__ API [+] feat(global.d.ts): add types for window.__TAURI__ API methods [+] feat(locales): add translations for download success and failure messages [+] feat(sync.ts): add support for generating backup file name with date and time [+] fix(utils.ts): add async keyword to downloadAs function and add support for saving file using window.__TAURI__ API
@H0llyW00dzZ is attempting to deploy a commit to the NextWeb Team on Vercel. A member of the Team first needs to authorize it. |
[+] fix(update.ts): remove unnecessary notification sending when permission is not granted [+] feat(update.ts): add notification for already up to date version
[+] feat(update.ts): add support for localization in update notifications [+] fix(update.ts): add missing semicolon in useUpdateStore function
H0llyW00dzZ
referenced
this pull request
in H0llyW00dzZ/ChatGPT-Next-Web
Oct 5, 2023
Ref : Client app [Tauri] Yidadaa#2946 [+] feat(exporter.tsx): add newline before return statement [+] fix(exporter.tsx): fix indentation in chat-info-item divs [+] fix(exporter.tsx): fix indentation in message divs [+] fix(exporter.tsx): fix indentation in Markdown component [+] fix(constant.ts): update Masks and Prompts enum values to include ".json" extension [+] fix(sync.ts): update fileName variable to include ".json" extension [+] fix(utils.ts): update defaultPath and name in downloadAs function to use filename without extension
H0llyW00dzZ
referenced
this pull request
in H0llyW00dzZ/ChatGPT-Next-Web
Oct 5, 2023
Ref : Client app [Tauri] Yidadaa#2946 [+] feat(exporter.tsx): add newline before return statement [+] fix(exporter.tsx): fix indentation in chat-info-item divs [+] fix(exporter.tsx): fix indentation in message divs [+] fix(exporter.tsx): fix indentation in Markdown component [+] fix(constant.ts): update Masks and Prompts enum values to include ".json" extension [+] fix(sync.ts): update fileName variable to include ".json" extension [+] fix(utils.ts): update defaultPath and name in downloadAs function to use filename without extension
spongeBor
pushed a commit
to spongeBor/ChatGPT-Next-Web
that referenced
this pull request
Jan 18, 2024
gaogao1030
pushed a commit
to gaogao1030/ChatGPT-Next-Web
that referenced
this pull request
May 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 + Improve Logs :
Client App [Notification]
Client App Fix Issue [Bug] 'export' button does not work #2884