Skip to content

Feature: Add favorite toggle to commands in vicinae settings - #1730

Open
seckinu wants to merge 1 commit into
vicinaehq:mainfrom
seckinu:main
Open

Feature: Add favorite toggle to commands in vicinae settings#1730
seckinu wants to merge 1 commit into
vicinaehq:mainfrom
seckinu:main

Conversation

@seckinu

@seckinu seckinu commented Jul 28, 2026

Copy link
Copy Markdown

Streamlines favoriting the commands you want to use through the settings menu rather than going one by one in the root search view


struct ProviderData {
std::optional<bool> enabled;
std::optional<bool> favorite;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this? Setting a provider as favorite doesn't really mean anything at the moment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants