-
Notifications
You must be signed in to change notification settings - Fork 66
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
POC: Minimal example of actions API #1396
Conversation
1c52563
to
db475ac
Compare
This is intended for the comments app to register the "write comment" action. Signed-off-by: Ferdinand Thiessen <[email protected]>
db475ac
to
49db875
Compare
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
49db875
to
6b4e467
Compare
See nextcloud/server#41483 for comments part |
Closed in favor of #1416 |
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! |
This is a minimal example how an API could look like to register actions for the Activity sidebar.
For example it could be used to register the comment input action on the activity tab.
See code or this example how the usage would look like:
This example looks bad, because no styling is done but it works:
Of cause you could simply mount the comment app's input component, no big adjustments needed.