34 Commits

Author SHA1 Message Date
shamoon
6cbf30991d Migrate frontend prefix to -pngx 2023-09-14 14:51:02 -07:00
shamoon
c80c3b3374 Frontend better handle slow backend requests 2023-09-08 19:49:54 -07:00
shamoon
181673c9a3 frontend unit tests
toasts component testing

conditional import of angular setup-jest for vscode-jest support

Update jest.config.js

Create open-documents.service.spec.ts

Add unit tests for all REST services

settings service test

Remove component from settings service test

Create permissions.service.spec.ts

upload documents service tests

Update package.json

Create toast.service.spec.ts

Tasks service test

Statistics widget component tests

Update permissions.service.ts

Create app.component.spec.ts

settings component testing

tasks component unit testing

Management list component generic tests

Some management component tests

document notes component unit tests

Create document-list.component.spec.ts

Create save-view-config-dialog.component.spec.ts

Create filter-editor.component.spec.ts

small and large document cards unit testing

Create bulk-editor.component.spec.ts

document detail unit tests

saving work on documentdetail component spec

Create document-asn.component.spec.ts

dashboard & widgets unit testing

Fix ResizeObserver mock

common component unit tests

fix some merge errors

Update app-frame.component.spec.ts

Create page-header.component.spec.ts

input component unit tests

FilterableDropdownComponent unit testing

and found minor errors

update taskservice unit tests

Edit dialogs unit tests

Create date-dropdown.component.spec.ts

Remove selectors from guard tests

confirm dialog component tests

app frame component test

Miscellaneous component tests

Update document-list-view.service.spec.ts

directives unit tests

Remove unused resizeobserver mock

guard unit tests

Update query-params.spec.ts

try to fix flaky playwright

filter rules utils & testing

Interceptor unit tests

Pipes unit testing

Utils unit tests

Update upload-documents.service.spec.ts

consumer status service tests

Update setup-jest.ts

Create document-list-view.service.spec.ts

Update app-routing.module.ts
2023-06-15 23:53:04 -07:00
shamoon
1ea9c37dd1 Only return logs that exist 2023-02-23 14:43:43 -08:00
Frank Strieter
4377d15599 test: remove most of the boilerplate tests 2022-03-23 09:24:07 +01:00
Michael Shamoon
bd4a705769 Prettier code cleanup for .ts files
See #182
2022-03-11 11:58:19 -08:00
Yannic Schroeder
0aaf553acc Migrate Bootstrap utilities to v5
Names of utility classes have changed:
https://getbootstrap.com/docs/5.0/migration/#utilities
2022-02-20 01:25:57 +01:00
Michael Shamoon
2728f8eb9f Redundant call to scroll 2021-03-16 03:08:48 -07:00
Michael Shamoon
0b5be965a6 Don’t remove OnInit 2021-03-16 03:06:20 -07:00
Michael Shamoon
7d56b302a7 Automatically scroll log ouput 2021-03-15 09:56:17 -07:00
Michael Shamoon
2bbcf600da Revert "Reverse log order"
This reverts commit 2e21fbf61991a66be247f73fa2051d7f02206724.
2021-03-15 08:45:33 -07:00
Michael Shamoon
5839a84038 Revert "Side effecting"
This reverts commit 316a2469b82bc9311e9a56a0b30717a045e63584.
2021-03-15 08:45:30 -07:00
Michael Shamoon
9b0c3e1d93 Side effecting 2021-03-15 08:42:10 -07:00
Michael Shamoon
0659a6c93b Reverse log order 2021-03-15 08:38:55 -07:00
Michael Shamoon
4ccf4c91d7 Fix log container taller than viewport 2021-03-15 08:38:47 -07:00
Michael Shamoon
8503f09eda Fix log lines hidden on narrow screens 2021-03-11 16:03:17 -08:00
jonaswinkler
252346aa7a fix log viewer for empty logs 2021-02-06 18:51:31 +01:00
jonaswinkler
46efc14a9d rework of the log viewer 2021-02-06 17:07:25 +01:00
jonaswinkler
d93dd20c7f add configuration option for changing date display in paperless #325 2021-01-17 00:15:45 +01:00
Michael Shamoon
46053a393d Fix log colors in dark mode 2021-01-10 08:36:20 -08:00
jonaswinkler
10deab8fb6 added many localization markers to the front end #123 2020-12-23 15:09:39 +01:00
jonaswinkler
8fbd11d9f8 refactored titles 2020-12-14 20:59:18 +01:00
jonaswinkler
a64138a62e many changes to support server side saved views 2020-12-14 19:26:36 +01:00
jonaswinkler
6a826a80b8 codestyle 2020-12-07 22:17:47 +01:00
jonaswinkler
d8296721bb addresses #106 2020-12-07 22:15:56 +01:00
Jonas Winkler
f07bc1b21e many layout and theme changes 2020-11-22 16:33:26 +01:00
Jonas Winkler
1292a7e120 now using SCSS for better theming support 2020-11-22 14:43:59 +01:00
Jonas Winkler
3af20926ab small things on the front end 2020-11-18 18:39:09 +01:00
Jonas Winkler
fbac5e20f4 fixes log on windows 2020-11-12 10:05:19 +01:00
Jonas Winkler
7ec4e29966 fix logs 2020-11-08 17:11:18 +01:00
Jonas Winkler
a28f914ab5 log filtering 2020-11-02 15:56:14 +01:00
Jonas Winkler
ee43fa9a36 removed group controls for now 2020-11-02 01:34:47 +01:00
Jonas Winkler
66e74d51d1 add a simple log viewer to the front end 2020-11-02 01:26:21 +01:00
Jonas Winkler
8693bee4ac added paperless ui 2020-10-27 01:11:32 +01:00