Michael Shamoon
f34202a82a
Prettier code cleanup for .ts files
...
See #182
2022-03-11 11:58:19 -08:00
shamoon
440f4729ac
Merge pull request #253 from paperless-ngx/feature-better-date-keyboard-input
...
Improve date keyboard input
2022-03-11 10:27:56 -08:00
Michael Shamoon
20a6c5e7b7
more code cleanup
2022-03-11 00:52:32 -08:00
Michael Shamoon
0826e0f96b
code cleanup
2022-03-11 00:48:06 -08:00
Michael Shamoon
4c7eb34290
Move padding into date formatter
2022-03-11 00:28:06 -08:00
shamoon
8f1c4cd9c4
Merge pull request #243 from paperless-ngx/css-variables
...
Custom color theming
2022-03-10 19:26:15 -08:00
Michael Shamoon
0737ea30e8
fix comment
2022-03-10 15:27:02 -08:00
Michael Shamoon
1807811903
Allow formatting non-padded dates
2022-03-10 15:17:32 -08:00
Michael Shamoon
a33dce1948
Code formatting
2022-03-10 15:17:32 -08:00
Michael Shamoon
ef4dc1b49e
strip all delimiters
2022-03-10 15:17:31 -08:00
Michael Shamoon
0f886be109
semicolon
2022-03-10 15:17:31 -08:00
Viktor
52f0a3dfb9
Parse dates when entered without separators
...
This adds date dividers if none are entered.
It also adds the current year if it wasn't entered.
This allows users to just enter 1003, 100322, 10032022 and
have it expanded to 10.03.2022, in the case of the German format.
(All other formats are also supported)
It also replaces commas with the date divider.
This allows quick entry of the date on the numpad.
2022-03-10 21:31:54 +01:00
Michael Shamoon
4df7f92a56
Working conversion
2022-03-09 15:34:26 -08:00
Michael Shamoon
1841cefbd8
Converting colors experiment
2022-03-09 15:19:42 -08:00
Michael Lynch
372ac3a40c
Normalize whitespace in source files
...
Ensure that no source files have trailing whitespace at end of lines and ensure that all files end with a single trailing newline.
This also adds Github Actions to enforce whitespace conventions.
2021-06-13 10:57:40 -04:00
jonaswinkler
5c19a8bb70
improved color generation logic
2021-02-28 16:35:02 +01:00
jonaswinkler
66fe821b04
color picker fixes, random default color
2021-02-25 22:43:45 +01:00
jonaswinkler
1896aa7da1
use new date inputs for the date filter as well
2021-02-24 18:45:05 +01:00
jonaswinkler
035b0a449b
use ng-bootstrap date selector, with proper formatting/parsing according to the current locale #177
2021-02-24 18:00:26 +01:00