From: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date: Sat, 2 Jul 2022 07:45:26 +0000 (-0700)
Subject: Update ngbRadioGroups to native buttons
X-Git-Tag: v1.8.0-beta.rc1~43^2
X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1177%2Fhead;p=thirdparty%2Fpaperless-ngx.git
Update ngbRadioGroups to native buttons
---
diff --git a/src-ui/cypress/e2e/documents/documents-list.cy.ts b/src-ui/cypress/e2e/documents/documents-list.cy.ts
index 2dffe4e243..ccce51950c 100644
--- a/src-ui/cypress/e2e/documents/documents-list.cy.ts
+++ b/src-ui/cypress/e2e/documents/documents-list.cy.ts
@@ -67,12 +67,12 @@ describe('documents-list', () => {
})
it('should change to table "details" view', () => {
- cy.get('div.btn-group-toggle input[value="details"]').parent().click()
+ cy.get('div.btn-group input[value="details"]').next().click()
cy.get('table')
})
it('should change to large cards view', () => {
- cy.get('div.btn-group-toggle input[value="largeCards"]').parent().click()
+ cy.get('div.btn-group input[value="largeCards"]').next().click()
cy.get('app-document-card-large')
})
diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
index 3e202dce91..d5eb29e901 100644
--- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
+++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -16,13 +16,11 @@
-
diff --git a/src-ui/src/app/components/document-list/document-list.component.html b/src-ui/src/app/components/document-list/document-list.component.html
index f812be217f..b136a0456e 100644
--- a/src-ui/src/app/components/document-list/document-list.component.html
+++ b/src-ui/src/app/components/document-list/document-list.component.html
@@ -13,23 +13,21 @@
-
-
-