zimplexing
e57466c8c1
refactor(logging): implement unified Logger system to replace console calls
...
- Add Logger utility with tagged output and environment-based control
- Configure Babel to remove console calls in production builds
- Replace all console.* calls across stores, services, and components with Logger
- Enable development-only logging with formatted output and component tags
- Optimize production builds by eliminating all logging code
2025-08-15 22:57:38 +08:00
zimplexing
13fade2113
fix(remote-input): resolve cross-page interference between settings and search pages
...
- Add targetPage field to remoteControlStore for message routing
- Update settings page to filter messages by target page
- Update search page to filter messages and pass target context
- Add clearMessage method to prevent duplicate message handling
- Ensure remote input only affects intended target page
2025-08-13 17:28:02 +08:00
zimplexing
d44e9fe9ae
feat: enhance login status management and improve error logging across services
2025-07-15 21:41:38 +08:00
zimplexing
7947a532ec
fix: Update error handling in startServer to provide user-friendly message on failure
2025-07-11 18:21:22 +08:00
zimplexing
5f92f76f4b
feat: Enable remote input functionality and enhance settings management for remote control
2025-07-11 18:13:06 +08:00
zimplexing
9e4d4ca242
feat: Support remote input
2025-07-10 22:18:34 +08:00