josc146
0ee82e7c7f
improve style for safari
2023-06-13 12:26:02 +08:00
josc146
d81f347eb4
fix mistaken operation
2023-06-13 00:27:11 +08:00
josc146
dfef9dce29
fix repeated prompt when completing an answer and clicking the retry button ( #400 )
2023-06-13 00:21:25 +08:00
josc146
fc93ccc51c
adjust the order of header icons
2023-06-13 00:02:48 +08:00
josc146
a0c19d7df7
improve the compatibility of Safari and Firefox with the new style ( #305 , #371 )
2023-06-12 22:52:13 +08:00
josc146
75d92bc4f8
chore
2023-06-12 22:06:39 +08:00
josc146
5f9310f622
improve conversation scroll ( #382 )
2023-06-12 21:58:25 +08:00
josc146
454e457656
improve conversationCard style
2023-06-12 21:38:26 +08:00
Sergio Lage
b539b4d847
Added a scroll to bottom button, made the automatic scroll stop when the user scrolls up ( #401 )
...
* Added go to bottom, Smooth scroll in markdown body
* scroll margin prameter added to config
---------
Co-authored-by: DEVOP <DEVOP@EXAMPLE.COM >
2023-06-08 16:48:22 +08:00
josc146
277b9f69a9
feat: improve read aloud ( #105 , #341 )
2023-05-18 10:17:33 +08:00
Petaflops
6bb5a81304
feat: added a ReadButton to convert the text output from GPT into voice and read it out loud
2023-05-18 09:15:08 +08:00
josc146
9b2c8d3d33
feat: add option to disable focus to input box after answering ( #317 )
2023-05-13 16:37:30 +08:00
josc146
43256edb13
style: more prominent conversations ( #329 )
2023-05-13 16:11:40 +08:00
josc146
b7aa023580
style: change select width ( #331 )
2023-05-13 12:12:32 +08:00
josc146
8b05fb4c5c
feat: new menu item / shortcut to close all chats
2023-05-12 23:14:31 +08:00
josc146
7355f39286
style: wider model select
2023-05-12 23:14:31 +08:00
zouwangqiang
80c34aaad2
- refactor(ConversationCard): add event listener to close the window on Escape key press
...
- refactor(ConversationCard): change style of header to allow for dragging
- refactor(ConversationCard): change select width to auto
- refactor(FloatingToolbar): change handle class from dragbar to draggable
- refactor(styles.scss): add scrollbar and resizer styles to the conversation card and change select width to auto
2023-05-12 23:14:31 +08:00
josc146
76f916b0dc
chore
2023-05-08 22:31:52 +08:00
josc146
96b9f4efb0
fix style ( #315 )
2023-05-08 19:47:36 +08:00
josc146
fc21abb45d
feat: an easier way to use different bing styles ( #264 )
2023-05-08 19:31:29 +08:00
josc146
e95372d77d
feat: improve web mode notification ( #309 )
2023-05-08 15:50:42 +08:00
josc146
ae28ca6f42
feat: enabled API Modes option ( #264 )
2023-04-29 22:19:57 +08:00
josc146
3960ee1479
feat: improve chatgpt website notification (go back button, hide button) ( #270 , #287 )
2023-04-29 00:08:12 +08:00
josc146
3d5d7e3a21
fix: safari compatibility ( #255 )
2023-04-28 17:25:30 +08:00
josc146
1ac545ea34
fix: findLastIndex compatibility (Firefox ESR) ( #233 )
2023-04-28 16:41:13 +08:00
josc146
30e9641b2a
chore: fix i18n
2023-04-27 23:26:02 +08:00
josc146
17778f5a14
refactor: services
2023-04-27 20:31:53 +08:00
Ji TANG
9b157ff01e
Align the "ask" button with the i18n keyword ( #286 )
2023-04-27 15:49:13 +08:00
josc146
7c5046ccff
feat: resizable input box ( #246 , #266 )
2023-04-27 15:29:56 +08:00
Ji Tang
ca708b19cf
Refactor input box styling for better organization
2023-04-25 14:48:51 +08:00
Ji Tang
b833cd1707
Change the submit button size
2023-04-25 14:48:51 +08:00
Ji Tang
2e1dcf372d
Change the cursor type of the Send button
2023-04-25 14:48:51 +08:00
Ji Tang
16d9fec31e
Enable user input while response is being processed
...
- Enable user input while response is being processed
- Incorporate Send/Stop button functionality with the 'Enter' key
2023-04-25 14:48:51 +08:00
josc146
79f05056d1
fix: floating tool created outside the window when it was on the edge ( #222 )
2023-04-21 22:48:52 +08:00
josc146
4fb5d735ea
fix: crypto undefined on some websites, leading to session creation failure ( #231 )
2023-04-20 22:12:08 +08:00
snoopy83
c8680a4bf1
feat: auto focus to inputbox (issue: #243 ) (pr: #249 )
...
* Put the cursor back to input area after the answer generated
* move inputbox focus to lonely useEffect
---------
Co-authored-by: Jikai Xu <“jikai.xu@insigniafinancial.com.au ”>
Co-authored-by: josc146 <josStorer@outlook.com >
2023-04-20 21:20:51 +08:00
josc146
375cc16083
style: floating toolbar compatibility ( #222 )
2023-04-17 21:15:41 +08:00
josc146
9fb3959b33
fix: when the conversation is empty and Regenerate the answer after switching model is set, switching model will send useless requests, resulting in the problem of inability to input ( #210 )
2023-04-13 19:46:04 +08:00
josc146
43fde4b709
feat: add option to always pin the floating window ( #199 )
2023-04-12 22:30:37 +08:00
josc146
177f8e634f
fix: automatic position correction ( #145 )
2023-04-05 13:52:25 +08:00
josc146
0a183a9ebf
chore: reduce the max height of conversation card ( #141 )
2023-04-05 13:24:56 +08:00
josc146
9d1a2a1360
feat: store conversation to independent page ( #120 , #138 )
2023-04-02 23:24:48 +08:00
josc146
47f490a034
fix: bad sessionId when clearing current conversation at Independent Panel
2023-04-02 22:23:55 +08:00
josc146
60b479729a
feat: Independent Panel ( #63 , #120 )
2023-04-02 20:27:07 +08:00
josc146
8d5fc71148
chore: reduce package size
2023-04-02 20:17:28 +08:00
josc146
5af571ec4a
chore: remove useless updatePosition()
2023-04-02 20:16:42 +08:00
josc146
c94cda91c7
fix: did not properly display custom model name
2023-04-02 20:15:52 +08:00
josc146
6b03b7b6b8
fix: did not keep modelName when clearing conversation
2023-04-02 20:13:28 +08:00
josc146
e60d0b5332
feat: better error message
2023-04-01 10:45:49 +08:00
josc146
e4f1d9da09
fix: model switch not work when autoRegenAfterSwitchModel is false
2023-03-31 22:41:01 +08:00