From 7b8bb92d60536eb80cc3379c71aa28e8c692c994 Mon Sep 17 00:00:00 2001 From: waterplea Date: Mon, 16 Mar 2026 09:57:46 +0400 Subject: [PATCH 01/23] chore: fix --- .../setup-wizard/src/app/pages/home.page.ts | 6 +- .../src/app/pages/success.page.ts | 88 +++++++++---------- web/projects/setup-wizard/src/styles.scss | 4 - .../start-tunnel/src/app/app.config.ts | 2 +- .../app/routes/home/components/placeholder.ts | 35 ++++++++ .../src/app/routes/home/routes/devices/add.ts | 4 +- .../app/routes/home/routes/devices/index.ts | 40 ++++++--- .../routes/home/routes/port-forwards/add.ts | 4 +- .../home/routes/port-forwards/edit-label.ts | 11 +-- .../routes/home/routes/port-forwards/index.ts | 25 ++++-- .../app/routes/home/routes/subnets/index.ts | 39 +++++--- .../src/app/services/update.service.ts | 25 ++---- web/projects/start-tunnel/src/styles.scss | 24 +++-- .../services/routes/outlet.component.ts | 1 + web/projects/ui/src/styles.scss | 3 +- 15 files changed, 191 insertions(+), 120 deletions(-) create mode 100644 web/projects/start-tunnel/src/app/routes/home/components/placeholder.ts diff --git a/web/projects/setup-wizard/src/app/pages/home.page.ts b/web/projects/setup-wizard/src/app/pages/home.page.ts index 578b9c641..f11fda363 100644 --- a/web/projects/setup-wizard/src/app/pages/home.page.ts +++ b/web/projects/setup-wizard/src/app/pages/home.page.ts @@ -16,7 +16,7 @@ import { StateService } from '../services/state.service' @@ -24,7 +24,7 @@ import { StateService } from '../services/state.service' } @@ -165,10 +165,10 @@ import { StateService } from '../services/state.service' (click)="openLocalAddress()" > -
- {{ 'Open Local Address' | i18n }} -
{{ lanAddress }}
-
+ + {{ 'Open Local Address' | i18n }} + {{ lanAddress }} +