-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add file attachment UI #794
Comments
Probably this is what we should do, but I want to think about it in the larger context of the changes we'll need to support the ongoing DuckDB file stuff too, see #788. We'll need some way to see the files attached to the chat, delete them, etc. as well. |
@humphd , now it makes sense. |
I like the idea of unburying attachments |
By saying "unburying", do you mean that you would like to move it? Or you want to keep it the way it is now? Just a little confused 🙂 |
He means that he likes the idea of moving it out of the options menu. Let's do the following. @mulla028 I'd ask that you:
Do a blog post about it all and link here, so we can come up with a design and approach for our use case. |
Yes, Sir 🫡 |
This is what I got: a blog 🙂 |
I am good with either of your proposals, but I will defer to David if he has any preferences |
@humphd , based on the blog, which design example do you prefer? |
Attach File
icon next to Start Recording
button
Let's start small and build this up piece-by-piece so we can test it and get feedback. In #799 (comment) I've shown how to use some new React Hooks that connect to our filesystems. Let's start by adding a way to display these:
|
@humphd , Got it! |
I will try to find a better approach, I'm not sure about modal window. Claude uses a side bar to show existing files, and imo it looks good. May be I could do it on the right side? |
This is what I mean: keep this simple. Click the paperclip, show the modal, add things there. |
Description
As a user, I want to access
Attach Files
option without pressingOptions
button. Moreover, all modern AI chats provide this option next toText Input Field
. It would improve UX. I could move it next toStart Recording
button.How It Looks Now
Examples How It Looks In Other Platforms
Claude
ChatGPT
The text was updated successfully, but these errors were encountered: