mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
reduce edge pages even more
This commit is contained in:
@@ -60,7 +60,7 @@ export class CiphersComponent extends BaseCiphersComponent implements OnInit, On
|
|||||||
private folderService: FolderService, private collectionService: CollectionService,
|
private folderService: FolderService, private collectionService: CollectionService,
|
||||||
private analytics: Angulartics2, private platformUtilsService: PlatformUtilsService) {
|
private analytics: Angulartics2, private platformUtilsService: PlatformUtilsService) {
|
||||||
super(cipherService);
|
super(cipherService);
|
||||||
this.pageSize = platformUtilsService.isEdge() ? 40 : 100;
|
this.pageSize = platformUtilsService.isEdge() ? 25 : 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
async ngOnInit() {
|
async ngOnInit() {
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ export class GroupingsComponent extends BaseGroupingsComponent implements OnInit
|
|||||||
private syncService: SyncService, private analytics: Angulartics2,
|
private syncService: SyncService, private analytics: Angulartics2,
|
||||||
private platformUtilsService: PlatformUtilsService) {
|
private platformUtilsService: PlatformUtilsService) {
|
||||||
super(collectionService, folderService);
|
super(collectionService, folderService);
|
||||||
this.noFolderListSize = platformUtilsService.isEdge() ? 40 : 100;
|
this.noFolderListSize = platformUtilsService.isEdge() ? 25 : 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
get showNoFolderCiphers(): boolean {
|
get showNoFolderCiphers(): boolean {
|
||||||
|
|||||||
Reference in New Issue
Block a user