Commit Graph

332 Commits (2e6a5c05254b132990dd4f0f4bac8a32c2f14b51)

Author SHA1 Message Date
Alex c4176af1ea
Merge pull request #672 from Ankit-Matth/revamp_icon_effects
[feature] : The UI of the feedback icons has been changed.
11 months ago
Ankit Matth 7a2e6e640d
[making required changes] - Update ConversationBubble.tsx 11 months ago
SoumyadiptoPal 9893480089 Made the navbar sticky 11 months ago
Alex 2df32cd9a7
Merge pull request #668 from lakshmi930/fix-small-ui-bugs
Fix something went wrong message bubble
12 months ago
Alex d413d58b47
Merge pull request #652 from rasvanjaya21/main
Enhance backdrop modal effect
12 months ago
Alex 672e14d6ea
Merge pull request #641 from Ankit-Matth/documentation_icon_changed
I have changed icon for Documentation in the left side bar.
12 months ago
Alex 64c83460b9
Merge pull request #656 from Lokendrakushwah12/main
added the 3 cards in hero section with gradient border also its respo…
12 months ago
Alex 74ec3fa7d4
Merge pull request #655 from parthrc/adding-custom-404-page
Added a custom 404 not found page
12 months ago
Alex 0821d7a803
Merge pull request #654 from adarsh-jha-dev/patch-2
Enhanced Hooks with Outside Click Handling and Dark Mode Detection
12 months ago
Ankit Matth 0668fea3b7 Revamp Icon Effects 12 months ago
Yusril A 6f544f56d8
Merge branch 'arc53:main' into main 12 months ago
Lakshmi Narayanan 5556be9cab Fix something went wrong message bubble 12 months ago
Alex 78dd1e1d81
Merge branch 'main' into aboutPage_alignment 12 months ago
Alex 4783685fdb
Merge pull request #650 from SamsShow/main
[Bug]:About section not Aligned.
12 months ago
Alex 81b16aa900
Merge pull request #638 from Bitnagar/fix(frontend)--fix-header-z-index
Fix(frontend):  fix Navigation component z-index for small devices
12 months ago
Lokendra Kushwah ae13e557a7 added the 3 cards in hero section with gradient border also its responsive 12 months ago
unknown a245383f8c Added a custom 404 not found page 12 months ago
Adarsh Jha 78b8d3e41d
Update index.ts 12 months ago
Ankit Matth fcfaa04cc6 About page aligned in center 12 months ago
rasvanjaya21 fe866b2d66 Enhance backdrop modal effect 12 months ago
Saksham Tyagi 3b746c91df Merge branch 'main' of https://github.com/SamsShow/DocsGPT 12 months ago
Saksham Tyagi 06f0129b59 💄 About margin 12 months ago
Alex de29d69efe
Merge pull request #619 from vedant-z/patch-1
fix: Direction of dropdown arrow corrected
12 months ago
Alex f587af1005
Merge pull request #625 from krabbi/prevent_unnecessary_renders
[FE]Prevent unneccessary renders.
12 months ago
Alex 4ed6580e1d
Merge pull request #623 from krabbi/fix_lists_in_converastion
[FE]: Fix render lists in conversation
12 months ago
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
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
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>
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 12 months ago
M Sai Kiran b5d6f0ad36
Update Upload.tsx 12 months ago
M Sai Kiran 03c05a82e4
Merge branch 'arc53:main' into train-button 12 months ago
Alex c969e9c014 fix update and delete bug 12 months ago