[FEAT] : replaced indivisual slash commands with unified workflow UI#24
Open
not-meet wants to merge 1 commit intoRocketChat:mainfrom
Open
[FEAT] : replaced indivisual slash commands with unified workflow UI#24not-meet wants to merge 1 commit intoRocketChat:mainfrom
not-meet wants to merge 1 commit intoRocketChat:mainfrom
Conversation
Author
|
@dhairyashiil friendly bump on the workflow UI enhancement PR! Replaced multiple commands with a visual interface - much better UX. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #9
Description
In this enhancement based pr i aimed to create a concise workflow UI to provide better UX to users to see their workflows , edit them and delete them
Proposed Changes
/chat-automation delete <id>,/chat-automation enable <id>,/chat-automation disable <id>,/chat-automation notification on <id>,/chat-automation notification off <id>/chat-automation listwhich opens a User interface consisting of all the workflows made with UI and chatsDocumentation
DEMO
Screencast.from.2026-02-11.18-26-18.webm
Screencast.from.2026-02-11.18-24-23.webm
Screencast.from.2026-02-11.18-23-36.webm
NOTE - This really adds a great value in user experience where now user don't have to worry about copy pasting the workflow id or anything to edit or delete the workflow while providing flexibility to make changes in the existing workflows as well .
Kindly review the proposed changes and let me know if any improvements are needed.