995 Commits

Author SHA1 Message Date
Michael Shamoon
baad7131bc bs5: fix large card display 2022-02-19 21:38:07 -08:00
Yannic Schroeder
39a4fcbf46 Migrate Bootstrap close buttons to v5
https://getbootstrap.com/docs/5.0/migration/#close-button
2022-02-20 01:43:31 +01: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
Yannic Schroeder
0deaf25285 Fix wrong migrations from update to Angular 13 2022-02-20 00:15:43 +01:00
Yannic Schroeder
73f1bcc9ef Update to Angular 13 2022-02-20 00:14:35 +01:00
Yannic Schroeder
03ad3cab46 Fix deprecated Sass syntax 2022-02-20 00:14:35 +01:00
shamoon
6e866a4594 Merge pull request #10 from shamoon/feature/any-all-filtering
Feature: any / all filtering with tags
2022-02-19 14:52:55 -08:00
Michael Shamoon
f3c13bfa4a Indicate disabled but active All button 2022-02-19 14:03:55 -08:00
Yannic Schröder
98b0e56145 Update frontend strings to Paperless-ngx (#105)
This also includes URLs to ressources.
2022-02-19 21:42:09 +01:00
Michael Shamoon
2a6a61b45c Hide double-click note on non-multiple dropdowns 2022-02-19 09:20:41 -08:00
Michael Shamoon
e23627bba0 Change alt-click to second click 2022-02-18 19:35:02 -08:00
Michael Shamoon
3ad55966d8 Correct runtime issue(s) with saveEditNext 2022-02-17 23:04:38 -08:00
Michael Shamoon
c6a5ce1f99 Check for live changes on document detail title 2022-02-16 14:34:19 -08:00
Michael Shamoon
f65f1959bd Reset networkActive & error after switchmap pipes complete 2022-02-16 13:43:25 -08:00
Michael Shamoon
ff0c4ec549 fix conflict with mobile preview pane 2022-02-16 12:00:19 -08:00
Michael Shamoon
6fd8f88b4e titleInput may be undefined if in a different tab 2022-02-16 11:36:22 -08:00
Michael Shamoon
eb051cd53f Rewrite nested subscriptions 2022-02-16 02:27:17 -08:00
Michael Shamoon
87ee532798 cleanup subscriptions 2022-02-16 01:06:22 -08:00
Michael Shamoon
d2e0f91b20 Fix spelling error 2022-02-16 00:29:04 -08:00
Michael Shamoon
a4e0056c79 Cleanup subscriptions 2022-02-15 23:43:54 -08:00
Michael Shamoon
c5c2257ff0 Code cleanup 2022-02-15 23:43:02 -08:00
Michael Shamoon
60f63ad75f Merge branch 'dev' into feature/unsaved-changes 2022-02-15 11:20:05 -08:00
Felix E
fbe0676f02 Merge pull request #32 from amenk/patch-1
Fix: Search box overlays menu on mobile (jonaswinkler#1382)
2022-02-15 16:19:39 +01:00
Michael Shamoon
bb5ac02289 Merge branch 'dev' into feature/any-all-filtering 2022-02-14 22:23:31 -08:00
Michael Shamoon
f21390bbdf Merge pull request #9 from shamoon/fix/issue-1228
Add white background to plaintext documents
2022-02-14 22:14:36 -08:00
Michael Shamoon
dbe1808d25 Merge pull request #2 from shamoon/pdf-viewer-mobile-improvements
Pdf viewer mobile improvements
2022-02-14 22:07:41 -08:00
Michael Shamoon
197a37f476 Merge branch 'dev' into pdf-viewer-mobile-improvements 2022-02-14 22:00:39 -08:00
Michael Shamoon
14e9840fa1 Add white background to plaintext documents 2022-01-13 11:13:33 -08:00
Alexander Menk
10844ea3af #1382 Fix: Search box overlays menu on mobile
Fix Z-index problem
2021-10-31 12:34:22 +01:00
Jonas Winkler
ee098d1577 Merge pull request #1297 from shamoon/feature/issue-1260
Add loading indicator when document list reloading
2021-09-10 20:37:37 +02:00
Michael Shamoon
028156d0c8 Add i18n 2021-09-10 11:28:49 -07:00
Michael Shamoon
e77f8be778 Show loading with spinner on document list reloading 2021-09-08 21:12:44 -07:00
Michael Lynch
96738277d9 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
505655fd52 add translation hint 2021-05-15 18:58:23 +02:00
jonaswinkler
592d60de40 added some missing strings 2021-05-15 18:53:55 +02:00
jonaswinkler
5218fb6ae7 frontend support for fulltext sorting 2021-05-15 18:48:39 +02:00
jonaswinkler
4daab1809d only show score when sorting by score 2021-05-15 17:25:49 +02:00
Michael Shamoon
d59593c3f7 Remove type attribute of pdf object in document detail 2021-04-28 07:32:18 -07:00
jonaswinkler
fd0823c455 fix minor issue 2021-04-17 22:33:06 +02:00
Michael Shamoon
b7352ebea7 Fix breakpoint
File missing from last commit
2021-04-14 13:24:03 -07:00
Michael Shamoon
30d69c6d76 Spacing tweaks, mobile breakpoint 2021-04-14 09:34:39 -07:00
Michael Shamoon
f230f007e6 Hide visible underlying shadows on filter / bulk editor 2021-04-14 09:00:57 -07:00
Michael Shamoon
51eaa09696 Make filter editor / bulk editor 'sticky' on scroll 2021-04-14 09:00:30 -07:00
Michael Shamoon
9072838b1f Fix alignment of card info on large cards 2021-04-06 14:25:59 -07:00
Michael Shamoon
65ac2c08ea Updated to work with new unified search interface 2021-04-05 16:35:15 -07:00
Michael Shamoon
5c7f5dde41 Merge remote-tracking branch 'upstream/dev' into feature/issue-858 2021-04-05 13:59:21 -07:00
Jonas Winkler
2f382c01b4 Merge pull request #818 from shamoon/fix/issue-817
Support passing current term from tag / document type / correspondent search field to 'create new' dialog
2021-04-05 21:43:50 +02:00
jonaswinkler
7b809ae8c1 focus text filter input automatically 2021-04-05 21:43:20 +02:00
jonaswinkler
5ba48c1ac5 bugfix 2021-04-05 21:05:32 +02:00
Michael Shamoon
f86c500239 Refactor unneeded ngIf 2021-04-04 19:57:16 -07:00