Skip to content

fix: Connections tab not rendered — ConnectionManager wired into SettingsModal - #86

Merged
ajianaz merged 1 commit into
developfrom
fix/connections-tab-not-rendered
Jul 1, 2026
Merged

ajianaz merged 1 commit into
developfrom
fix/connections-tab-not-rendered

Conversation

@ajianaz

@ajianaz ajianaz commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

Follow-up to #84 / #85

Bug

The Connections UI (from #84 Remote Connection Manager) was never visible.
ConnectionManager.svelte was embedded in SettingsView.svelte, but
SettingsView is orphan dead code — no file imports it. The app renders
SettingsModal.svelte, whose tabs were corin / general / data / agents
only. Result: no way to reach the Connections section from the UI.

Fix

  • Add a connections tab to SettingsModal.svelte.
  • Render ConnectionManager.svelte under that tab via async import (lazy chunk).
  • Delete the orphan SettingsView.svelte (zero references) to prevent future confusion.

Validation

  • npm run build clean.
  • After merge, manual UI check: Settings → Connections tab → connection cards render.

…ngsModal

PR #84 added ConnectionManager into SettingsView.svelte, but SettingsView is
orphan dead code (never imported). App renders SettingsModal, whose tabs were
corin/general/data/agents only — so the Connections UI never appeared.

- Add 'connections' tab to SettingsModal
- Render ConnectionManager via async import under that tab
- Delete orphan SettingsView.svelte (no references anywhere)
@ajianaz
ajianaz merged commit 19ccf8e into develop Jul 1, 2026
8 checks passed
@ajianaz
ajianaz deleted the fix/connections-tab-not-rendered branch July 1, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant