Skip to content

Commit 5b550cf

Browse files
lean into react 19
1 parent cd1794d commit 5b550cf

223 files changed

Lines changed: 1593 additions & 672 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

core/pioreactor/web/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4081,7 +4081,7 @@ def get_worker_model_and_metadata(pioreactor_unit: str) -> ResponseReturnValue:
40814081
)
40824082

40834083
assert isinstance(result, dict)
4084-
if result["model_version"] or not result["model_name"]:
4084+
if not result["model_version"] or not result["model_name"]:
40854085
return abort_with(
40864086
404,
40874087
f"Model not set for worker {pioreactor_unit}.",

core/pioreactor/web/static/asset-manifest.json

Lines changed: 0 additions & 133 deletions
This file was deleted.
Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/static/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Pioreactor"/><link rel="apple-touch-icon" href="/static/logo192.png"/><link rel="manifest" href="/static/manifest.json"/><script defer="defer" src="/static/static/js/main.47f115f6.js"></script><link href="/static/static/css/main.8b6977f4.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<link rel="icon" href="/static/favicon.ico" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<meta name="theme-color" content="#000000" />
8+
<meta name="description" content="Pioreactor" />
9+
<link rel="apple-touch-icon" href="/static/logo192.png" />
10+
<link rel="manifest" href="/static/manifest.json" />
11+
<title>Pioreactor</title>
12+
<script type="module" crossorigin src="/static/static/index-VR5kc-b8.js"></script>
13+
<link rel="stylesheet" crossorigin href="/static/static/index-BeYu3n6t.css">
14+
</head>
15+
<body>
16+
<div id="root"></div>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)