You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These components are not great from a UI perspective. They currently are just a styled div. We should refactor to ideally be a shadcn component (if nothing exists, you can make one from scratch. This is a last resort though). The goal is to have these contain smooth transitions when opening. I also like how OpenAI manages sending the actions, where clicking on an option converts it to an arrow button you need to click again to actually trigger the request. (see video)
We should also make it a shared component for code & writing quick actions, instead of two unique components.
The text was updated successfully, but these errors were encountered:
These components are not great from a UI perspective. They currently are just a styled div. We should refactor to ideally be a shadcn component (if nothing exists, you can make one from scratch. This is a last resort though). The goal is to have these contain smooth transitions when opening. I also like how OpenAI manages sending the actions, where clicking on an option converts it to an arrow button you need to click again to actually trigger the request. (see video)
We should also make it a shared component for code & writing quick actions, instead of two unique components.
The text was updated successfully, but these errors were encountered: