innocenzi Β· GitHub

@innocenzi

@innocenzi

@coderabbitai

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▢️ Resume reviews
  • πŸ” Trigger review
πŸ“ Walkthrough

Walkthrough

This PR adds configurability to the input behavior of the DashboardSearch component. A new optional input prop is introduced that accepts either false to hide the input or an InputProps-compatible configuration object (excluding modelValue and defaultValue). The prop is forwarded into the component's command palette bindings, and the template updates to use this configuration or fall back to { fixed: true } when not specified.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

πŸš₯ Pre-merge checks | βœ… 5 βœ… Passed checks (5 passed)
Check name Status Explanation
Description check βœ… Passed The description clearly explains the changes: fixing an issue with :icon="false" not working and forwarding the input property to allow configuration of the underlying Input component.
Docstring Coverage βœ… Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check βœ… Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check βœ… Passed Check skipped because no linked issues were found for this pull request.
Title check βœ… Passed The title accurately describes the main change: adding the ability to forward input configuration from DashboardSearch to the command palette component.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches πŸ§ͺ Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❀️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

coderabbitai[bot]

@vercel

@innocenzi

coderabbitai[bot]

@vercel

@innocenzi

@innocenzi

@vercel

@innocenzi

coderabbitai[bot]

@vercel

@innocenzi

@vercel

…palette

@benjamincanac benjamincanac changed the title feat(command-palette): allow configuring input feat(ContentSearch/DashboardSearch): forward input config to command palette

Jun 5, 2026

@vercel

benjamincanac

@benjamincanac

Read the original on github.com β†—