rework installing page and add cancel install button (#2915)

* rework installing page and add cancel install button

* actually call cancel endpoint

* fix two bugs

* include translations in progress component

* cancellable installs

* fix: comments (#2916)

* fix: comments

* delete comments

* ensure trailing slash and no qp for new registry url

---------

Co-authored-by: Matt Hill <mattnine@protonmail.com>

* fix raspi

* bump sdk

---------

Co-authored-by: Aiden McClelland <me@drbonez.dev>
Co-authored-by: Alex Inkin <alexander@inkin.ru>
This commit is contained in:
Matt Hill
2025-04-30 13:50:08 -06:00
committed by GitHub
parent 5c473eb9cc
commit e6f0067728
37 changed files with 431 additions and 269 deletions

View File

@@ -361,8 +361,8 @@ export const ENGLISH = {
'Drive partition does not contain a valid backup': 359,
'Backup Progress': 360,
'Complete': 361,
'Backing up': 362,
'Waiting': 363,
'backing up': 362,
'waiting': 363,
'Backup made': 364,
'Restore selected': 365,
'Initializing': 366,
@@ -492,4 +492,9 @@ export const ENGLISH = {
'german': 490,
'english': 491,
'Start Menu': 492,
'Install Progress': 493,
'Downloading': 494,
'Validating': 495,
'in progress': 496,
'complete': 497,
} as const