Skip to content

Commit

Permalink
deploy: hardbulls/app@b7053755de65f482ba1cef637fcd49fb442c72b2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 31, 2024
1 parent 309c85f commit 539f7e9
Show file tree
Hide file tree
Showing 13 changed files with 2,072 additions and 12,805 deletions.
2,760 changes: 0 additions & 2,760 deletions _dummy.EMaMnWE_.js

This file was deleted.

1 change: 0 additions & 1 deletion _dummy.EMaMnWE_.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions _dummy.FC0hjmpd.js

Large diffs are not rendered by default.

2,776 changes: 2 additions & 2,774 deletions _service-worker.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion _service-worker.js.map

This file was deleted.

1 change: 1 addition & 0 deletions assets/config-BSEdrMJ9.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
const E={TIMEZONE:"Europe/Vienna",SEASON:new Date().getFullYear(),API_BASE:"https://api.hardbulls.com/",BULLS_LEAGUES:["bbl"],ASSET_JSON_CACHE_TTL:3600,ASSET_IMAGE_CACHE_TTL:86400};export{E as C};
13 changes: 0 additions & 13 deletions assets/config-Bk6KWWaJ.js

This file was deleted.

1 change: 0 additions & 1 deletion assets/config-Bk6KWWaJ.js.map

This file was deleted.

30 changes: 22 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="/icon.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="manifest" href="/manifest.json" />
<link rel="manifest" href="/manifest.json"/>
<base href="/">
<title>Hard Bulls App</title>

Expand All @@ -22,6 +22,7 @@
width: 100%;
height: 100dvh;
overscroll-behavior: none;
overscroll-behavior-x: none;
}

body {
Expand All @@ -31,6 +32,8 @@
background-color: #ffffff;
touch-action: none;
overscroll-behavior: none;
overscroll-behavior-x: none;
display: none; /* Initially hide the body */
}

@media (prefers-color-scheme: dark) {
Expand Down Expand Up @@ -59,19 +62,30 @@
}
}
</style>
<script type="module" crossorigin src="/main.DUuuPnxD.js"></script>
<link rel="modulepreload" crossorigin href="/assets/config-Bk6KWWaJ.js">
<script type="module" crossorigin src="/main.DKMXZ9nr.js"></script>
<link rel="modulepreload" crossorigin href="/assets/config-BSEdrMJ9.js">
</head>
<body>
<x-loading></x-loading>
<hb-soft-auth></hb-soft-auth>
<x-loading></x-loading>

<x-theme style="display: none" theme="auto" font-family-heading="Neue Aachen Regular, sans-serif"
font-family-default="sans-serif" color-primary="#ed1c24" color-text-light="#000000" color-text-dark="#ffffff"
color-background-light="#ffffff" color-background-dark="#1f1f1f" bottom-navigation-height="8dvh" app-bar-height="8dvh">
<x-theme style="display: none" theme="auto" font-family-heading="Neue Aachen Regular, sans-serif"
font-family-default="sans-serif" color-primary="#ed1c24" color-text-light="#000000" color-text-dark="#ffffff"
color-background-light="#ffffff" color-background-dark="#1f1f1f" bottom-navigation-height="8dvh"
app-bar-height="8dvh">
<hb-router></hb-router>
<x-container>
</x-container>
</x-theme>
</x-theme>

<script>
if (window.safari) {
history.pushState(null, null, location.href);
window.onpopstate = function(event) {
history.go(1);
};
}
</script>

</body>
</html>
2,043 changes: 2,043 additions & 0 deletions main.DKMXZ9nr.js

Large diffs are not rendered by default.

Loading

0 comments on commit 539f7e9

Please sign in to comment.