docs(readme): enhance README with getting started guide and visual assets#4
Merged
Scofieldfree merged 7 commits intomainfrom Jan 24, 2026
Merged
Conversation
added 6 commits
January 24, 2026 19:32
- Extract waveform visualization to standalone Waveform.tsx component - Remove unused CheckCheck icon import - Simplify recording state UI with extracted waveform component - Add close button on right side of HUD - Improve layout spacing and alignment
- Add handleCancelSession function in main process - Add CANCEL_SESSION IPC channel - Expose cancelSession API in preload - Simplify HUD cancel handler to use new API
- Check session status after audio conversion - Check session status after ASR transcription - Check session status before text injection - Clean up temp files when session is cancelled
- Add logo and screenshot images - Add GitHub badges (contributors, forks, stars, issues) - Add table of contents with anchor links - Add tech stack section with framework badges - Add star history chart - Improve overall structure and readability
- Add environment prerequisites section - Add installation steps with commands - Fix screenshot alignment with centered wrapper
Contributor
Author
Code reviewFound 2 issues:
voicekey/src/components/HUD.tsx Lines 68 to 72 in b28e990
CLAUDE.md states: "ALWAYS update the README.md after creating/modifying files: New file? Add entry with concise description of its role" This PR adds:
Lines 32 to 41 in b28e990 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Documentation:
Components:
Waveform.tsxfromHUD.tsxfor better separation of concernsFeatures:
Files Changed
README.md,README_EN.md- Documentation enhancementssrc/components/HUD.tsx- Refactored, extracted Waveformsrc/components/Waveform.tsx- New componentelectron/main/main.ts- Session cancellation logicelectron/preload/preload.ts- IPC exposureelectron/shared/types.ts- Type updatesimgs/logo.png,imgs/screenshot.png- New assetsTest plan
🤖 Generated with Claude Code