-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
✨ Nextcloud-wide mechanism to translate, lengthen text, make more serious, etc. #39478
Comments
Some news: Since the tasks are most likely long, only the async workflow has been implemented yet. Workflow when using the header menu button: vokoscreenNG-2023-08-07_12-08-58.mp4Opening the assistant from another app: vokoscreenNG-2023-08-07_12-19-30.mp4Here is the page showing the results when the notification is clicked on a mobile/desktop client (that can't display the modal): If an app opens the assistant, it gives it some extra info (appId and task identifier) so that when the task finishes, the assistant lets the app decide if the assistant should produce a notification and if the notification should show the "classic" result modal/page or if it should have a custom link target. TODO:
|
I feel like the current logo for the assistant is sort of non-descript, what do you think about using this one instead? https://pictogrammers.com/library/mdi/icon/assistant/ |
@jancborchardt what do you think about that icon? since it has to do with branding as well? :) |
Closing this as it has been done and is shipped already. :) Nice work! |
As an extension to the new text processing OCP API (#38854), we would like to implement a frontend component using this API. It would allow apps to push text content to a UI element that would then let users choose a task to perform. The result would be passed back to the app's frontend.
The event bus could be used to let apps communication with this widget.
The text was updated successfully, but these errors were encountered: