Commit Graph

10 Commits

Author SHA1 Message Date
hanhan ffa364c755 fix: remove MySQL from docker-compose, use external database service 2026-04-13 00:14:23 +08:00
hanhan 875743369d feat: add Docker deployment support
- Add multi-stage Dockerfile for Next.js standalone build
- Add docker-compose.yml with app and MySQL 8.0 services
- Add .dockerignore for optimized builds
- Update next.config.ts with standalone output
2026-04-13 00:13:24 +08:00
hanhan 12f7114f7d feat: add context menu for individual dish AI translation
- Add right-click/click context menu on dishes in the main table
- Menu includes 'AI 翻译 (Beta)' option
- Translates single dish and updates the display immediately
- Clicking outside closes the context menu
2026-04-13 00:09:41 +08:00
hanhan 19695cc38b feat: apply untranslated color setting to frontend display
- Use exportConfig.untranslatedColor for untranslated dish names in UI
- Ensures consistent color between export and frontend display
2026-04-13 00:04:16 +08:00
hanhan 818792abac feat: implement second page header in export
- Add multi-section support when secondPageHeader is enabled
- Each page gets its own header row when content spans multiple pages
- Only applies when days exceed estimated page capacity
2026-04-13 00:01:52 +08:00
hanhan 4586649131 fix: fetch latest export config before export
- Call /api/config endpoint at export start to get latest settings
- Ensures export uses user's most recent configuration changes
2026-04-12 23:57:33 +08:00
hanhan 030fce2813 feat: add export settings for Word document generation
- Add export configuration (untranslated text color, page orientation)
- Add second page header option for multi-page exports
- Integrate export settings into main export flow
- Separate export settings page with visual preview
2026-04-12 23:54:00 +08:00
hanhan a249fb038c feat: add recipe translation tool with AI translation and settings management
- Add Word document parsing and translation export
- Add database configuration management
- Add AI/LLM translation configuration
- Add translation vocabulary management
- Add export settings (colors, page orientation, headers)
- Separate database and AI configurations
- Add debounced search to prevent database overload
2026-04-12 23:50:54 +08:00
hanhan 57e119635e feat: initial commit 2026-04-12 17:19:14 +08:00
hanhan ed1282c853 Initial commit from Create Next App 2026-04-12 17:16:31 +08:00