Skip to content

feat: restart feedback & tunnel control - #38

Merged
franklinkim merged 2 commits into
mainfrom
feature/tunnel-control
Aug 27, 2026
Merged

feat: restart feedback & tunnel control#38
franklinkim merged 2 commits into
mainfrom
feature/tunnel-control

Conversation

@franklinkim

Copy link
Copy Markdown
Member

Description

Give the menubar tray icon visible feedback on Restart, and let users manually start/stop individual SSH tunnels from the menu.

Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • 💥 Breaking change
  • 📝 Documentation
  • ♻️ Refactoring
  • 🏃 Performance
  • ✅ Tests
  • 🔐 Security
  • 🔧 Build/CI

Changes

  • Restart click now runs asynchronously and holds a disabled/busy tray icon for a minimum 500ms floor, since the underlying Stop+Start cycle typically completes in
    microseconds — too fast to render otherwise.
  • Tunnel rows in the menu are now clickable: listening tunnels () can be stopped, stopped tunnels () can be started, wired to the existing
    StopTunnel/StartTunnel controller methods.
  • Fixed tunnel row address display: the listen port was only shown when the SSH connection was marked ConnConnected, but the SOCKS5 listener binds (and the port
    becomes usable) as soon as the tunnel starts, independent of the lazy SSH dial. Address now shows whenever the tunnel is listening.

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented on my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.

@franklinkim
franklinkim merged commit 0b8ab35 into main Aug 27, 2026
4 checks passed
@franklinkim
franklinkim deleted the feature/tunnel-control branch August 27, 2026 10:21
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