Frontend changes for 036 (#2554)

* new interfaces and remove tor http warnings

* move sigtermTimeout to stopping main status

* lightning, masked, schemeOverride, invert host-iface relationship

* update for new sdk

* update for latest SDK changes

* Update app-interfaces.page.ts

* Update config.service.ts
This commit is contained in:
Matt Hill
2024-02-23 10:38:50 -07:00
committed by GitHub
parent 3bd7596873
commit 87d6684ca7
25 changed files with 1096 additions and 571 deletions

View File

@@ -8,13 +8,8 @@
>
{{ (connected$ | async) ? rendering.display : 'Unknown' }}
<span
*ngIf="
rendering.display === PR[PS.Stopping].display &&
(sigtermTimeout | durationToSeconds) > 30
"
>
this may take a while
<span *ngIf="sigtermTimeout && (sigtermTimeout | durationToSeconds) > 30">
. This may take a while
</span>
<span *ngIf="installProgress">