Lucas Oliveira
d52829dad7
🎉 feat(frontend): add Accordion component to improve UI/UX
...
🔧 chore(frontend): add keyframes and animations for Accordion component to tailwind.config.js
2023-06-27 17:55:32 -03:00
anovazzi1
019e2b2bb4
refactor(GenericNode): change data.type to data.node.display_name to improve semantics and readability
...
feat(api): add display_name field to APIClassType to provide a human-readable name for the class
2023-06-23 17:06:58 -03:00
Cristhian Zanforlin Lousa
49a2935ab3
🐛 fix(parameterComponent): fix key prop warning by generating random key using new function getRandomKeyByssmm
...
✨ feat(parameterComponent): add support for dynamic rendering of parameter component by grouping data by family
🐛 fix(menuBar): fix DropdownMenuTrigger component by adding asChild prop
🐛 fix(card.tsx): change p tag to div tag to fix accessibility issue
🐛 fix(extraSidebarComponent): fix key prop warning by adding key prop to Tooltip component
✨ feat(utils.ts): add new function getRandomKeyByssmm to generate random keys for components
2023-06-22 19:22:04 -03:00
Cristhian Zanforlin Lousa
c06fdb1f13
Adding daisyUI radialProgress to project
2023-06-20 20:47:05 -03:00
Cristhian Zanforlin Lousa
625f22c024
Adding progress bar on build
2023-06-19 22:45:55 -03:00
dependabot[bot]
7111bee8db
build(deps-dev): bump vite from 4.3.5 to 4.3.9 in /src/frontend
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.3.5 to 4.3.9.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.3.9/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-18 12:05:35 +00:00
Gabriel Luiz Freitas Almeida
f6f9ef5a27
🔧 chore(frontend): update dependencies and formatting in package.json and postcss.config.js
...
🐛 fix(frontend): add missing semicolon in EditFlowSettingsComponent
The package.json and postcss.config.js files were updated to improve formatting and update dependencies. The EditFlowSettingsComponent had a missing semicolon which was added.
🔧 chore: fix formatting issues in multiple files
The changes in this commit are purely cosmetic and do not affect the functionality of the application. The changes include fixing formatting issues such as indentation, whitespace, and semicolons in multiple files. These changes improve the readability and maintainability of the codebase.
2023-06-15 10:20:14 -03:00
Gabriel Luiz Freitas Almeida
010c1b7b50
Merge remote-tracking branch 'origin/NewId' into db
2023-06-14 14:56:46 -03:00
anovazzi1
499ebad8d9
using new uid
2023-06-13 21:45:47 -03:00
Gabriel Luiz Freitas Almeida
c30bc4f2e0
🔥 chore(frontend): remove @radix-ui/react-slot dependency
...
The @radix-ui/react-slot dependency was removed from the package.json file.
2023-06-09 15:52:48 -03:00
Gabriel Luiz Freitas Almeida
79d258d7fa
Merge remote-tracking branch 'origin/dev' into db
2023-06-09 14:51:18 -03:00
Gabriel Luiz Freitas Almeida
61d84d7031
🚀 feat(frontend): add @radix-ui/react-tooltip package to improve user experience
...
The @radix-ui/react-tooltip package has been added to the frontend dependencies to improve the user experience by providing tooltips.
2023-06-09 12:41:15 -03:00
Gabriel Luiz Freitas Almeida
2fc7897787
Merge remote-tracking branch 'origin/mainPage' into db
2023-06-09 06:57:20 -03:00
Gabriel Luiz Freitas Almeida
fae17163c8
🚀 chore(frontend): add esbuild package to improve build performance
...
The esbuild package has been added to the frontend dependencies to improve the build performance of the application.
2023-06-08 16:38:41 -03:00
anovazzi1
1318a813b2
fix bug with development server and some dark mode issues
2023-06-08 16:15:51 -03:00
Cristhian Zanforlin Lousa
741c5a8cd4
Merge branch 'dev' into feat/shadUI
2023-06-08 12:40:09 -03:00
Cristhian Zanforlin Lousa
c9b68f6f7a
Changing to ShadUI, Edge Tooltips and Advanced Dialog
2023-06-08 12:05:32 -03:00
Lucas Oliveira
62b33a19dc
Changes to the menu structure
2023-06-07 19:44:52 -03:00
Cristhian Zanforlin Lousa
3cc8c8e6b5
changing code, export, python modal to shadcn ui
2023-06-07 18:59:11 -03:00
Cristhian Zanforlin Lousa
b8aae5f702
starting migration modals to shadcn
2023-06-06 22:55:15 -03:00
Cristhian Zanforlin Lousa
c797b98984
changing the package.json installation
2023-06-06 18:32:39 -03:00
Cristhian Zanforlin Lousa
39e3196933
Changing layout of edit node modal
2023-06-05 20:07:08 -03:00
Lucas Oliveira
24e205287a
Added header
2023-06-05 07:42:07 -03:00
Cristhian Zanforlin Lousa
02cb94709d
Adding shad tooltip and grouping by class on edges
2023-06-02 17:15:59 -03:00
Cristhian Zanforlin Lousa
7a6c15fc3d
merge fix
2023-05-29 22:19:34 -03:00
Cristhian Zanforlin Lousa
92668daf19
UI Improvements: tooltip, classes icons e icons
2023-05-29 22:11:03 -03:00
Gabriel Almeida
a7749323e4
🔧 chore(frontend): add prettier formatting script to package.json
...
The `format` script has been added to the `package.json` file in the `frontend` directory. This script uses `prettier` to format all files with the extensions `.js`, `.jsx`, `.ts`, `.tsx`, `.json`, and `.md` in the `src` directory. This ensures that the codebase is consistent and follows a standard formatting style.
2023-05-27 13:03:25 -03:00
Gabriel Almeida
c772a4dcdd
🚀 chore(package.json): add vite-plugin-svgr dependency to both root and frontend package.json
...
✨ feat(GenericNode): add ChromaIcon and fix validation status icons
🎨 style(GenericNode): refactor GenericNode component to improve readability
🐛 fix(vite.config.ts): add svgr plugin to the frontend Vite configuration
The vite-plugin-svgr dependency was added to both the root and frontend package.json files to enable the use of SVG files as React components. The GenericNode component was updated to include the ChromaIcon component and to fix the validation status icons. The component was also refactored to improve readability. The svgr plugin was added to the frontend Vite configuration to enable the use of SVG files as React components.
2023-05-27 11:55:41 -03:00
Gabriel Almeida
0da4bf3b60
Merge branch 'dev' into hotfix
2023-05-17 10:59:01 -03:00
Lucas Oliveira
40e08a9a93
Modified attribution position
2023-05-17 04:49:26 -03:00
Sai Vinay G
d0eac5e5a0
Merge branch 'dev' of https://github.com/gsaivinay/langflow into dev
2023-05-12 15:02:26 +00:00
Your Name
2f8a6e3256
migrating to Vite
2023-05-12 14:33:14 +00:00
Lucas Oliveira
97c60eaa5d
Merge branch 'dev' into frontChanges
2023-05-11 13:59:12 -03:00
Lucas Oliveira
5d6d50d537
api modal fixed with code viewer
2023-05-10 15:49:57 -03:00
Your Name
39b965d502
migrating to Vite
2023-05-10 23:30:09 +05:30
anovazzi1
5c2c9b943b
fancy code block implemmented
2023-05-09 19:33:44 -03:00
anovazzi1
aafb14add3
added markdown github extension and latex sintax to the chat
2023-05-09 17:31:30 -03:00
anovazzi1
7f162789a1
improve on markdwon, but image from bot is comming as code block
2023-05-08 18:16:51 -03:00
anovazzi1
055b68a2a2
basic markdown implemented
2023-05-08 15:15:22 -03:00
Gabriel Almeida
5aa71e83fb
chore(frontend): update backend proxy to use container name instead of IP address
2023-04-28 23:33:49 -03:00
Gabriel Luiz Freitas Almeida
5dbca85512
Merge branch 'chat_and_cache' into 186-endpoints-for-node-validation-and-debugging
2023-04-26 01:28:43 -03:00
anovazzi1
4cc2babcf1
bug on file
2023-04-25 21:23:13 -03:00
Gabriel Almeida
ff9a2e6663
feat(frontend): add use-debounce package to dependencies in package.json
2023-04-25 14:39:34 -03:00
anovazzi1
152525decc
chat clear
2023-04-24 23:10:51 -03:00
anovazzi1
b3d5221ac2
added new tailwind dependencies
2023-04-18 15:10:58 -03:00
anovazzi1
6e3f8a89b4
colorized think with ANSI to HTML
2023-04-03 18:39:55 -03:00
anovazzi1
206ab23038
code editor without error warning
2023-03-27 23:04:44 -03:00
anovazzi1
d2088b3204
simple code first implementation
2023-03-27 20:44:03 -03:00
anovazzi1
5f7be7d1a5
error handling with hard reset
2023-03-24 19:40:25 -03:00
anovazzi1
1feb50e5a8
export flow improved, auto-remove api keys and added description when export flow
2023-03-24 17:31:01 -03:00