-
Notifications
You must be signed in to change notification settings - Fork 21
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
[Feature] Exposing a ChatController #39
Comments
Can you give me an example of what you'd like to accomplish here?
You can do that today with the
Please log any bugs along with repro samples against any issues you find with the current approach to focus. What kind of scenario would you like to handle with manual focus management? |
Well I'm filling in files from the Clipboard: https://github.com/DominikStarke/ogre
That might work. What I want to achieve is if the user has something in his clipboard, he can invoke some "quick-actions", like writing a summary, or similar.
I'll upload a video in a different issue. Soft-keyboards can't be hidden on mobile and on navigation once the keyboard loses focus and regains focus, just to be then dropped again, because the route is now out of focus. It makes for a very unpleasent route transition. That's on ios at least.
When running on desktop my app has a simple hotkey, which brings it to front. When this happens I want to focus the input field (like in the video of the repo above). However right now it won't do that if the input isn't focused before the application is hidden. |
I'm sorry. I don't understand. Can you frame it in user actions, the results you'd like to provide to them and how you'd like the AIT to help with that?
Great. If you could log a feature request for that functionality, that would be great. |
Let's say the user goes to a website, this page right here for example.
So far so good, that works already. Ideally I'd like them in the same area as the attachments opened with the file dialog (right over the chat input). I hope this makes it more clear. Here's a short Video: freecompress-Bildschirmaufnahme.2024-12-26.um.22.44.36.mp4 |
so, so your request to add support for the clipboard as an attachment, either manually or automatically? or is it for the app to be able to define custom attachment types? |
have you tried doing this with a messageSender? |
understood. how should this work programatically? |
Easiest solutionToggles to enable / disable the different buttons....
Then it's possible to customize file handling... Easy solutionProbably an
Harder solutionI wanted to avoid calling
We could then have something like Or am I missing something? |
I think it'd be great if the chat exposed a controller for more flexible handling of the following scenarios:
The text was updated successfully, but these errors were encountered: