Commit Graph

297 Commits (a51e25dbdeb040e78b331de985fde236c75b5cd4)

Author SHA1 Message Date
Alex fcaabb2c1e
Merge pull request #595 from HeetVekariya/main
fix: Remove extra spaces in response
11 months ago
HeetVekariya 337d2970a0 fix: removed px-2 for source 11 months ago
HeetVekariya 3e5bd25c6e fix: removed items-center from conversationBubble.tsx 11 months ago
Alex f724f10a35
Merge pull request #607 from mozi47/fix/sidebar-glitch
sidebar glitch fixed
11 months ago
Alex 845ef42338
Merge pull request #598 from Juneezee/simplify-jsx-conditional-rendering
refactor(frontend): simplify JSX conditional rendering
11 months ago
Alex fde8de8b9e
Merge pull request #558 from MSaiKiran9/train-button
Train button Disabled Before Selecting File
11 months ago
Muzakir Shah 88123261ac
sidebar glitch fixed 11 months ago
Eng Zer Jun 0efc2277dd
refactor(frontend): simplify JSX conditional rendering
JSX conditional rendering can be simplified to use the logical AND
operator (&&) [1] instead of ternary operator (? :) if we want to render
something only when the conditon is true, and nothing otherwise.

[1]: https://react.dev/learn/conditional-rendering#logical-and-operator-

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
11 months ago
HeetVekariya c8e6224946 fix: else text corrected 11 months ago
HeetVekariya bf11300ab3 fix: Remove extra spaces in response 11 months ago
faria-karim-porna 7361a35c94 Fix the font size and alignment of all the chat options of the sidebar based on issue #586
Fix the font size and alignment of all the chat options of the sidebar based on issue #586
11 months ago
M Sai Kiran 993c9b31bd
Update Upload.tsx 11 months ago
M Sai Kiran b5d6f0ad36
Update Upload.tsx 11 months ago
M Sai Kiran 03c05a82e4
Merge branch 'arc53:main' into train-button 11 months ago
Alex c969e9c014 fix update and delete bug 11 months ago
M Sai Kiran 76baa6c5f8
Before File Selection Train Disabled 1 11 months ago
M Sai Kiran 84c822a0ca
Before File Selection Train Button Disabled 11 months ago
Hari Raghav e772dfaa12
Merge branch 'arc53:main' into ui-update 11 months ago
hariraghav10 f835b14902 added autofocus for user chat input 11 months ago
hariraghav10 e48df87e06 added autofocus feature for chat input div 11 months ago
ManishMadan2882 13fabaf6aa bugs fixed 11 months ago
Alex 3e2055255e
Merge branch 'main' into error-state-#484 11 months ago
Alex 64a8857884
Merge pull request #529 from staticGuru/chatroom-rename-#495
Chatroom rename feature
11 months ago
Alex cae3e7136e
Merge pull request #525 from Vaibhav91one/bug/text-out-of-screen
bug(front): The text seems to go out of screen when the result is too big.
11 months ago
staticGuru 16df8d803c Fix the error state issues 11 months ago
staticGuru ce7ac78b42 add the darkmode in config file 11 months ago
staticGuru a998db0570 add fetch conversations in the delete callbacks 11 months ago
staticGuru c79ec45adb Fix the lint issues 11 months ago
staticGuru 3753f7d138 change the input outline border color 11 months ago
staticGuru a06369dd7b add the checkmark icons 11 months ago
staticGuru 036297ef36 Merge branch 'main' of https://github.com/staticGuru/DocsGPT into chatroom-rename-#495 11 months ago
staticGuru 129c055fee Change the width in the tile 11 months ago
staticGuru b49e8deb3e add the typescript props interface 11 months ago
staticGuru 17264e7872 add the outside click listioner 11 months ago
staticGuru 022c0c3a89 add trash icons changes 11 months ago
staticGuru b8539122ed add the update conversation callbacks 11 months ago
Vaibhav91one 4ca906a518 bug(front): The text seems to go out of screen when the result is too big, needed some tailwind 11 months ago
Alex e95bc82b8e Update Conversation.tsx 11 months ago
Alex e108833db2
Merge branch 'main' into input-hidden-issue-#474 11 months ago
Alex 71c101b82e
Merge pull request #519 from SoumyadiptoPal/newBranch2
Feature: Round Corners
11 months ago
Alex 860030824e
Merge pull request #503 from ManishMadan2882/main
added the copy response feature
11 months ago
Alex 46c4bf6e94
Merge pull request #515 from timoransky/main
Fix: adjust left margin on content container
11 months ago
ManishMadan2882 3197c356e9 UI corrections 11 months ago
Soumyadipto Pal b1f863cc4d
Update Navigation.tsx 11 months ago
Soumyadipto Pal 823b41b7ec
Merge branch 'main' into newBranch2 11 months ago
SoumyadiptoPal 16a2b3b19b Rounded the components to 3xl 11 months ago
timoransky 65d431c7a0 fix: margin left on content container 11 months ago
staticGuru 6b617955b7 add the check mark logics 11 months ago
staticGuru 10cf0470cb add the conversation Tile 11 months ago
staticGuru f91ca796de add the check Mark icons 11 months ago