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 |
|
Alex
|
de29d69efe
|
Merge pull request #619 from vedant-z/patch-1
fix: Direction of dropdown arrow corrected
|
2023-10-19 07:37:19 -04:00 |
|
Alex
|
f587af1005
|
Merge pull request #625 from krabbi/prevent_unnecessary_renders
[FE]Prevent unneccessary renders.
|
2023-10-19 07:30:56 -04:00 |
|
Alex
|
4ed6580e1d
|
Merge pull request #623 from krabbi/fix_lists_in_converastion
[FE]: Fix render lists in conversation
|
2023-10-19 07:29:02 -04:00 |
|
Alex
|
a1af4f19c5
|
Merge pull request #621 from arc53/dependabot/npm_and_yarn/frontend/babel/traverse-7.23.2
Bump @babel/traverse from 7.20.13 to 7.23.2 in /frontend
|
2023-10-18 11:13:48 -04:00 |
|
Shivam Bhatnagar
|
dbbf39db6d
|
pre-commit hook
|
2023-10-18 10:34:50 +00:00 |
|
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 |
|
Alexander Deshkevich
|
0a717ae82e
|
Prevent unneccessary renders. Update show/hide state of feedback buttons by css instead React
|
2023-10-16 20:13:20 -03:00 |
|
Alexander Deshkevich
|
f9e6751279
|
fix render lists in conversation
|
2023-10-16 18:59:31 -03:00 |
|
Alexander Deshkevich
|
0306f8ec65
|
Fix footer width ob md+ screens
|
2023-10-16 16:35:33 -03:00 |
|
dependabot[bot]
|
c22b014056
|
Bump @babel/traverse from 7.20.13 to 7.23.2 in /frontend
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.13 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-16 17:53:36 +00:00 |
|
Vedant Borkar
|
fa8177d0e5
|
Update Navigation.tsx
|
2023-10-16 19:52:16 +05:30 |
|
Alex
|
fcaabb2c1e
|
Merge pull request #595 from HeetVekariya/main
fix: Remove extra spaces in response
|
2023-10-15 16:44:40 -05:00 |
|
HeetVekariya
|
337d2970a0
|
fix: removed px-2 for source
|
2023-10-15 09:03:28 +05:30 |
|
HeetVekariya
|
3e5bd25c6e
|
fix: removed items-center from conversationBubble.tsx
|
2023-10-15 08:47:55 +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 |
|
Alex
|
fde8de8b9e
|
Merge pull request #558 from MSaiKiran9/train-button
Train button Disabled Before Selecting File
|
2023-10-14 14:43:50 -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 |
|
HeetVekariya
|
c8e6224946
|
fix: else text corrected
|
2023-10-13 09:46:07 +05:30 |
|
HeetVekariya
|
bf11300ab3
|
fix: Remove extra spaces in response
|
2023-10-13 09:33:55 +05:30 |
|
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 |
|
M Sai Kiran
|
993c9b31bd
|
Update Upload.tsx
|
2023-10-12 15:10:26 +05:30 |
|
M Sai Kiran
|
b5d6f0ad36
|
Update Upload.tsx
|
2023-10-12 15:07:48 +05:30 |
|
M Sai Kiran
|
03c05a82e4
|
Merge branch 'arc53:main' into train-button
|
2023-10-12 14:59:08 +05:30 |
|
Alex
|
c969e9c014
|
fix update and delete bug
|
2023-10-11 23:11:08 +01:00 |
|
M Sai Kiran
|
76baa6c5f8
|
Before File Selection Train Disabled 1
|
2023-10-11 09:39:04 +05:30 |
|
M Sai Kiran
|
84c822a0ca
|
Before File Selection Train Button Disabled
|
2023-10-11 09:38:15 +05:30 |
|
Hari Raghav
|
e772dfaa12
|
Merge branch 'arc53:main' into ui-update
|
2023-10-10 17:53:48 +05:30 |
|
hariraghav10
|
f835b14902
|
added autofocus for user chat input
|
2023-10-10 17:22:10 +05:30 |
|
hariraghav10
|
e48df87e06
|
added autofocus feature for chat input div
|
2023-10-10 17:04:05 +05:30 |
|
ManishMadan2882
|
13fabaf6aa
|
bugs fixed
|
2023-10-10 06:01:21 +05:30 |
|
Alex
|
3e2055255e
|
Merge branch 'main' into error-state-#484
|
2023-10-09 23:53:14 +01:00 |
|
Alex
|
64a8857884
|
Merge pull request #529 from staticGuru/chatroom-rename-#495
Chatroom rename feature
|
2023-10-09 23:42:45 +01:00 |
|
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.
|
2023-10-09 23:32:34 +01:00 |
|
staticGuru
|
16df8d803c
|
Fix the error state issues
|
2023-10-09 19:48:35 +05:30 |
|
staticGuru
|
ce7ac78b42
|
add the darkmode in config file
|
2023-10-09 19:48:17 +05:30 |
|
staticGuru
|
a998db0570
|
add fetch conversations in the delete callbacks
|
2023-10-09 16:30:09 +05:30 |
|
staticGuru
|
c79ec45adb
|
Fix the lint issues
|
2023-10-09 16:16:56 +05:30 |
|
staticGuru
|
3753f7d138
|
change the input outline border color
|
2023-10-09 16:12:56 +05:30 |
|
staticGuru
|
a06369dd7b
|
add the checkmark icons
|
2023-10-09 15:19:29 +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
|
129c055fee
|
Change the width in the tile
|
2023-10-09 14:44:43 +05:30 |
|
staticGuru
|
b49e8deb3e
|
add the typescript props interface
|
2023-10-09 14:13:09 +05:30 |
|
staticGuru
|
17264e7872
|
add the outside click listioner
|
2023-10-09 12:50:12 +05:30 |
|
staticGuru
|
022c0c3a89
|
add trash icons changes
|
2023-10-09 12:49:09 +05:30 |
|
staticGuru
|
b8539122ed
|
add the update conversation callbacks
|
2023-10-09 12:48:48 +05:30 |
|
Vaibhav91one
|
4ca906a518
|
bug(front): The text seems to go out of screen when the result is too big, needed some tailwind
|
2023-10-09 10:44:14 +05:30 |
|