From ae5c603c98a2ce5117586f517c7a53733756ad03 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 3 Jun 2023 09:32:04 -0700 Subject: [PATCH 1/3] Update environment.prod.ts --- src-ui/src/environments/environment.prod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/environments/environment.prod.ts b/src-ui/src/environments/environment.prod.ts index 8c9a5eeff..496cd0766 100644 --- a/src-ui/src/environments/environment.prod.ts +++ b/src-ui/src/environments/environment.prod.ts @@ -5,7 +5,7 @@ export const environment = { apiBaseUrl: document.baseURI + 'api/', apiVersion: '3', appTitle: 'Paperless-ngx', - version: '1.15.0', + version: '1.15.0-dev', webSocketHost: window.location.host, webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:', webSocketBaseUrl: base_url.pathname + 'ws/', From 5e67aae83b038dc486025f06c4b90b9836f39c2d Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 3 Jun 2023 11:07:02 -0700 Subject: [PATCH 2/3] Fix incorrect colors after last bootstrap update --- src-ui/src/styles.scss | 1 + src-ui/src/theme.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src-ui/src/styles.scss b/src-ui/src/styles.scss index 804459e5a..0c29026d2 100644 --- a/src-ui/src/styles.scss +++ b/src-ui/src/styles.scss @@ -452,6 +452,7 @@ ul.pagination { table.table { color: var(--bs-body-color); + --bs-table-bg: var(--bs-light-rgb); .des,.asc { background-color: var(--bs-body-bg) !important; diff --git a/src-ui/src/theme.scss b/src-ui/src/theme.scss index a0f141c2b..b40ab2ff2 100644 --- a/src-ui/src/theme.scss +++ b/src-ui/src/theme.scss @@ -58,6 +58,7 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml, Date: Sat, 3 Jun 2023 16:03:00 -0700 Subject: [PATCH 3/3] other minor css fixes after bootstrap update --- .../document-card-small/document-card-small.component.html | 2 +- src-ui/src/theme.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html index f61d586c8..3f23d99f9 100644 --- a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html +++ b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html @@ -52,7 +52,7 @@
-
+
Created: {{ document.created | customDate }} Added: {{ document.added | customDate }} Modified: {{ document.modified | customDate }} diff --git a/src-ui/src/theme.scss b/src-ui/src/theme.scss index b40ab2ff2..e3a90238f 100644 --- a/src-ui/src/theme.scss +++ b/src-ui/src/theme.scss @@ -243,6 +243,10 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,