Skip to content

feature(ts-api): add Detail view with built-in search input #1073

@sevnx

Description

@sevnx

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.

Image

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.

Image

Which would be an improvement over the current thing I have :

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions