Skip to content

Commit

Permalink
Fix a frontend issue that causes event querying to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
bclswl0827 committed Mar 14, 2024
1 parent a728470 commit 810bc58
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 23 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Starting from v2.2.5, all notable changes to this project will be documented in this file.

## v2.11.5

- Fix a frontend issue that causes event querying to fail

## v2.11.4

- Set non-zero start time when SeedLink DATA command has no extra argument
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.11.3
v2.11.4
8 changes: 4 additions & 4 deletions frontend/dist/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "./static/css/main.7a040865.css",
"main.js": "./static/js/main.f8fd078c.js",
"main.js": "./static/js/main.bffb07cf.js",
"static/css/594.d6bfd15f.chunk.css": "./static/css/594.d6bfd15f.chunk.css",
"static/js/594.ef2a52fb.chunk.js": "./static/js/594.ef2a52fb.chunk.js",
"static/js/846.a985bbed.chunk.js": "./static/js/846.a985bbed.chunk.js",
"static/js/154.6ec39fef.chunk.js": "./static/js/154.6ec39fef.chunk.js",
"static/js/154.4dceb2a8.chunk.js": "./static/js/154.4dceb2a8.chunk.js",
"static/js/600.a5f3996c.chunk.js": "./static/js/600.a5f3996c.chunk.js",
"static/js/708.7c6cd4cc.chunk.js": "./static/js/708.7c6cd4cc.chunk.js",
"static/js/708.210ccab6.chunk.js": "./static/js/708.210ccab6.chunk.js",
"static/js/699.e75d4402.chunk.js": "./static/js/699.e75d4402.chunk.js",
"static/js/654.18cf5201.chunk.js": "./static/js/654.18cf5201.chunk.js",
"static/js/548.b98bfbf6.chunk.js": "./static/js/548.b98bfbf6.chunk.js",
Expand Down Expand Up @@ -49,6 +49,6 @@
},
"entrypoints": [
"static/css/main.7a040865.css",
"static/js/main.f8fd078c.js"
"static/js/main.bffb07cf.js"
]
}
2 changes: 1 addition & 1 deletion frontend/dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><style>.public-loading{width:100%;height:100%;display:flex;position:fixed;align-items:center;flex-direction:column;justify-content:center}.public-loading span{color:#1f2937;margin-top:20px;font-weight:600;font-size:1.25rem}.public-loading svg{animation:rotate 1s linear infinite}@keyframes rotate{100%{transform:rotate(360deg)}}</style><script defer="defer" src="./static/js/main.f8fd078c.js"></script><link href="./static/css/main.7a040865.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div class="public-loading"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="#6b21a8" width="70px"><path d="M304 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 416a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM48 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm464-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM142.9 437A48 48 0 1 0 75 369.1 48 48 0 1 0 142.9 437zm0-294.2A48 48 0 1 0 75 75a48 48 0 1 0 67.9 67.9zM369.1 437A48 48 0 1 0 437 369.1 48 48 0 1 0 369.1 437z"/></svg> <span>Loading...</span></div><div id="root"></div></body></html>
<!doctype html><html><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><style>.public-loading{width:100%;height:100%;display:flex;position:fixed;align-items:center;flex-direction:column;justify-content:center}.public-loading span{color:#1f2937;margin-top:20px;font-weight:600;font-size:1.25rem}.public-loading svg{animation:rotate 1s linear infinite}@keyframes rotate{100%{transform:rotate(360deg)}}</style><script defer="defer" src="./static/js/main.bffb07cf.js"></script><link href="./static/css/main.7a040865.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div class="public-loading"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="#6b21a8" width="70px"><path d="M304 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 416a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM48 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm464-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM142.9 437A48 48 0 1 0 75 369.1 48 48 0 1 0 142.9 437zm0-294.2A48 48 0 1 0 75 75a48 48 0 1 0 67.9 67.9zM369.1 437A48 48 0 1 0 437 369.1 48 48 0 1 0 369.1 437z"/></svg> <span>Loading...</span></div><div id="root"></div></body></html>
1 change: 1 addition & 0 deletions frontend/dist/static/js/154.4dceb2a8.chunk.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion frontend/dist/static/js/154.6ec39fef.chunk.js

This file was deleted.

1 change: 1 addition & 0 deletions frontend/dist/static/js/708.210ccab6.chunk.js

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

Loading

0 comments on commit 810bc58

Please sign in to comment.