Commit Graph

327 Commits (6940a75591b4976adc144cb9ad8785334610dc12)

Author SHA1 Message Date
Alex 4ed6580e1d
Merge pull request #623 from krabbi/fix_lists_in_converastion
[FE]: Fix render lists in conversation
12 months ago
Ankit Matth ee6471351d Icon for Documentation changed 12 months ago
Shivam Bhatnagar dbbf39db6d pre-commit hook 12 months ago
Shivam Bhatnagar d40ea44ae6 fix(frontend): fix navigation z-index in mobiles 12 months ago
Vedant Borkar 5c2b4398d9
Update Navigation.tsx 12 months ago
Alexander Deshkevich 0a717ae82e Prevent unneccessary renders. Update show/hide state of feedback buttons by css instead React 12 months ago
Alexander Deshkevich f9e6751279 fix render lists in conversation 12 months ago
Alexander Deshkevich 0306f8ec65 Fix footer width ob md+ screens 12 months ago
Vedant Borkar fa8177d0e5
Update Navigation.tsx 12 months ago
Alex fcaabb2c1e
Merge pull request #595 from HeetVekariya/main
fix: Remove extra spaces in response
12 months ago
HeetVekariya 337d2970a0 fix: removed px-2 for source 12 months ago
HeetVekariya 3e5bd25c6e fix: removed items-center from conversationBubble.tsx 12 months ago
Alex f724f10a35
Merge pull request #607 from mozi47/fix/sidebar-glitch
sidebar glitch fixed
12 months ago
Alex 845ef42338
Merge pull request #598 from Juneezee/simplify-jsx-conditional-rendering
refactor(frontend): simplify JSX conditional rendering
12 months ago
Alex fde8de8b9e
Merge pull request #558 from MSaiKiran9/train-button
Train button Disabled Before Selecting File
12 months ago
Muzakir Shah 88123261ac
sidebar glitch fixed 12 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>
12 months ago
HeetVekariya c8e6224946 fix: else text corrected 12 months ago
HeetVekariya bf11300ab3 fix: Remove extra spaces in response 12 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
12 months ago
M Sai Kiran 993c9b31bd
Update Upload.tsx 1 year ago
M Sai Kiran b5d6f0ad36
Update Upload.tsx 1 year ago
M Sai Kiran 03c05a82e4
Merge branch 'arc53:main' into train-button 1 year ago
Alex c969e9c014 fix update and delete bug 1 year ago
M Sai Kiran 76baa6c5f8
Before File Selection Train Disabled 1 1 year ago
M Sai Kiran 84c822a0ca
Before File Selection Train Button Disabled 1 year ago
Hari Raghav e772dfaa12
Merge branch 'arc53:main' into ui-update 1 year ago
hariraghav10 f835b14902 added autofocus for user chat input 1 year ago
hariraghav10 e48df87e06 added autofocus feature for chat input div 1 year ago
ManishMadan2882 13fabaf6aa bugs fixed 1 year ago
Alex 3e2055255e
Merge branch 'main' into error-state-#484 1 year ago
Alex 64a8857884
Merge pull request #529 from staticGuru/chatroom-rename-#495
Chatroom rename feature
1 year 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.
1 year ago
staticGuru 16df8d803c Fix the error state issues 1 year ago
staticGuru a998db0570 add fetch conversations in the delete callbacks 1 year ago
staticGuru c79ec45adb Fix the lint issues 1 year ago
staticGuru 3753f7d138 change the input outline border color 1 year ago
staticGuru a06369dd7b add the checkmark icons 1 year ago
staticGuru 036297ef36 Merge branch 'main' of https://github.com/staticGuru/DocsGPT into chatroom-rename-#495 1 year ago
staticGuru 129c055fee Change the width in the tile 1 year ago
staticGuru b49e8deb3e add the typescript props interface 1 year ago
staticGuru 17264e7872 add the outside click listioner 1 year ago
staticGuru 022c0c3a89 add trash icons changes 1 year ago
staticGuru b8539122ed add the update conversation callbacks 1 year ago
Vaibhav91one 4ca906a518 bug(front): The text seems to go out of screen when the result is too big, needed some tailwind 1 year ago
Alex e95bc82b8e Update Conversation.tsx 1 year ago
Alex e108833db2
Merge branch 'main' into input-hidden-issue-#474 1 year ago
Alex 71c101b82e
Merge pull request #519 from SoumyadiptoPal/newBranch2
Feature: Round Corners
1 year ago
Alex 860030824e
Merge pull request #503 from ManishMadan2882/main
added the copy response feature
1 year ago
Alex 46c4bf6e94
Merge pull request #515 from timoransky/main
Fix: adjust left margin on content container
1 year ago
ManishMadan2882 3197c356e9 UI corrections 1 year ago
Soumyadipto Pal b1f863cc4d
Update Navigation.tsx 1 year ago
Soumyadipto Pal 823b41b7ec
Merge branch 'main' into newBranch2 1 year ago
SoumyadiptoPal 16a2b3b19b Rounded the components to 3xl 1 year ago
timoransky 65d431c7a0 fix: margin left on content container 1 year ago
staticGuru 6b617955b7 add the check mark logics 1 year ago
staticGuru 10cf0470cb add the conversation Tile 1 year ago
staticGuru f91ca796de add the check Mark icons 1 year ago
staticGuru ceb9c70fba add the edit icons in the assets 1 year ago
staticGuru 5c9d11861e add the coversation tile in the chat section 1 year ago
staticGuru 396697ead2 Query overlay text input issues 1 year ago
Akshit Arora a6783e537b
fix css 1 year ago
ManishMadan2882 54fdd2da57 UI checks 1 year ago
ManishMadan2882 7ee3f10a81 fix 1 year ago
ManishMadan2882 accd65a26a added the copy msg feature 1 year ago
Alex ad1401854c
Merge pull request #448 from SoumyadiptoPal/newBranch
Updated navigation bar and also added icons
1 year ago
Alex 66fd402f00
Merge branch 'main' into main 1 year ago
Alex 835a04358c
Merge pull request #492 from Ankit-Matth/change_color_of_buttons
Color of all buttons and elements changed from blue to #7D54D1
1 year ago
Alex af9b4e448d
Merge pull request #491 from daniel-shuy/bugfix/about-page-to-conversation-navigation
Fix About page to Conversation navigation
1 year ago
Alex 39e8ba42ff
Merge pull request #454 from aindree-2005/patch-1
Update About.tsx
1 year ago
Aditya Gupta 5ca5e0d00f Revert "synced the branch"
This reverts commit 0585fb4c80.
1 year ago
Ankit Matth b0085f2741 Color of all buttons and elements changed from blue to #7D54D1 1 year ago
Daniel Shuy b983095e13 Fix About page to Conversation navigation 1 year ago
Aindree Chatterjee 97e6bab6e3
Update About.tsx 1 year ago
Aindree Chatterjee b311b7620c
Update About.tsx 1 year ago
Alex 25ec8fb2ab
Merge pull request #465 from adarsh-jha-dev/patch-1
Add Feedback Feature to Conversation Module (Update conversationSlice.ts)
1 year ago
Aditya Gupta 992f817fef Fix: Sources feature doesn't look as intended 1 year ago
staticGuru 36528fceab add issue fixes 1 year ago
staticGuru 8323b8af4d Reset the input hidden issues 1 year ago
staticGuru 0e496181a1 Fix the question input hidden issue 1 year ago
staticGuru f47fc7a484 add the additional div in the chat sections 1 year ago
Aditya Gupta 0585fb4c80 synced the branch 1 year ago
GH Action - Upstream Sync cad54f0f07 Merge branch 'main' of https://github.com/arc53/DocsGPT 1 year ago
staticGuru ab7f6e8300 Change the hero section with figma style 1 year ago
Aditya Gupta 943bf477a0 Fix: Conversations tabs overlapping 1 year ago
Adarsh Jha 86c2f0716e
Update conversationSlice.ts 1 year ago
staticGuru 0a8ba068c4 remove the unwanted whitespace 1 year ago
staticGuru a2bb70aaec Source selection overflow issues 1 year ago
Aindree Chatterjee 8afe5a0087
Update About.tsx 1 year ago
Aindree Chatterjee 9c96a4d81b
Update About.tsx
Text decorations added
1 year ago
Ratish jain 39ddaf49be
Update Hero.tsx 1 year ago
Soumyadipto Pal 42739bbb61
Merge branch 'main' into newBranch 1 year ago
SoumyadiptoPal 261c9eefe1 Updated navigation bar and also added discord and github icons 1 year ago
ratishjain f0e87094d6 fixed homepage 1 year ago
ratishjain e0882e9e04 fixed homepage 1 year ago
Alex aa9a024ee1
Merge branch 'main' into changing_discord_github_icons 1 year ago
Alex 30299a9f04
Merge pull request #434 from QuantuM410/quantum410/frontend-placeholder
Added css attribute placeholder for search div
1 year ago
QuantuM410 70aa3b1ff1 Added css attribute placeholder for search div 1 year ago
Ankit Matth 6154a8169b Replace Discord & Github Icons 1 year ago
Arnab Ghosh 437bd13fd0
Fixed Overflowing Text message when user passed a very long string without spaces 1 year ago