raycast-linux/src-tauri
ByteAtATime 8852c73f5a
feat(actions): improve keyboard shortcut display
Previously, the logic for displaying keyboard shortcuts was all over the place. This commit creates a single KeyboardShortcut component that is responsible for displaying it. It slightly changes some styles in the Kbd component, and also adds the Tauri `os` plugin to determine whether to display Mac symbols or Windows names. It also maps cmd to Ctrl on Windows.
2025-06-29 11:32:18 -07:00
..
capabilities feat(actions): improve keyboard shortcut display 2025-06-29 11:32:18 -07:00
icons Initial commit 2025-06-10 11:24:18 -07:00
SoulverWrapper feat(soulver): add ResultFormatter for evaluation results 2025-06-29 10:12:05 -07:00
src feat(actions): improve keyboard shortcut display 2025-06-29 11:32:18 -07:00
.gitignore chore: ignore tauri sidecar binaries 2025-06-15 12:53:10 -07:00
build.rs feat(calculator): initialize basic SoulverCore library 2025-06-28 20:08:43 -07:00
Cargo.lock feat(actions): improve keyboard shortcut display 2025-06-29 11:32:18 -07:00
Cargo.toml feat(actions): improve keyboard shortcut display 2025-06-29 11:32:18 -07:00
tauri.conf.dev.json feat: add dev tauri config 2025-06-18 19:53:15 -07:00
tauri.conf.json feat(calculator): initialize basic SoulverCore library 2025-06-28 20:08:43 -07:00