ManishMadan2882
|
3e3886ced7
|
slight UI changes
|
2024-01-23 19:38:22 +05:30 |
|
ManishMadan2882
|
537a733157
|
add dark mode - conversation, bubble, UI fixes
|
2024-01-22 02:56:07 +05:30 |
|
ManishMadan2882
|
0b997418d3
|
add dark - sidebar
|
2024-01-19 01:47:23 +05:30 |
|
Alex
|
e1b2991aa6
|
Update LLM_NAME and EMBEDDINGS_NAME
|
2024-01-09 00:01:31 +00:00 |
|
ManishMadan2882
|
e7b9f5e4c3
|
adding responsive sidebar
|
2024-01-05 01:50:52 +05:30 |
|
Christine
|
fd8b7aa0f2
|
fix: change alt text for setting
|
2024-01-03 04:17:53 +00:00 |
|
Christine
|
458ea266ec
|
fix: change name to alt text for Discord and GitHub
|
2024-01-03 04:14:06 +00:00 |
|
Alex
|
a4483cf255
|
Revert "Merge pull request #797 from arc53/fix_boxes_hero"
This reverts commit 0bf020a1b4, reversing
changes made to a62566e8fb.
|
2023-12-11 12:18:47 +00:00 |
|
Pavel
|
d43927a167
|
Fix_hero
Fix of hero section for chrome and firefox. Fix of conversations-container pushing containers below.
|
2023-12-10 16:28:20 +03:00 |
|
Alex
|
022c32f9d5
|
fix chats display
|
2023-11-24 12:22:34 +00:00 |
|
Alex
|
0974085c6f
|
prompts
|
2023-11-14 01:16:06 +00:00 |
|
Alex
|
a3de360878
|
fix sidebar
|
2023-11-12 18:31:29 +00:00 |
|
Alex
|
ae5e484506
|
fix docx file
|
2023-11-02 18:25:43 +00:00 |
|
Alex
|
9f7c9180d9
|
prep settings slightly
|
2023-11-01 21:45:40 +00:00 |
|
Alex
|
5094386516
|
hotfix-1
|
2023-10-31 18:21:44 +00:00 |
|
Alex
|
f052c707e7
|
Merge branch 'main' into settings
|
2023-10-31 18:18:31 +00:00 |
|
Alex
|
6476e688e5
|
Fixes sidebar
|
2023-10-30 22:41:35 +00:00 |
|
Lakshmi Narayanan
|
9327955891
|
Update sidebar effects and styles based on figma
|
2023-10-31 00:38:12 +04:00 |
|
Lakshmi Narayanan
|
5a33953b78
|
Add Chats heading if there are any conversations
|
2023-10-30 10:14:40 +04:00 |
|
Lakshmi Narayanan
|
e627ebc127
|
Small fix with fixed height and width
|
2023-10-29 02:01:18 +04:00 |
|
Lakshmi Narayanan
|
56b81b78c3
|
Update sidebar with new logo and icon
|
2023-10-29 01:48:04 +04:00 |
|
Alex
|
e54d46aae1
|
Update Navigation.tsx
|
2023-10-27 02:22:04 +01:00 |
|
SoumyadiptoPal
|
4be38fcb0e
|
Settings page added
|
2023-10-25 10:24:55 +05:30 |
|
SoumyadiptoPal
|
9893480089
|
Made the navbar sticky
|
2023-10-24 22:27:55 +05:30 |
|
Alex
|
672e14d6ea
|
Merge pull request #641 from Ankit-Matth/documentation_icon_changed
I have changed icon for Documentation in the left side bar.
|
2023-10-23 11:59:34 -04:00 |
|
Alex
|
81b16aa900
|
Merge pull request #638 from Bitnagar/fix(frontend)--fix-header-z-index
Fix(frontend): fix Navigation component z-index for small devices
|
2023-10-22 11:27:25 -04:00 |
|
Ankit Matth
|
ee6471351d
|
Icon for Documentation changed
|
2023-10-18 18:41:03 +05:30 |
|
Shivam Bhatnagar
|
d40ea44ae6
|
fix(frontend): fix navigation z-index in mobiles
|
2023-10-18 10:33:44 +00:00 |
|
Vedant Borkar
|
5c2b4398d9
|
Update Navigation.tsx
|
2023-10-17 11:53:57 +05:30 |
|
Vedant Borkar
|
fa8177d0e5
|
Update Navigation.tsx
|
2023-10-16 19:52:16 +05:30 |
|
Alex
|
f724f10a35
|
Merge pull request #607 from mozi47/fix/sidebar-glitch
sidebar glitch fixed
|
2023-10-14 15:05:48 -05:00 |
|
Alex
|
845ef42338
|
Merge pull request #598 from Juneezee/simplify-jsx-conditional-rendering
refactor(frontend): simplify JSX conditional rendering
|
2023-10-14 14:48:29 -05:00 |
|
Muzakir Shah
|
88123261ac
|
sidebar glitch fixed
|
2023-10-15 00:38:46 +05:00 |
|
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>
|
2023-10-14 13:39:23 +08:00 |
|
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
|
2023-10-13 06:01:27 +06:00 |
|
Alex
|
c969e9c014
|
fix update and delete bug
|
2023-10-11 23:11:08 +01:00 |
|
staticGuru
|
a998db0570
|
add fetch conversations in the delete callbacks
|
2023-10-09 16:30:09 +05:30 |
|
staticGuru
|
036297ef36
|
Merge branch 'main' of https://github.com/staticGuru/DocsGPT into chatroom-rename-#495
|
2023-10-09 14:58:21 +05:30 |
|
staticGuru
|
b8539122ed
|
add the update conversation callbacks
|
2023-10-09 12:48:48 +05:30 |
|
Soumyadipto Pal
|
b1f863cc4d
|
Update Navigation.tsx
|
2023-10-08 23:59:08 +05:30 |
|
staticGuru
|
5c9d11861e
|
add the coversation tile in the chat section
|
2023-10-08 22:08:19 +05:30 |
|
Alex
|
ad1401854c
|
Merge pull request #448 from SoumyadiptoPal/newBranch
Updated navigation bar and also added icons
|
2023-10-08 00:27:58 +01:00 |
|
Daniel Shuy
|
b983095e13
|
Fix About page to Conversation navigation
|
2023-10-07 22:47:21 +08:00 |
|
Aditya Gupta
|
943bf477a0
|
Fix: Conversations tabs overlapping
|
2023-10-06 23:37:23 +05:30 |
|
staticGuru
|
0a8ba068c4
|
remove the unwanted whitespace
|
2023-10-06 17:04:25 +05:30 |
|
staticGuru
|
a2bb70aaec
|
Source selection overflow issues
|
2023-10-06 16:51:35 +05:30 |
|
Soumyadipto Pal
|
42739bbb61
|
Merge branch 'main' into newBranch
|
2023-10-06 02:36:49 +05:30 |
|
SoumyadiptoPal
|
261c9eefe1
|
Updated navigation bar and also added discord and github icons
|
2023-10-06 02:10:21 +05:30 |
|
Alex
|
aa9a024ee1
|
Merge branch 'main' into changing_discord_github_icons
|
2023-10-05 16:33:18 +01:00 |
|
Ankit Matth
|
6154a8169b
|
Replace Discord & Github Icons
|
2023-10-05 19:53:37 +05:30 |
|