• Joined on 2025-06-28
quaik8 pushed to main at quaik8/sbd2-frontend 2025-09-21 18:19:03 +02:00
d551223566 Merge branch 'tts'
1d2c27abbd feat: enhance loading states with table structure and improve sound type filtering in SoundsPage
41659c9299 feat: add badge to display sound type in SoundCard component
7faf2d38ab feat: add language selection combobox and update TTS dialog for improved language handling
7ac979a4f4 refactor: remove unnecessary reset of selected provider in CreateTTSDialog
Compare 12 commits »
quaik8 pushed to tts at quaik8/sbd2-frontend 2025-09-21 18:18:00 +02:00
1d2c27abbd feat: enhance loading states with table structure and improve sound type filtering in SoundsPage
quaik8 pushed to tts at quaik8/sdb2-backend 2025-09-21 18:17:49 +02:00
d3b6e90262 style: Format code for consistency and readability across TTS modules
quaik8 pushed to tts at quaik8/sbd2-frontend 2025-09-21 15:39:08 +02:00
41659c9299 feat: add badge to display sound type in SoundCard component
quaik8 pushed to tts at quaik8/sdb2-backend 2025-09-21 15:38:39 +02:00
50eeae4c62 refactor: Clean up TTSService methods for improved readability and consistency
quaik8 pushed to tts at quaik8/sdb2-backend 2025-09-21 15:20:30 +02:00
e005dedcd3 refactor: Update supported languages list in GTTSProvider and remove TLD option from schema
quaik8 pushed to tts at quaik8/sbd2-frontend 2025-09-21 15:20:16 +02:00
7faf2d38ab feat: add language selection combobox and update TTS dialog for improved language handling
quaik8 pushed to tts at quaik8/sbd2-frontend 2025-09-21 14:43:32 +02:00
7ac979a4f4 refactor: remove unnecessary reset of selected provider in CreateTTSDialog
quaik8 pushed to tts at quaik8/sdb2-backend 2025-09-21 14:39:45 +02:00
72ddd98b25 feat: Add status and error fields to TTS model and implement background processing for TTS generations
quaik8 pushed to tts at quaik8/sbd2-frontend 2025-09-21 14:39:18 +02:00
92846c6d3a feat: implement TTS event handling for creation, completion, and failure in TTSPage and SocketContext
quaik8 pushed to tts at quaik8/sbd2-frontend 2025-09-21 13:56:54 +02:00
75b52caf85 refactor: update TASK_TYPES to comment out 'credit_recharge' in CreateTaskDialog and SchedulersHeader
quaik8 pushed to tts at quaik8/sdb2-backend 2025-09-21 13:55:29 +02:00
b2e513a915 feat: Add endpoint to retrieve TTS history for the current user and improve request model formatting
quaik8 pushed to tts at quaik8/sdb2-backend 2025-09-21 13:41:10 +02:00
c8b796aa94 refactor: Simplify TTS API endpoints by removing specific paths for generate and history
d5f9a3c736 feat: Run database migrations in a thread pool to avoid blocking during initialization
2b61d35d6a chore: Update dependencies for fastapi, faker, sqlmodel, and uvicorn; add gtts and charset-normalizer packages
5e8d619736 feat: Implement Text-to-Speech (TTS) functionality with API endpoints, models, and service integration
Compare 4 commits »
quaik8 created branch tts in quaik8/sdb2-backend 2025-09-21 13:41:10 +02:00
quaik8 pushed to tts at quaik8/sbd2-frontend 2025-09-21 13:41:00 +02:00
fde19f47c8 refactor: update TTSTable component to improve date formatting and remove Sound ID display
3516f7f205 fix: update TTS API endpoints for consistency in request and history retrieval
Compare 2 commits »
quaik8 pushed to tts at quaik8/sbd2-frontend 2025-09-21 13:31:23 +02:00
d48291f6ed feat: add type filter to SoundsPage for improved sound categorization
quaik8 pushed to tts at quaik8/sbd2-frontend 2025-09-21 13:21:10 +02:00
620418c405 refactor: update TTSHeader component for improved sorting and search functionality
6f477a1aa7 feat: add Text to Speech (TTS) functionality with provider selection, generation, and history management
Compare 2 commits »
quaik8 created branch tts in quaik8/sbd2-frontend 2025-09-21 13:21:10 +02:00
quaik8 pushed to main at quaik8/sdb2-backend 2025-09-20 21:12:00 +02:00
fb0e5e919c fix: Remove GitHub from available OAuth providers list
quaik8 pushed to main at quaik8/sdb2-extension-chrome 2025-09-20 21:00:26 +02:00
95e874e0bb Add private key for Chrome extension authentication and v1 extension