Rename product to Harbor and refine connection timer
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 12s
Build and Deploy Gateway / deploy (push) Successful in 1s

This commit is contained in:
2026-07-11 13:20:32 +03:00
parent 42c15df8c9
commit 84efbe7450
9 changed files with 305 additions and 45 deletions

View File

@@ -30,7 +30,7 @@ function App() {
}, []);
useEffect(() => {
if (state?.mode) document.title = state.mode === 'gateway' ? 'Gateway' : 'Proxy';
if (state?.mode) document.title = state.mode === 'gateway' ? 'Harbor Gateway' : 'Harbor Connect';
}, [state?.mode]);
async function run(action) {
@@ -79,7 +79,7 @@ function App() {
});
}
if (!state) return <div className="app-loading">VPN</div>;
if (!state) return <div className="app-loading">Harbor</div>;
return (
<div className="app client-app">