Skip to content

Add quick access panel, app icon, and App Store fixes#1

Open
JasperNoBoxDev wants to merge 2 commits intodevelopfrom
feature/quick-access-panel
Open

Add quick access panel, app icon, and App Store fixes#1
JasperNoBoxDev wants to merge 2 commits intodevelopfrom
feature/quick-access-panel

Conversation

@JasperNoBoxDev
Copy link
Contributor

Summary

  • Quick Access Panel: Global hotkey (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).
  • App Icon: Hexagonal key design in NoBoxDev brand style, all 10 required macOS sizes (16pt–512pt @2x).
  • App Store Validation Fixes:
    • LSApplicationCategoryType set to public.app-category.utilities in Info.plist
    • App sandbox enabled with network client/server entitlements
    • Full icon set in ICNS-compatible format

New files

  • NBox/HotkeyManager.swift — Carbon global hotkey registration (Cmd+Shift+K)
  • NBox/QuickAccessPanel.swift — Floating NSPanel + SwiftUI search/copy UI

Test plan

  • Press Cmd+Shift+K from any app — panel appears near cursor
  • Type to filter secrets in the panel
  • Click a secret — Touch ID prompt — value copied to clipboard
  • Press Esc or Cmd+Shift+K again to dismiss
  • Clipboard auto-clears after 30 seconds
  • Login-type secrets copy password, API key copies primary key
  • Archive and validate — no LSApplicationCategoryType, sandbox, or icon errors
  • App icon visible in Dock and App Store Connect

🤖 Generated with Claude Code

- 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>
@coderabbitai
Copy link

coderabbitai bot commented Mar 7, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 29500c73-0d2d-455d-a0fe-ea6d70261871

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/quick-access-panel

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

@JasperNoBoxDev
Copy link
Contributor Author

@coderabbitai review

@coderabbitai
Copy link

coderabbitai bot commented Mar 7, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

…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>
JasperNoBoxDev added a commit that referenced this pull request Mar 9, 2026
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant