closes #2340 and #2431, fixes bug with select all for backup (#2780)

* closes #2340 and #2431, fixes bug with select all for backup

* revefrt mock
This commit is contained in:
Matt Hill
2024-11-08 11:57:42 -07:00
committed by GitHub
parent 6ab6502742
commit 1c90303914
6 changed files with 64 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
import { Component } from '@angular/core'
import { ModalController } from '@ionic/angular'
import { map, take } from 'rxjs/operators'
import { map } from 'rxjs/operators'
import { DataModel } from 'src/app/services/patch-db/data-model'
import { PatchDB } from 'patch-db-client'
import { firstValueFrom } from 'rxjs'
@@ -13,7 +13,7 @@ import { getManifest } from 'src/app/util/get-package-data'
})
export class BackupSelectPage {
hasSelection = false
selectAll = false
selectAll = true
pkgs: {
id: string
title: string