Skip to content

Commit

Permalink
Merge branch 'develop' into fb-leap-147/outliner-ff
Browse files Browse the repository at this point in the history
  • Loading branch information
hlomzik committed Jun 24, 2024
2 parents 9d98eb0 + e60e40b commit c0e2c19
Show file tree
Hide file tree
Showing 202 changed files with 2,140 additions and 1,492 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-ontop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Push Docker image
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.1.0
id: docker_build_and_push
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-ubi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
core.setOutput("ubi-tags", ubiTags.join(','));
- name: Build and push ubi
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.1.0
id: docker_build_and_push_ubi
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
fi
- name: Push Docker image
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.1.0
id: docker_build_and_push
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-release-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
EOF
- name: Build and Push Release Ubuntu Docker image
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.1.0
id: docker_build
with:
context: ${{ steps.release_dockerfile.outputs.release_dir }}
Expand Down
2 changes: 1 addition & 1 deletion label_studio/core/static/css/error.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

/* Styles for dedicated error page */
body > .ls-global-error {
font: 16px Roboto;
font-size: 16px;
max-width: 600px;
margin: 0 auto;
}
Expand Down
15 changes: 15 additions & 0 deletions label_studio/core/static/css/fonts.hellix.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@font-face {
font-family: "Hellix";
src: url("/static/fonts/Hellix-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Hellix";
src: url("/static/fonts/Hellix-SemiBold.woff") format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
Loading

0 comments on commit c0e2c19

Please sign in to comment.