Add quick access panel, app icon, and App Store fixes#1
Add quick access panel, app icon, and App Store fixes#1JasperNoBoxDev wants to merge 2 commits intodevelopfrom
Conversation
- Global hotkey (Cmd+Shift+K) opens a floating panel near cursor for quick secret search, Touch ID, and copy to clipboard - Auto-clears clipboard after 30s, smart extraction for structured types (password from login, primary from api_key) - App icon: hexagonal key in NoBoxDev style (all macOS sizes) - Fix App Store validation: LSApplicationCategoryType in Info.plist, app sandbox enabled with network entitlements Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
…ding links Touch ID dialogs now show descriptive reasons (e.g. "Reveal value for ...") instead of the generic "NBox needs to authenticate to continue." Also adds No-Box-Dev links to the footer and onboarding, and removes unused ContentView. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Summary
Cmd+Shift+K) opens a floating panel near the cursor to search and copy secrets with Touch ID. Clipboard auto-clears after 30s. Smart extraction for structured types (password from login, primary key from api_key).LSApplicationCategoryTypeset topublic.app-category.utilitiesin Info.plistNew files
NBox/HotkeyManager.swift— Carbon global hotkey registration (Cmd+Shift+K)NBox/QuickAccessPanel.swift— Floating NSPanel + SwiftUI search/copy UITest plan
Cmd+Shift+Kfrom any app — panel appears near cursorCmd+Shift+Kagain to dismiss🤖 Generated with Claude Code