mateclaw/mateclaw-ui/src/views
matevip 22894ac4b1 perf(channels): split Channels.vue, lazy-load modal, async locales, keep-alive route
- Extract create/edit modal into ChannelEditModal.vue (defineAsyncComponent),
  shrinking Channels.vue from 1438 to 370 lines and dropping ~30KB from the
  initial route chunk.
- Move side-effect logic into composables: useWeixinQrcodePoll (QR + 2s status
  poll, auto-cleanup) and useWecomBotAuth (lazy SDK script with module-level
  promise dedupe). Pure config-JSON helpers move to utils/channelConfigJson.ts.
- Switch i18n locales from static imports to dynamic import keyed by current
  locale; applyLocale becomes async to avoid first-render flicker.
- /channels route opts into keep-alive (meta.keepAlive=true). Channels.vue
  pauses status polling in onDeactivated and resumes in onActivated, with an
  isActive guard to prevent late-resolving timers from leaking after navigation.
- Initial load goes from serial 3-RTT to Promise.all + 4-card el-skeleton.
2026-04-28 11:08:36 +08:00
..
Doctor fix(ui): prevent modals from closing on backdrop click 2026-04-11 18:06:48 +08:00
layout perf(channels): split Channels.vue, lazy-load modal, async locales, keep-alive route 2026-04-28 11:08:36 +08:00
Memory feat(memory): enable Memory Browser tab + audit fixes 2026-04-21 15:28:31 +08:00
Onboarding feat(ux): Phase 1 — onboarding, doctor, templates, navigation convergence 2026-04-09 00:32:35 +08:00
Security feat(auth): password change dialog + workspace member provisioning improvements 2026-04-17 00:11:10 +08:00
Settings feat(stt): DashScope realtime voice + language-aware routing + TalkMode polish 2026-04-26 16:37:55 +08:00
Wiki feat(wiki): download original raw material file 2026-04-26 20:46:52 +08:00
AgentContext.vue fix(wiki): smaller batch-create + resume button for partial generation 2026-04-26 18:42:27 +08:00
Agents.vue feat(skill-market): paginated skill list with search and frosted-glass UI 2026-04-24 06:55:19 +08:00
Channels.vue perf(channels): split Channels.vue, lazy-load modal, async locales, keep-alive route 2026-04-28 11:08:36 +08:00
ChatConsole.vue fix(chat): surface SSE error in retry card and stop poll from wiping local-only failed turn 2026-04-28 00:16:14 +08:00
CronJobs.vue fix(ui): prevent modals from closing on backdrop click 2026-04-11 18:06:48 +08:00
Dashboard.vue refactor(ux): simplify interactions and humanize UI with Jobs-inspired review 2026-04-09 20:56:50 +08:00
Datasources.vue refactor(ui): minimalist login redesign, MCP fixes, Flyway upgrade compatibility 2026-04-11 23:01:08 +08:00
Login.vue feat(auth): password change dialog + workspace member provisioning improvements 2026-04-17 00:11:10 +08:00
McpServers.vue refactor(ui): minimalist login redesign, MCP fixes, Flyway upgrade compatibility 2026-04-11 23:01:08 +08:00
Plugins.vue feat(plugin): Plugin SDK + UI layout improvements 2026-04-13 18:38:03 +08:00
Sessions.vue feat(ui): add mobile responsive layout and fix hardcoded i18n strings 2026-04-05 18:56:41 +08:00
SkillMarket.vue feat(skill-market): bilingual skill display names (nameZh / nameEn) 2026-04-24 06:55:20 +08:00
TokenUsage.vue feat(ui): unify workspace and platform console surfaces 2026-04-09 19:48:17 +08:00
Tools.vue fix(ui): prevent modals from closing on backdrop click 2026-04-11 18:06:48 +08:00