Skip to content

Commit

Permalink
ui: build update
Browse files Browse the repository at this point in the history
  • Loading branch information
dxstiny committed Sep 24, 2024
1 parent 53cbf6a commit d61ff99
Show file tree
Hide file tree
Showing 31 changed files with 260 additions and 210 deletions.
48 changes: 48 additions & 0 deletions ui/dist/502.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<html>
<head>
<title>502 Bad Gateway</title>
</head>
<body>
<img
width="20%"
src="502/logo_protected.png"
/>
<h1>PR Tools are unavailable right now</h1>
<p>502 Bad Gateway</p>
<span>Check back later</span>
</body>
</html>

<style>
@font-face {
font-family: "Ingra";
font-weight: 400;
font-style: normal;
font-display: auto;
src: local("Ingra"), url("/502/fonts/Ingra/Ingra-Regular.woff2") format("woff2");
}

@font-face {
font-family: "Ingra";
font-weight: 700;
font-style: normal;
font-display: auto;
src: local("Ingra"), url("/502/fonts/Ingra/Ingra-Bold.woff2") format("woff2");
}

body {
min-height: 100vh;
min-height: 100svh;

font-family: "Ingra", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 0;
}
</style>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion ui/dist/assets/LoadingWithResultModal-BQEmCR9D.css

This file was deleted.

1 change: 1 addition & 0 deletions ui/dist/assets/LoadingWithResultModal-BUso8QCA.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ui/dist/assets/LoadingWithResultModal-Dtyhi4x9.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion ui/dist/assets/LoadingWithResultModal-g8QimMQR.js

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d61ff99

Please sign in to comment.