Conversation
Owner
tzzs
commented
Mar 13, 2026
- Implement new IPC channel for logging to file from renderer
- Add debug utility with log level support (info, warn, error)
- Replace console calls with new debug utility in settings page
- Update tsconfig for ESM module system compatibility
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
- 完整翻译所有章节为简体中文 - 添加测试命令详细说明 - 补充 TypeScript 严格模式配置 feat: 添加 PowerShell 脚本工具 - cleanup.ps1: 清理脚本 - task.ps1: 任务管理脚本
Add i18n support using i18next library with English and Chinese translations Implement language switcher component and settings integration Add theme management system with light/dark/system modes Update all UI text to use translation keys Create translation files for en-US and zh-CN Add settings store for persisting user preferences
Add refresh callback registration and triggering mechanism to automatically update UI components when language changes. This eliminates the need for page reloads and ensures all relevant components refresh their content. Modified pages (backup, history, main, settings) to register their refresh functions. The i18n module now triggers all registered callbacks after language change completes.
refactor(ipc): wrap all handlers with logging and error handling perf(menu): optimize badge preloading with Promise.all style(logging): add detailed logging throughout the application
Add description text for theme and language settings in both zh-CN and en-US locales. Move hardcoded strings to translation files and implement refresh callback for admin status text.
- Implement new IPC channel for logging to file from renderer - Add debug utility with log level support (info, warn, error) - Replace console calls with new debug utility in settings page - Update tsconfig for ESM module system compatibility
- Delete coverage directory and its contents - Add coverage directory to gitignore - Update test files with debug logger and invalidateCache mock
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.