feat(start-tunnel): help sidebar, i18n, table sorting; rename Port Forwards to Published Ports#3448
Merged
Conversation
c31128b to
d65c5b9
Compare
…rwards to Published Ports - contextual help sidebar (per-screen + in-dialog) with links to the docs - i18n infrastructure + language switcher; English and Spanish dictionaries - sortable columns on the subnets, devices, published-ports, and DNS tables - rename Port Forwards -> Published Ports across UI + docs (CLI/RPC unchanged); device 'Auto Port Forward' capability -> 'Auto-publish' - DNS 'Name' column -> 'Hostname'; expand subnets/DNS docs Rolled into the unreleased 1.1.0 changelog; no version bump. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
d65c5b9 to
101cac0
Compare
dr-bonez
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
StartTunnel UI + docs feature work, rolled into the unreleased 1.1.0 release (no version bump). Backend/RPC/CLI are untouched; changes are confined to
projects/start-tunnel/(web + docs) plus the i18n check-script split.tuiTable), with numeric comparators for ports/IPs.port-forward/pinhole) and RPC surface are unchanged.Implementation note: start-tunnel keeps its own local i18n dictionaries (like start-wrt), so
check:i18n:tunnelwas added and start-tunnel removed from the sharedcheck-i18nscan.🤖 Generated with Claude Code