Uh oh!
There was an error while loading. Please reload this page.
POC: Minimal example of actions API - #1396
Conversation
Uh oh!
There was an error while loading. Please reload this page.
1c52563 to
db475acCompareThis is intended for the comments app to register the "write comment" action. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
db475ac to
49db875CompareSigned-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
49db875 to
6b4e467Comparesusnux
commented
Nov 15, 2023
See nextcloud/server#41483 for comments part |
susnux
commented
Nov 15, 2023
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.