Skip to content

fix(desktop): open provider overlay sheet from command palette#481

Merged
skevetter merged 1 commit into
mainfrom
fix/cmd-k-provider-overlay-sheet
Jun 4, 2026
Merged

fix(desktop): open provider overlay sheet from command palette#481
skevetter merged 1 commit into
mainfrom
fix/cmd-k-provider-overlay-sheet

Conversation

@skevetter

Copy link
Copy Markdown
Contributor

Summary

  • Route /providers/:id now renders ProvidersPage with an auto-opened ProviderSheet, so Cmd+K → provider matches the card-click overlay behavior instead of loading a separate full-page view.
  • ProviderCard no longer owns its own sheet; it emits an onopen callback and the page drives navigation, keeping URLs deep-linkable (/providers/Docker).
  • Closing or deleting from the sheet routes back to /providers.
  • Deletes the now-redundant ProviderDetailPage.svelte (its features — rename, error card, version switching — already live in ProviderSheet).

Route /providers/:id to ProvidersPage with an auto-opened ProviderSheet
so Cmd+K navigation matches card-click behavior instead of loading a
separate full-page view. Removes the now-redundant ProviderDetailPage.
@netlify

netlify Bot commented Jun 4, 2026

Copy link
Copy Markdown

Deploy Preview for devsydev canceled.

Name Link
🔨 Latest commit b49d6dd
🔍 Latest deploy log https://app.netlify.com/projects/devsydev/deploys/6a21ff9c760f830008ab81b2

@coderabbitai

coderabbitai Bot commented Jun 4, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@skevetter, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 31 minutes and 27 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: c328dcac-2425-48ba-a638-b1b31d717ad7

📥 Commits

Reviewing files that changed from the base of the PR and between 4843d28 and b49d6dd.

📒 Files selected for processing (4)
  • desktop/src/renderer/src/App.svelte
  • desktop/src/renderer/src/lib/components/provider/ProviderCard.svelte
  • desktop/src/renderer/src/pages/ProviderDetailPage.svelte
  • desktop/src/renderer/src/pages/ProvidersPage.svelte

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.

@github-actions github-actions Bot added the size/l label Jun 4, 2026
@skevetter
skevetter enabled auto-merge (squash) June 4, 2026 22:51
@skevetter
skevetter merged commit 16c5a0d into main Jun 4, 2026
20 checks passed
@skevetter
skevetter deleted the fix/cmd-k-provider-overlay-sheet branch June 4, 2026 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant