74 Commits

Author SHA1 Message Date
a30f2020c4 Fix 2025-06-12 06:16:38 +09:00
ba269ff064 Update 2025-06-12 06:07:25 +09:00
51f5c89161 Add license notice for VOICEVOX 2025-06-12 06:00:26 +09:00
6e2700fe3d Some fixes 2025-06-11 23:03:40 +09:00
653425bf34 Fix dark mode 2025-06-09 16:29:27 +09:00
d21c2356f3 Support dark mode in the frontend 2025-06-09 11:52:58 +09:00
27004f0cef Update 2025-06-09 08:44:59 +09:00
abe4f18273 Update 2025-06-09 08:35:24 +09:00
e9e9a276c9 Add pagination to feed list 2025-06-09 08:11:22 +09:00
67681771aa Fix 2025-06-09 00:40:41 +09:00
ac879b243d Update 2025-06-09 00:34:59 +09:00
95165d2878 Update 2025-06-09 00:31:11 +09:00
fad8cefdc8 Update 2025-06-09 00:26:21 +09:00
2a81654d16 Remove category list component 2025-06-08 22:28:33 +09:00
e8c2313f06 Update RSSEndpoints component 2025-06-08 22:21:48 +09:00
b7f3ca6a27 Add searching feature 2025-06-08 21:53:45 +09:00
cd0e4065fc Update category management and RSS endpoint handling 2025-06-08 21:50:31 +09:00
f34c601ec0 Update 2025-06-08 17:48:07 +09:00
be026db3d8 Close #5 2025-06-08 16:35:06 +09:00
bcfc53a098 Fix 2025-06-08 16:09:14 +09:00
a728ebb66c Apply formatting 2025-06-08 15:21:58 +09:00
31fe52f687 Revert "Update"
This reverts commit 0549a61753.
2025-06-07 22:58:38 +09:00
0549a61753 Update 2025-06-07 22:53:52 +09:00
2102ff2b11 Fix? 2025-06-07 22:12:37 +09:00
10612d245a Fix 2025-06-07 21:47:43 +09:00
353843871a Close #2 2025-06-07 19:30:37 +09:00
6830d06ed4 Fix episode player and episode list 2025-06-07 14:24:33 +09:00
53a408d074 Fix episode list 2025-06-07 14:08:42 +09:00
9b18963041 Fix database conflict and update schema 2025-06-07 13:58:08 +09:00
9580740398 Update 2025-06-07 13:45:48 +09:00
46353d46f9 Fix 2025-06-07 10:51:53 +09:00
6ffb7e23d4 Update 2025-06-07 10:13:46 +09:00
986743949f feat: 記事ごとのポッドキャスト生成と新規記事検出システム、モダンUIの実装
- 新規記事検出システム: 記事の重複チェックと新規記事のみ処理
- 記事単位ポッドキャスト: フィード統合から記事個別エピソードに変更
- 6時間間隔バッチ処理: 自動定期実行スケジュールの改善
- 完全UIリニューアル: ダッシュボード・フィード管理・エピソード管理の3画面構成
- アクセシビリティ強化: ARIA属性、キーボードナビ、高コントラスト対応
- データベース刷新: feeds/articles/episodes階層構造への移行
- 中央集権設定管理: services/config.ts による設定統一
- エラーハンドリング改善: 全モジュールでの堅牢なエラー処理
- TypeScript型安全性向上: null安全性とインターフェース改善

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-07 08:47:10 +09:00
d7107a1e0c refactor: use relative paths for API calls 2025-06-05 06:28:24 +09:00
3f3c486f81 feat: 環境変数からAPIエンドポイントを取得するように変更 2025-06-05 06:22:12 +09:00
9cc3e1f66b feat: use audio path for episode player and tts file name 2025-06-04 13:52:40 +09:00
1e97a0847e refactor: remove setIsPlaying calls in EpisodePlayer 2025-06-04 13:27:24 +09:00
0644ac66b7 feat: fix typescript errors 2025-06-04 13:26:59 +09:00
8bca7473ff feat: add isPlaying state to EpisodePlayer 2025-06-04 12:19:58 +09:00
940e5c3906 - fix: resolve TypeScript errors in EpisodePlayer and podcast service 2025-06-04 12:17:53 +09:00
ac8dd91b7f feat: migrate to vite and hono 2025-06-04 11:46:50 +09:00
bcaef4cd4c feat: add isPlaying state to EpisodePlayer component 2025-06-04 11:35:06 +09:00
93a5ff140f refactor: remove unused isPlaying state and use arrayBuffer 2025-06-04 11:31:08 +09:00
56320f125b feat: fix TypeScript errors and improve code quality 2025-06-04 11:30:12 +09:00
a93cfd201d feat: Apply fixes for type errors and unused variables 2025-06-04 11:29:18 +09:00
020505b821 fix: explicitly include react/jsx-runtime in vite config 2025-06-04 11:15:29 +09:00
c28363bc9f refactor: remove unnecessary React import in layout.tsx 2025-06-04 11:14:59 +09:00
5644b79336 feat: fix frontend build error by updating index.html and vite.config.ts 2025-06-04 11:14:13 +09:00
892e959dce fix: correct static file serving and entry point 2025-06-04 11:13:14 +09:00
34e9c33484 refactor: configure vite and next.js for correct module loading 2025-06-04 11:11:45 +09:00