Syed Muzamil
f61e91d07f
fix: modal scrolling on small devices ( #527 )
...
* fix: propmt side not showing on small devices
* added the robot icon while chat is loading
* fix: sidbar position
* fix: modal not scrolling on small devices
* fix: overlap between the modal and icons
2023-04-13 04:58:13 -06:00
Mckay Wrigley
6500db9c1c
MAJOR REFACTOR ( #494 )
...
* move index to home folder, create state and context files and barrell folder
* Sanity Check Commit: reducer added to home.tsx manual QA all working
* WIP: promptBar
* fix missing json parse on folders and prompts
* split context and add promptbar context
* add context to nested prompt componets and componetize Folder componet
* remove log
* Create buttons folder and componetize sidebar action button
* tidy up prompt handlers
* componetized sidebar
* added back chatbar componet to left side sidebar
* monster commit: Componetized the common code between chatbar and promptbar into new componet Sidebar and added context to both bars
* add useFetch service
* added prettier import sort to keep imports ordered and easier to indentify
* added react query and useFetch to work with RQ
* added apiService, errorService and reactQuery
* add callback and tidy up error service
* refactor chat and child componets to useContext
* fix extra calls and bad calls to mel endpoint
* minor import cleanup
---------
Co-authored-by: jc.durbin <jc.durbin@ardanis.com>
2023-04-10 21:10:18 -06:00
Mckay Wrigley
34c79c0d66
Prompts ( #229 )
2023-03-27 09:38:56 -06:00
Danil Shishkevich
2269403806
chore: fix styles in "OpenAI Key" div ( #228 )
...
chore: do nothing if the name of the renamed dialog contains nothing.
chore: fix some styles
chore: remake conversation settings on mobile
2023-03-27 09:20:33 -06:00
Danil Shishkevich
3ca503a3f2
chore: some small improvements ( #223 )
...
* chore: stylize error message div
chore: correct styles for sidebar btn
chore: add spinner and replace header "Please wait" on spinner
chore: correct Russian translate
chore: hide clear conversation btn if not conversations
chore: stylize "Need OpenAI key" div
* chore: corrent Russian translate
2023-03-27 07:43:01 -06:00
Brad Ullman
c3f2dced56
convert conversation icons to buttons (accessibility) ( #192 )
...
* update sidebar overflow
* update all clickable icons to buttons
* refactor buttons so they are not inside other buttons
* format doc
* update input background to transparent
* adjust btns size to match #202
* update text size per #202
2023-03-26 15:19:27 -06:00
Danny Aziz
df7c363ccb
Add some additional text for API Key ( #210 )
...
* feat: API Key Link
* feat: key input placeholder
2023-03-26 14:48:34 -06:00
Danil Shishkevich
6d5d09d69f
chore: restyle modal with model select ( #202 )
...
chore: set normal font size for sidebar
chore: set normal gradient for `ChatInput`
2023-03-26 09:14:47 -06:00
Danil Shishkevich
c0b1b2eadb
fix: fix fonts ( #194 )
...
* fix: hotfix fonts
* chore: set normal line height
2023-03-26 04:07:00 -06:00
Danil Shishkevich
4d0d1e8b95
chore: change sidebar font size & style ( #191 )
...
* chore: change sidebar font size & style
* chore: create font size style for sidebar
2023-03-26 03:29:31 -06:00
Simon Holmes
d6973b9ccc
feat: add in prettier and format code for consistency ( #168 )
2023-03-25 23:13:18 -06:00
Brad Ullman
fffb729b34
sort the data, not the UI. buttons are now tab-able from the top down ( #176 )
2023-03-25 22:11:48 -06:00
Mckay Wrigley
3f09a4c355
hotfix
2023-03-25 10:13:51 -06:00
Jungley
92eab6c634
feat: Add i18n support for Chinese language ( #142 )
...
* feat: Add i18n support for Chinese language
* fix: locale not working in Docker environment
2023-03-25 09:42:48 -06:00
Awesh Choudhary
291e2d9852
Added Better Closing Sidebar Logic (Close on Background Click) ( #122 )
2023-03-25 06:12:06 -06:00
Mckay Wrigley
c3132ef2fb
fix import issue
2023-03-25 04:37:47 -06:00
Brad Ullman
c73f604819
Update Sidebar Setting elements to be buttons (improve accessibility) ( #130 )
...
* update sidebar elements to be buttons so they are keyboard navigatable
* rollback whitespace change
2023-03-25 04:21:58 -06:00
Mckay Wrigley
9d88722f35
clean history on import
2023-03-23 19:08:20 -06:00
Mckay Wrigley
1f31cc5507
hotfix import
2023-03-23 19:05:47 -06:00
Mckay Wrigley
f5118e3037
folders ( #108 )
...
* folders
* fixes
* storage fix
2023-03-23 17:59:40 -06:00
Awesh Choudhary
2b1ef7be3e
SEO Fixed and Added Semantic Html Tags ( #98 )
2023-03-23 08:31:45 -06:00
Aubrey Keus
da11d0b91e
Search within conversation.messages + conversation.name ( #91 )
2023-03-23 01:17:54 -06:00
CMarghin
d30471f5a9
fix style issue after clicking on ClearConversation ( #89 )
...
there is a small difference in the spaces of the button after confirming which leads to an unexpected animation in the sidebar settings
2023-03-23 01:11:45 -06:00
Mckay Wrigley
f0c575b40d
add import/export ( #71 )
2023-03-22 08:10:00 -06:00
Khairul Haaziq
4055e84450
enhance ui and fix layout problems ( #63 )
2023-03-22 07:10:31 -06:00
Mckay Wrigley
b7803cf4ba
Clear conversations ( #53 )
...
* Add button "Clear Conversations"
* custom btn
---------
Co-authored-by: Xiangxuan Liu <xiangxuan.liu@rightcapital.com>
2023-03-21 16:38:04 -06:00
angular-moon
5b6968a6be
Fixed Search conversations input box was out of bounds ( #41 )
2023-03-21 09:46:56 -06:00
Xiangxuan Liu
b80f39925c
Show latest conversations on the top ( #46 )
2023-03-21 09:45:09 -06:00
Mckay Wrigley
0d6ff739a2
add custom system prompt ( #39 )
2023-03-21 01:39:32 -06:00
Sonny Lazuardi
3af4a7edf3
Fix safari small screen text input position style ( #20 )
...
* Update .gitignore
* Update next.config.js
* Enable GPT-4
* Update index.ts
* Fix logic
* Fix error
* Add set openai key instruction
* Fix menu safari
* Revert changes
* new line
---------
Co-authored-by: Sonny <sonny.lazuardi@grabtaxi.com>
2023-03-19 21:47:03 -06:00
Mckay Wrigley
71a78172e6
Feat/search conversation ( #24 )
...
* feat: Add conditional search input for conversation list
* style and ux adjust
---------
Co-authored-by: Tekle Ayele <tekleayele@gmail.com>
2023-03-19 21:40:51 -06:00
Mckay Wrigley
7e6651dea7
add more mobile ui ( #18 )
2023-03-19 06:48:57 -06:00
Mckay Wrigley
e6449998ef
add api key
2023-03-18 22:19:19 -06:00
Xiangxuan Liu
934ba277a6
Update settings button style
2023-03-18 23:40:05 +08:00
Mckay Wrigley
16513b20de
fix naming bugs
2023-03-18 06:49:20 -06:00
Mckay Wrigley
a4c620d74d
fix width
2023-03-18 04:55:31 -06:00
Mckay Wrigley
ef31d6ec28
increase sidebar btn
2023-03-18 04:48:59 -06:00
Mckay Wrigley
fa4e27a164
fix minor ui bugs
2023-03-18 04:10:35 -06:00
Mckay Wrigley
a0056460ab
add rename and delete improvements
2023-03-18 03:57:15 -06:00
Mckay Wrigley
f56501ba7c
toggle sidebar
2023-03-18 02:20:32 -06:00
Mckay Wrigley
9c50142c64
add markdown
2023-03-17 19:25:04 -06:00
Mckay Wrigley
c40f755cac
fix deletion bug
2023-03-15 08:32:21 -06:00
Mckay Wrigley
742efea50d
fix delete error
2023-03-15 07:25:15 -06:00
Mckay Wrigley
f05390c97d
readme udpate
2023-03-15 06:20:11 -06:00
Mckay Wrigley
758a1215c2
mvp
2023-03-15 06:04:12 -06:00
Mckay Wrigley
ce331a1bbd
boom
2023-03-15 04:24:09 -06:00