-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/UI updates - Reorganizing Chatflow Dashboard #1231
Conversation
…icate additional.
…ons - delete, rename, clone and export
…nding changes to table display and table search
Interesting! Hit an enter after you type in a category. That should add a tag (displayed above the text field). Found 2 issues, thanks to your review comment: when the user clicks on submit without hitting enter (tag is not added) and secondly, the server was failing as the chatflowpool was undefined (no flow was opened, and the user tries to rename / set category on an existing chatflow). Fixes are done, tested and added to the PR. |
…licks the submit without hitting enter and (2) server side error when the update/rename is attempted before any flow is opened
All additions/updates are done, and the PR can be considered complete. |
@vinodkiran let me know if you have any outstanding questions/issues before merging |
Nope, please go ahead with the merge. |
# Conflicts: # packages/server/src/database/migrations/mysql/index.ts # packages/server/src/database/migrations/postgres/index.ts # packages/server/src/database/migrations/sqlite/index.ts
awesome thanks @vinodkiran ! |
Feature/UI updates - Reorganizing Chatflow Dashboard
No description provided.