diff --git a/.github/workflows/ci-backend.yml b/.github/workflows/ci-backend.yml index dae96aab5..a4ffa06dc 100644 --- a/.github/workflows/ci-backend.yml +++ b/.github/workflows/ci-backend.yml @@ -23,7 +23,7 @@ concurrency: group: backend-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true env: - DEFAULT_UV_VERSION: "0.9.x" + DEFAULT_UV_VERSION: "0.10.x" NLTK_DATA: "/usr/share/nltk_data" jobs: test: diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 8e6f6db55..c4df7d893 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -21,4 +21,4 @@ jobs: with: python-version: "3.14" - name: Run prek - uses: j178/prek-action@v1.1.0 + uses: j178/prek-action@v1.1.1 diff --git a/Dockerfile b/Dockerfile index a92614b0d..d8c87a812 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN set -eux \ # Purpose: Installs s6-overlay and rootfs # Comments: # - Don't leave anything extra in here either -FROM ghcr.io/astral-sh/uv:0.9.29-python3.12-trixie-slim AS s6-overlay-base +FROM ghcr.io/astral-sh/uv:0.10.0-python3.12-trixie-slim AS s6-overlay-base WORKDIR /usr/src/s6 diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index 76e02b4a8..bf56823d4 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -7917,7 +7917,7 @@ No entries found. - src/app/components/document-history/document-history.component.html + src/app/components/document-detail/document-history/document-history.component.html 10 diff --git a/src-ui/src/app/components/document-detail/document-detail.component.ts b/src-ui/src/app/components/document-detail/document-detail.component.ts index 349d3d199..d11e11bca 100644 --- a/src-ui/src/app/components/document-detail/document-detail.component.ts +++ b/src-ui/src/app/components/document-detail/document-detail.component.ts @@ -116,9 +116,9 @@ import { } from '../common/pdf-viewer/pdf-viewer.types' import { ShareLinksDialogComponent } from '../common/share-links-dialog/share-links-dialog.component' import { SuggestionsDropdownComponent } from '../common/suggestions-dropdown/suggestions-dropdown.component' -import { DocumentHistoryComponent } from '../document-history/document-history.component' import { DocumentNotesComponent } from '../document-notes/document-notes.component' import { ComponentWithPermissions } from '../with-permissions/with-permissions.component' +import { DocumentHistoryComponent } from './document-history/document-history.component' import { MetadataCollapseComponent } from './metadata-collapse/metadata-collapse.component' enum DocumentDetailNavIDs { diff --git a/src-ui/src/app/components/document-history/document-history.component.html b/src-ui/src/app/components/document-detail/document-history/document-history.component.html similarity index 97% rename from src-ui/src/app/components/document-history/document-history.component.html rename to src-ui/src/app/components/document-detail/document-history/document-history.component.html index edb045323..4defa96fd 100644 --- a/src-ui/src/app/components/document-history/document-history.component.html +++ b/src-ui/src/app/components/document-detail/document-history/document-history.component.html @@ -1,6 +1,6 @@ @if (loading) {
-
+
} @else {