Skip to content

Commit 531e09b

Browse files
frontend
1 parent e0f9dd4 commit 531e09b

File tree

6 files changed

+251
-7
lines changed

6 files changed

+251
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": {
33
"main.css": "/static/static/css/main.9c7a48b7.css",
4-
"main.js": "/static/static/js/main.552b6610.js",
4+
"main.js": "/static/static/js/main.0534b0e6.js",
55
"static/media/pioreactor_cloud.webp": "/static/static/media/pioreactor_cloud.b15b29e435797dc69d76.webp",
66
"static/media/roboto-all-500-normal.woff": "/static/static/media/roboto-all-500-normal.0ab669b7a0d19b178f57.woff",
77
"static/media/roboto-all-700-normal.woff": "/static/static/media/roboto-all-700-normal.a457fde362a540fcadff.woff",
@@ -30,10 +30,10 @@
3030
"static/media/roboto-greek-ext-700-normal.woff2": "/static/static/media/roboto-greek-ext-700-normal.bd9854c751441ccc1a70.woff2",
3131
"index.html": "/static/index.html",
3232
"main.9c7a48b7.css.map": "/static/static/css/main.9c7a48b7.css.map",
33-
"main.552b6610.js.map": "/static/static/js/main.552b6610.js.map"
33+
"main.0534b0e6.js.map": "/static/static/js/main.0534b0e6.js.map"
3434
},
3535
"entrypoints": [
3636
"static/css/main.9c7a48b7.css",
37-
"static/js/main.552b6610.js"
37+
"static/js/main.0534b0e6.js"
3838
]
3939
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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.552b6610.js"></script><link href="/static/static/css/main.9c7a48b7.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
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.0534b0e6.js"></script><link href="/static/static/css/main.9c7a48b7.css" rel="stylesheet"></head><body><div id="root"></div></body></html>

core/pioreactor/web/static/static/js/main.0534b0e6.js

Lines changed: 154 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
/*!
2+
Copyright (c) 2018 Jed Watson.
3+
Licensed under the MIT License (MIT), see
4+
http://jedwatson.github.io/classnames
5+
*/
6+
7+
/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
8+
9+
/*! showdown v 1.9.1 - 02-11-2019 */
10+
11+
/**
12+
* @license React
13+
* react-dom.production.min.js
14+
*
15+
* Copyright (c) Facebook, Inc. and its affiliates.
16+
*
17+
* This source code is licensed under the MIT license found in the
18+
* LICENSE file in the root directory of this source tree.
19+
*/
20+
21+
/**
22+
* @license React
23+
* react-is.production.js
24+
*
25+
* Copyright (c) Meta Platforms, Inc. and affiliates.
26+
*
27+
* This source code is licensed under the MIT license found in the
28+
* LICENSE file in the root directory of this source tree.
29+
*/
30+
31+
/**
32+
* @license React
33+
* react-jsx-runtime.production.min.js
34+
*
35+
* Copyright (c) Facebook, Inc. and its affiliates.
36+
*
37+
* This source code is licensed under the MIT license found in the
38+
* LICENSE file in the root directory of this source tree.
39+
*/
40+
41+
/**
42+
* @license React
43+
* react.production.min.js
44+
*
45+
* Copyright (c) Facebook, Inc. and its affiliates.
46+
*
47+
* This source code is licensed under the MIT license found in the
48+
* LICENSE file in the root directory of this source tree.
49+
*/
50+
51+
/**
52+
* @license React
53+
* scheduler.production.min.js
54+
*
55+
* Copyright (c) Facebook, Inc. and its affiliates.
56+
*
57+
* This source code is licensed under the MIT license found in the
58+
* LICENSE file in the root directory of this source tree.
59+
*/
60+
61+
/**
62+
* Prism: Lightweight, robust, elegant syntax highlighting
63+
*
64+
* @license MIT <https://opensource.org/licenses/MIT>
65+
* @author Lea Verou <https://lea.verou.me>
66+
* @namespace
67+
* @public
68+
*/
69+
70+
/**
71+
* react-router v7.9.4
72+
*
73+
* Copyright (c) Remix Software Inc.
74+
*
75+
* This source code is licensed under the MIT license found in the
76+
* LICENSE.md file in the root directory of this source tree.
77+
*
78+
* @license MIT
79+
*/
80+
81+
/** @license React v16.13.1
82+
* react-is.production.min.js
83+
*
84+
* Copyright (c) Facebook, Inc. and its affiliates.
85+
*
86+
* This source code is licensed under the MIT license found in the
87+
* LICENSE file in the root directory of this source tree.
88+
*/

core/pioreactor/web/static/static/js/main.0534b0e6.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/Protocols.jsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import TuneIcon from "@mui/icons-material/Tune";
1717
import PlayArrowIcon from "@mui/icons-material/PlayArrow";
1818
import CalibrationSessionDialog from "./components/CalibrationSessionDialog";
1919
import { fetchTaskResult } from "./utilities";
20+
import CircularProgress from "@mui/material/CircularProgress";
2021

2122
function ProtocolCard({
2223
protocol,
@@ -304,9 +305,9 @@ function Protocols(props) {
304305
</Alert>
305306
)}
306307
{isLoadingProtocols && (
307-
<Typography variant="body2" sx={{ mt: 2 }}>
308-
Loading protocols...
309-
</Typography>
308+
<Box sx={{ textAlign: "center", mt: 2 }}>
309+
<CircularProgress size={28} />
310+
</Box>
310311
)}
311312
</CardContent>
312313
</Card>

0 commit comments

Comments
 (0)