-
Notifications
You must be signed in to change notification settings - Fork 10.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
[NEW][APPS] Allow Rocket.Chat Apps to register custom action buttons #23679
Conversation
* Show buttons in contexts * Change tabbar filter * Improve room type filter * Remove testing code and refactor IRoom auxiliary functions * Add startup loadButtons * Trigger new UI button interactions (#23798) * Show buttons in contexts * Change tabbar filter * Handle action button interactions in endpoint * Trigger new interaction type on UI buttons
* Handle translation of the buttons names
Hi @d-gubert |
Hey @felipetomm ! I think it would be nice, but what about some docs? https://developer.rocket.chat/apps-engine/fundamentals-of-apps/uikit/action-buttons 😉 😛 |
Nice! Docs have all we need :) Thank you for your attention @d-gubert ! |
Hi Team, Indeed a very useful feature 😍 I just tested this feature & it is working perfectly on browsers but I noticed the action buttons are still not visible on the mobile app. So, any plans on adding support for this on mobile devices too? |
Proposed changes (including videos or screenshots)
Add an action button manager that allows apps to register custom action buttons that trigger interaction callbacks in them
Issue(s)
Steps to test or reproduce
Further comments