-
-
Notifications
You must be signed in to change notification settings - Fork 165
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I'm working on an AI extension for Vicinae, I saw the work on extensions/86 but want to support multiple providers + provide other features.
One of those is a replication Raycast's quick AI feature, a simple interface to ask a question and get an instant answer without a chat conversation interface.
I feel like the current component combinations don't provide a suitable solution for this use case.
Describe the solution you'd like
A new component combining a search/input bar with a view, basically with a built-in search bar, without the List sidebar overhead. The search bar would be at the top, with the detail content streaming below. It would look something like this.
Which would be an improvement over the current thing I have :
Describe alternatives you've considered
<List>+<List.Item.Detail>– The sidebar clutters the interface for single-query use cases<Form>– Doesn't occupy the space well, and just feels like it doesn't match what I am looking for visually.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request