multica/apps/desktop/src/pages
Naiyuan Qing 43d11a6e5d fix(channels): address code review issues
- Fix double useChannels() instantiation: call once in ChannelsPage,
  pass as props to TelegramCard
- Mask bot tokens in channels:getConfig before sending to renderer
- Add input validation (isValidId, token length) on all IPC handlers
- Fix stopAccount() to clean up typingTimer, lastRoute, aggregator,
  and debouncer when stopping the account they belong to
- Add try/catch to stopChannel/startChannel in useChannels hook
- Consistent return type { ok, error? } on channels:stop handler
- Add tooltip hint on disabled Remove button

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 13:05:34 +08:00
..
channels.tsx fix(channels): address code review issues 2026-02-09 13:05:34 +08:00
chat.tsx feat(desktop): implement local chat with direct IPC and mode switching 2026-02-05 17:50:55 +08:00
home.tsx chore(desktop): remove coming soon label from remote agent button 2026-02-05 04:01:30 +08:00
layout.tsx feat(desktop): add Channels configuration page with Telegram support 2026-02-09 12:50:24 +08:00
skills.tsx feat(desktop): add pages for Home, Tools, and Skills with routing 2026-02-03 18:25:36 +08:00
tools.tsx feat(desktop): add pages for Home, Tools, and Skills with routing 2026-02-03 18:25:36 +08:00