diff --git a/.codecov.yml b/.codecov.yml index d9a12a773..77328cf79 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -10,10 +10,8 @@ component_management: paths: - src-ui/** # https://docs.codecov.com/docs/pull-request-comments -# codecov will only comment if coverage changes comment: layout: "header, diff, components, flags, files" - require_changes: true # https://docs.codecov.com/docs/javascript-bundle-analysis require_bundle_changes: true bundle_change_threshold: "50Kb" diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 87348e32e..e20751875 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -33,7 +33,7 @@ warns that `OCR for XX failed, but we're going to stick with what we've got since FORGIVING_OCR is enabled`, then you might need to install the [Tesseract language files](https://packages.ubuntu.com/search?keywords=tesseract-ocr) -marching your document's languages. +matching your document's languages. As an example, if you are running Paperless-ngx from any Ubuntu or Debian box, and your documents are written in Spanish you may need to diff --git a/pyproject.toml b/pyproject.toml index 152ace5cc..41f14b4a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,7 +123,7 @@ testing = [ ] lint = [ - "pre-commit~=4.2.0", + "pre-commit~=4.3.0", "pre-commit-uv~=4.1.3", "ruff~=0.12.2", ] diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index 4fec612b8..8001d145b 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -363,11 +363,11 @@ src/app/components/app-frame/app-frame.component.html - 252 + 253 src/app/components/app-frame/app-frame.component.html - 254 + 255 @@ -658,11 +658,11 @@ src/app/components/app-frame/app-frame.component.html - 287 + 288 src/app/components/app-frame/app-frame.component.html - 290 + 291 @@ -995,11 +995,11 @@ src/app/components/app-frame/app-frame.component.html - 212 + 213 src/app/components/app-frame/app-frame.component.html - 214 + 215 src/app/components/manage/saved-views/saved-views.component.html @@ -1579,11 +1579,11 @@ src/app/components/app-frame/app-frame.component.html - 275 + 276 src/app/components/app-frame/app-frame.component.html - 277 + 278 @@ -1977,11 +1977,11 @@ src/app/components/app-frame/app-frame.component.html - 235 + 236 src/app/components/app-frame/app-frame.component.html - 238 + 239 @@ -2334,11 +2334,11 @@ src/app/components/app-frame/app-frame.component.html - 266 + 267 src/app/components/app-frame/app-frame.component.html - 268 + 269 @@ -2675,11 +2675,11 @@ src/app/components/app-frame/app-frame.component.html - 296 + 297 src/app/components/app-frame/app-frame.component.html - 299 + 300 @@ -2697,36 +2697,36 @@ Open documents src/app/components/app-frame/app-frame.component.html - 138 + 139 Close all src/app/components/app-frame/app-frame.component.html - 158 + 159 src/app/components/app-frame/app-frame.component.html - 160 + 161 Manage src/app/components/app-frame/app-frame.component.html - 169 + 170 Correspondents src/app/components/app-frame/app-frame.component.html - 175 + 176 src/app/components/app-frame/app-frame.component.html - 177 + 178 src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html @@ -2737,11 +2737,11 @@ Tags src/app/components/app-frame/app-frame.component.html - 182 + 183 src/app/components/app-frame/app-frame.component.html - 185 + 186 src/app/components/common/input/tags/tags.component.ts @@ -2772,11 +2772,11 @@ Document Types src/app/components/app-frame/app-frame.component.html - 191 + 192 src/app/components/app-frame/app-frame.component.html - 193 + 194 src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html @@ -2787,11 +2787,11 @@ Storage Paths src/app/components/app-frame/app-frame.component.html - 198 + 199 src/app/components/app-frame/app-frame.component.html - 200 + 201 src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html @@ -2802,11 +2802,11 @@ Custom Fields src/app/components/app-frame/app-frame.component.html - 205 + 206 src/app/components/app-frame/app-frame.component.html - 207 + 208 src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html @@ -2821,11 +2821,11 @@ Workflows src/app/components/app-frame/app-frame.component.html - 221 + 222 src/app/components/app-frame/app-frame.component.html - 223 + 224 src/app/components/manage/workflows/workflows.component.html @@ -2836,71 +2836,71 @@ Mail src/app/components/app-frame/app-frame.component.html - 228 + 229 src/app/components/app-frame/app-frame.component.html - 231 + 232 Administration src/app/components/app-frame/app-frame.component.html - 246 + 247 Configuration src/app/components/app-frame/app-frame.component.html - 259 + 260 src/app/components/app-frame/app-frame.component.html - 261 + 262 GitHub src/app/components/app-frame/app-frame.component.html - 306 + 307 is available. src/app/components/app-frame/app-frame.component.html - 315,316 + 316,317 Click to view. src/app/components/app-frame/app-frame.component.html - 316 + 317 Paperless-ngx can automatically check for updates src/app/components/app-frame/app-frame.component.html - 320 + 321 How does this work? src/app/components/app-frame/app-frame.component.html - 327,329 + 328,330 Update available src/app/components/app-frame/app-frame.component.html - 340 + 341 diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html index 0eb62e4bc..712f9f885 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.html +++ b/src-ui/src/app/components/app-frame/app-frame.component.html @@ -111,15 +111,16 @@