Add new ai chat button, tweak ai navigation #2272
Reference in New Issue
Block a user
Delete Branch "new-ai-chat-button"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've been playing with the AI chat a bit, and some of the navigation of it all kept tripping me up so I thought I'd suggest a couple of improvements!
bugbot run
Bug: Tailwind Padding Class Error
The Tailwind class string was changed to "md:p4". This is not a valid Tailwind class name (it should be "md:p-4"), so the intended medium-screen padding will not be applied, leading to layout/spacing issues.
app/views/chats/new.html.erb#L1-L245dbe79eba/app/views/chats/new.html.erb (L1-L2)Fix in Cursor
Was this report helpful? Give feedback by reacting with 👍 or 👎
@ahatzz11 I think I agree with this regarding the "back" arrow vs. menu. At least to my brain, hitting a "back arrow" would mean, "Take me back to the menu".
@justinfar is there an interaction flow you've got planned out down the road where we'll need to keep the existing UI flow? Or is this change good to go?
bugbot run
In terms of:
All good re that
In terms of tweaking the navigation and adding a back button on the recent chat and removing it within the Chats view, I'm also fine with that. The only point I wanted to make here is that I'd retain the menu icon (instead of using the left arrow) as that's meant to signify "All chats", instead of "Go back to Chats".
Other than that good to go on these changes!
@justinfar @zachgoll all fixed! Icon is the proper size - the 'back' button is now the menu button to go back to the list. I personally still find this a bit odd, but we can keep that one!