diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-16 15:54:16 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-16 15:54:16 +0300 |
| commit | e49ecfe601c924fa68671477331a860acf8a62f7 (patch) | |
| tree | c57ad6ef1b982f7f0c50cd7b123a4a52c44d6b05 /GUI.md | |
| parent | 7187e7464f16a9d2991ba2da3c672fdb3cf5de72 (diff) | |
feat: add concurrent processing, queue system, and UI improvements
- Implement concurrent word processing with background queue
- Add processing statistics showing active tasks and total cards
- Enable circular navigation through cards
- Fix card deletion to update total count correctly
- Add version number to GUI window title
- Prevent unwanted UI reloads for background-processed cards
- Enable immediate audio playback before image generation completes
- Update 'Keep & Continue' button to 'New Word'
- Improve queue status tracking for all processing operations
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'GUI.md')
| -rw-r--r-- | GUI.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ The GUI provides: - Audio player with play controls - Translation display - **Bottom Section**: Action buttons - - "Keep & Continue" - saves the current card + - "New Word" - saves the current card and clears for a new word - "Regenerate Image" - gets a new image - "Regenerate Audio" - generates with a different voice - "Regenerate All" - regenerates everything |
