ui: eject disks todo

This commit is contained in:
Aaron Greenspan
2021-01-22 15:18:16 -07:00
committed by Aiden McClelland
parent 8c79984e80
commit 5a4e980d31
23 changed files with 35 additions and 115 deletions

View File

@@ -1,3 +1,4 @@
<!-- TODO: EJECT-DISKS, add a check box to allow a user to eject a disk on backup completion. -->
<ion-content>
<div style="height: 85%; margin: 20px; display: flex; flex-direction: column; justify-content: space-between;">
<div>

View File

@@ -1,10 +0,0 @@
.error-message {
--background: var(--ion-color-danger);
margin: 12px;
border-radius: 3px;
font-weight: bold;
}
.legacy-error-message {
margin: 5px;
}

View File

@@ -14,7 +14,7 @@ export class AppBackupConfirmationComponent implements OnInit {
password: string
$error$: BehaviorSubject<string> = new BehaviorSubject('')
// pass this through the modalCtrl once ejecting disks is an option in the UI.
// TODO: EJECT-DISKS pass this through the modalCtrl once ejecting disks is an option in the UI.
eject = true
message: string

View File

@@ -173,4 +173,4 @@ function validate<T> (t: T, test: (t: T) => Boolean, desc: string) {
}
const defaultUninstallationWarning = serviceName => `Uninstalling ${ serviceName } will result in the deletion of its data.`
const defaultUninstallationWarning = serviceName => `Uninstalling ${ serviceName } will result in the deletion of its data.`

View File

@@ -2,4 +2,4 @@
<ion-label>
New EmbassyOS Version {{version | displayEmver}} Available!
</ion-label>
</ion-item>
</ion-item>

View File

@@ -8,4 +8,4 @@ ion-item {
text-align: center;
font-weight: bold;
}
}
}