1126 Commits

Author SHA1 Message Date
shamoon
6790532d8f Merge pull request #454 from schnuffle/pre-commit
Corrections to pass pre-commit hooks
2022-03-23 11:58:02 -07:00
Frank Strieter
5ba5b8c2ee fix code style issues
solve merge conflicts

format code

format code

format code
2022-03-23 09:39:55 +01:00
Frank Strieter
4377d15599 test: remove most of the boilerplate tests 2022-03-23 09:24:07 +01:00
shamoon
dd02c7dea2 Merge pull request #372 from paperless-ngx/feature-bottom-pagination
Feature: Add bottom pagination
2022-03-22 22:58:58 -07:00
shamoon
45eec40ab8 Merge pull request #313 from paperless-ngx/fix-issue-311
Fix #311 unable to click checkboxes in document list
2022-03-22 14:59:34 -07:00
Schnuffle
81c16f6bc0 Corrections to pass pre-commit hooks 2022-03-20 15:58:37 +01:00
Michael Shamoon
16128873ca Allow shorter search strings with Enter key 2022-03-18 23:30:26 -07:00
shamoon
a4852ab515 Merge pull request #415 from paperless-ngx/feature-improved-delay-button
Use progress bar for delayed buttons
2022-03-18 08:51:36 -07:00
Michael Shamoon
7fc11fffe6 Use progress bar for button delay 2022-03-17 14:37:21 -07:00
Michael Shamoon
bdcc68478f Add minimum length to text filter 2022-03-16 08:46:07 -07:00
Michael Shamoon
f74188f564 Add bottom pagination for management lists 2022-03-15 10:17:19 -07:00
Michael Shamoon
1648a7cdf9 Add bottom pagination 2022-03-15 00:58:58 -07:00
Michael Shamoon
882709ee20 Fix filterable dropdown buttons arent translated 2022-03-14 22:40:45 -07:00
Michael Shamoon
552114cd2c rxjs7 compatibility 2022-03-14 16:23:14 -07:00
Michael Shamoon
e08c1b1ed0 Prevent event collision 2022-03-13 08:41:36 -07:00
Michael Shamoon
6156db2e40 Prettier code cleanup for PR #273 2022-03-11 12:00:31 -08:00
Michael Shamoon
bd4a705769 Prettier code cleanup for .ts files
See #182
2022-03-11 11:58:19 -08:00
shamoon
d56c9dc94b Merge pull request #273 from GruberViktor/dev
Added nav buttons in the document detail view
2022-03-11 11:57:03 -08:00
GruberViktor
b1633c4054 remove automatic focus on title in document-detail view
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2022-03-11 20:54:24 +01:00
GruberViktor
0018cdd85f remove text from close-button in the document-detail view
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2022-03-11 20:22:39 +01:00
GruberViktor
6a26c8f4a5 Apply suggestions from code review
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2022-03-11 20:16:53 +01:00
shamoon
5d9482bcfa Merge pull request #253 from paperless-ngx/feature-better-date-keyboard-input
Improve date keyboard input
2022-03-11 10:27:56 -08:00
Viktor
0975c02635 Added nav buttons in the document detail view
Sometimes, when you are looking for a document, you need to go into the document-detail view
to read the pdf. To view the next document in the detail view, normally you would go back and
then click on the next.

Here I added two buttons to the toolbar to traverse throught the documents easily.
2022-03-11 17:35:38 +01:00
Michael Shamoon
6efc312929 Fix enter key was prevented 2022-03-11 08:11:35 -08:00
Michael Shamoon
d06c585f90 Include excluded items in dropdown count 2022-03-11 01:17:19 -08:00
Michael Shamoon
6c1701fa14 semicolons 2022-03-11 01:03:43 -08:00
Michael Shamoon
92c5e2b8dc Fix dropdown inputs 2022-03-11 00:29:59 -08:00
Michael Shamoon
b6a75b6206 Move padding into date formatter 2022-03-11 00:28:06 -08:00
Michael Shamoon
cf18cc940e Limit date input field chars and length 2022-03-11 00:11:59 -08:00
shamoon
37030f89ee Merge pull request #243 from paperless-ngx/css-variables
Custom color theming
2022-03-10 19:26:15 -08:00
Michael Shamoon
89c2a0a037 Allow date dropdowns to use new formatter 2022-03-10 16:48:03 -08:00
Michael Shamoon
548f6a41ae Allow formatting non-padded dates 2022-03-10 15:17:32 -08:00
Michael Shamoon
9aa652661f Fix changing theme incorrectly affects dark mode settings 2022-03-10 13:56:22 -08:00
Michael Shamoon
96ce67c443 Component methods arent really private 2022-03-09 15:43:06 -08:00
Michael Shamoon
964f67c36c Prevent overriding other settings 2022-03-09 15:40:04 -08:00
Michael Shamoon
1658d1aa85 Working conversion 2022-03-09 15:34:26 -08:00
Michael Shamoon
c0fac27576 Converting colors experiment 2022-03-09 15:19:42 -08:00
Michael Shamoon
09b1fb2b76 Allow non-hex color modes from color component 2022-03-09 14:12:39 -08:00
Michael Shamoon
ac435f17a1 Skeleton implementation of color setting 2022-03-09 14:12:28 -08:00
Michael Shamoon
ffc1dee60d Make correspondent links on cards buttons 2022-03-08 16:45:36 -08:00
Michael Shamoon
703a81eb5d fix logo coloring, saved view widget link, card coloring 2022-03-08 16:41:49 -08:00
Michael Shamoon
2b25dd24f0 fix some focus styling 2022-03-08 15:50:10 -08:00
Michael Shamoon
541ab12e3a fix some buttons, focus shadow 2022-03-08 15:22:17 -08:00
Michael Shamoon
6211846e14 Initial conversion to css variables 2022-03-08 14:49:40 -08:00
Michael Shamoon
4717057a16 Allow esc key clearing, autofocus on management lists 2022-03-07 09:45:58 -08:00
Michael Shamoon
92a1b9d7f9 Page parameter breaks filtering on mangement pages
Closes #225
2022-03-07 09:45:39 -08:00
Michael Shamoon
d4357339f3 Reduce debounce to avoid title erasing
Closes #216
2022-03-05 20:12:17 -08:00
Michael Shamoon
ca8d42bf05 Clone tags array to prevent false dirty check
Closes #215
2022-03-05 20:12:17 -08:00
shamoon
24a9e65192 Fix scroll always visible on filterable dropdowns 2022-03-02 00:48:36 -08:00
shamoon
2116ea3531 Fix date dropdown bs5 compatability 2022-03-02 00:48:20 -08:00