Commit Graph

89 Commits

Author SHA1 Message Date
josc146 b1de77bcb3 chore 2023-11-12 11:22:50 +08:00
josc146 3d08919798 force scroll to bottom after submission 2023-11-04 17:08:27 +08:00
josc146 d36f6ea245 improve render performance (#265) 2023-11-02 21:26:30 +08:00
josc146 40d24e7069 improve chatgpt web user guide 2023-10-31 10:26:24 +08:00
josc146 86b9b2075d improve error prompt 2023-10-16 00:33:23 +08:00
josc146 843bfc357f update bing detection 2023-10-15 22:43:11 +08:00
josc146 40ae4575a7 patch: fakePort stop 2023-09-23 21:37:09 +08:00
josc146 711e0d3493 patch: decisionCard and popupCard of bing client (#505) 2023-09-23 16:52:00 +08:00
josc146 e71ee74c6d patch: fix(upgrade) bing client (#505) 2023-09-06 23:52:28 +08:00
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