Commit Graph

210 Commits

Author SHA1 Message Date
Michael Shamoon 7f7ec625c8 loading indicators for sidebar saved views 2022-05-08 14:16:37 -07:00
Michael Shamoon ce32089cc4 fix back button double history bug 2022-05-07 00:08:34 -07:00
Michael Shamoon 4da49c8d59 Ensure retain all params when loading saved views 2022-05-06 11:27:18 -07:00
Michael Shamoon 261cab8450 support sort fields & some refactoring 2022-05-05 08:36:18 -07:00
Michael Shamoon 3e8bff03e7 Refactor query param handling to service 2022-05-05 00:23:06 -07:00
Michael Shamoon 3a8cc31f1b fix some css specificity issues, unused vars 2022-04-16 00:23:15 -07:00
Michael Shamoon 6478db13e6 miscellaneous css fixes / reorganization 2022-04-13 13:30:02 -07:00
Michael Shamoon 1c2699b16e Refactor contrast to use luminance function 2022-04-13 08:18:10 -07:00
Michael Shamoon d98a016087 Initial build of primary color contrast 2022-04-13 08:18:09 -07:00
Michael Shamoon b5a75be1db fix error case
[ci skip]
2022-04-07 23:06:46 -07:00
Michael Shamoon f2c83f51de Cleanup file upload susbcriptions 2022-04-05 13:33:24 -07:00
Michael Shamoon fb76b72787 Delete upload-documents.service.spec.ts 2022-04-05 13:33:24 -07:00
Michael Shamoon 77b9988d05 Refactor uploads to service, working global dd 2022-04-05 13:33:24 -07:00
Michael Shamoon db76e1d65f code formatting 2022-04-05 13:16:13 -07:00
Michael Shamoon 0136ba504b Delete upload-documents.service.spec.ts 2022-04-05 13:16:13 -07:00
Michael Shamoon 73cab2af2d Refactor uploads to service, working global dd 2022-04-05 13:16:12 -07:00
Felix E ccf9b1291e Merge pull request #591 from paperless-ngx/feature-version-checker
Feature: Update checker
2022-04-05 20:11:21 +02:00
Michael Shamoon 199fc6be94 Properly display api errors on list filter & translate error message 2022-04-02 19:45:54 -07:00
Michael Shamoon 440467e304 Allow notify user if update checking not explicitly set 2022-04-02 10:10:49 -07:00
Michael Shamoon b58550bb79 refactor to update_available 2022-04-02 01:36:19 -07:00
Michael Shamoon 7b6dccf5ef RemoteVersionService 2022-04-02 01:33:51 -07:00
Michael Shamoon b7949d2e69 Add Belarusian localization 2022-03-31 19:42:08 -07:00
shamoon ce5fe61e67 Merge pull request #540 from paperless-ngx/filtering-query-params
Feature: Filtering query params aka browser navigation for filtering
2022-03-28 00:07:46 -07:00
Michael Shamoon 0a29f51862 Fix quick filtering 2022-03-27 00:09:09 -07:00
Michael Shamoon 34b317da7a Query vars for filtering 2022-03-26 23:18:12 -07:00
Michael Shamoon 7c2ae129d7 rxjs compatibility 2022-03-26 14:18:16 -07:00
Michael Shamoon 534c157809 Add Turkish localization 2022-03-26 13:52:15 -07:00
Frank Strieter d38bed1334 test: remove most of the boilerplate tests 2022-03-23 09:24:07 +01:00
Michael Shamoon 991bc1a1ce Add Serbian localization 2022-03-22 22:26:59 -07:00
Michael Shamoon ff4538612e Codestyle cleanup 2022-03-18 21:37:38 -07:00
Michael Shamoon 37c6201a5a Add Chinese localization
Addresses https://github.com/paperless-ngx/paperless-ngx/issues/134#issuecomment-1062950795
2022-03-13 14:26:52 -07:00
Michael Shamoon d1c785d1d0 Add Slovenian language for frontend
See #303
2022-03-13 09:15:42 -07:00
Michael Shamoon e41d75c374 Prettier code cleanup for PR #273 2022-03-11 12:00:31 -08:00
Michael Shamoon f34202a82a Prettier code cleanup for .ts files
See #182
2022-03-11 11:58:19 -08:00
GruberViktor 6cbbd0c515 Apply suggestions from code review
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2022-03-11 20:16:53 +01:00
Viktor 1259911275 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 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 Shamoon dbe233f0ae Skeleton implementation of color setting 2022-03-09 14:12:28 -08:00
shamoon 8ef913b117 Merge pull request #13 from shamoon/feature/unsaved-changes
Warnings for unsaved changes, 'intelligent' buttons when editing
2022-02-18 06:58:09 -08:00
Michel Weimerskirch f42811285d Enabled the Czech (cs-cz) translations 2022-02-18 09:39:06 +01:00
Michel Weimerskirch 01c139ef2d Enabled the Danish (da-dk) translations 2022-02-18 09:18:04 +01:00
Michael Shamoon c9baa76afd clear 'dirty' documents when closing all 2022-02-17 23:05:14 -08:00
Michael Shamoon 66b9a99e71 Correct runtime issue(s) with saveEditNext 2022-02-17 23:04:38 -08:00
Michel Weimerskirch 27a835a69c Sort languages by localized name at runtime 2022-02-18 08:02:03 +01:00
Michel Weimerskirch 1830cd856a Sort language lists by locale 2022-02-18 08:02:00 +01:00
Michael Shamoon e1a36972b1 cleanup subscriptions 2022-02-16 01:06:22 -08:00
Michael Shamoon d9cd312d07 Cleanup subscriptions 2022-02-15 23:43:54 -08:00
Michael Shamoon 67b9977d57 Merge branch 'dev' into feature/unsaved-changes 2022-02-15 11:20:05 -08:00
Michel Weimerskirch dc5586b16d Added support for Luxembourgish (lb_LU) as an interface language 2021-07-16 16:43:55 +02:00