Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
af93459
fix: resolve codeformatter test failures and compilation errors
vuon9 Mar 3, 2026
4d89529
docs: add faster CI pipeline implementation plan
vuon9 Mar 3, 2026
5cca15a
refactor(spotlight): remove unnecessary error returns, improve tests
vuon9 Mar 3, 2026
d88451b
feat(spotlight): create spotlight window with macOS collection behaviors
vuon9 Mar 3, 2026
80f4f46
fix(spotlight): add Windows HiddenOnTaskbar option
vuon9 Mar 3, 2026
6b16851
docs(spotlight): add comments and improve error handling
vuon9 Mar 3, 2026
7ef7f04
feat(spotlight): add spotlight window frontend components
vuon9 Mar 3, 2026
63d56e0
fix(spotlight): address memory leaks, accessibility, and styling
vuon9 Mar 3, 2026
f4e26ae
build(vite): configure spotlight entry point
vuon9 Mar 3, 2026
1ec980f
feat(spotlight): add navigation handling between spotlight and main w…
vuon9 Mar 3, 2026
f60a578
feat(spotlight): add macOS collection behaviors for spotlight window
vuon9 Mar 3, 2026
2c36b21
fix(spotlight): correct event name mismatch
vuon9 Mar 3, 2026
f3cd123
feat(spotlight): add Open Spotlight tray menu item
vuon9 Mar 3, 2026
d542cb0
fix(spotlight): frameless window, improved styling, Esc to close
vuon9 Mar 3, 2026
0e4f7ff
fix(spotlight): make background more transparent
vuon9 Mar 3, 2026
660a49b
fix(spotlight): more transparent glass background
vuon9 Mar 3, 2026
d7a28e4
docs(spotlight): add implementation plan for spotlight improvements
vuon9 Mar 6, 2026
6f19f44
feat(spotlight): implement system-wide global hotkey with improved UI
vuon9 Mar 6, 2026
7281a5c
feat(spotlight): redesign to match CommandPalette Carbon styling
vuon9 Mar 6, 2026
c9acc31
feat(ui): add settings gear icon to sidebar, fix window title bar vis…
vuon9 Mar 6, 2026
d09cad1
Merge branch 'main' into feature/spotlight-command-palette
vuon9 Mar 6, 2026
96f5eb0
fix(spotlight): fix HTML syntax error and run Prettier formatting
vuon9 Mar 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ A single app for 45+ common development tasks. Works offline, zero setup.

Base64, JWT, JSON formatting, hashing, encoding, escaping, color conversion, regex testing, cron parsing, diff checking, Unix time conversion, barcode generation, mock data, and 30+ more.

**Features Spotlight-like Command Palette:** Press `Cmd+Ctrl+M` (macOS) or `Ctrl+Alt+M` (Windows/Linux) from anywhere to open the floating command palette. Works even over fullscreen apps!

<img width="1552" height="922" alt="DevToolbox interface" src="https://github.com/user-attachments/assets/7dc24777-7330-485a-b6b4-b522739536c0" />

No browser tabs. No data sent to servers. Just open and use.
Expand Down
Loading
Loading