Skip to content

Commit

Permalink
Introducing debug inspector of received observation on the web side
Browse files Browse the repository at this point in the history
  • Loading branch information
cloderic committed Jan 19, 2023
1 parent a555001 commit 3abf16c
Show file tree
Hide file tree
Showing 13 changed files with 188 additions and 27 deletions.
12 changes: 6 additions & 6 deletions cogment_verse/web/web_app/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "/static/css/main.116f63ff.css",
"main.js": "/static/js/main.c6de350b.js",
"main.css": "/static/css/main.afd381f3.css",
"main.js": "/static/js/main.2461f395.js",
"static/js/787.90542627.chunk.js": "/static/js/787.90542627.chunk.js",
"index.html": "/index.html",
"main.116f63ff.css.map": "/static/css/main.116f63ff.css.map",
"main.c6de350b.js.map": "/static/js/main.c6de350b.js.map",
"main.afd381f3.css.map": "/static/css/main.afd381f3.css.map",
"main.2461f395.js.map": "/static/js/main.2461f395.js.map",
"787.90542627.chunk.js.map": "/static/js/787.90542627.chunk.js.map"
},
"entrypoints": [
"static/css/main.116f63ff.css",
"static/js/main.c6de350b.js"
"static/css/main.afd381f3.css",
"static/js/main.2461f395.js"
]
}
2 changes: 1 addition & 1 deletion cogment_verse/web/web_app/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/assets/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Cogment Verse Webapp"/><link rel="apple-touch-icon" href="/assets/logo192.png"/><link rel="manifest" href="/assets/manifest.json"/><title>Cogment Verse</title><script defer="defer" src="/static/js/main.c6de350b.js"></script><link href="/static/css/main.116f63ff.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>window.ORCHESTRATOR_WEB_ENDPOINT=""</script></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/assets/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Cogment Verse Webapp"/><link rel="apple-touch-icon" href="/assets/logo192.png"/><link rel="manifest" href="/assets/manifest.json"/><title>Cogment Verse</title><script defer="defer" src="/static/js/main.2461f395.js"></script><link href="/static/css/main.afd381f3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>window.ORCHESTRATOR_WEB_ENDPOINT=""</script></body></html>
4 changes: 0 additions & 4 deletions cogment_verse/web/web_app/build/static/css/main.116f63ff.css

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions cogment_verse/web/web_app/build/static/css/main.afd381f3.css

Large diffs are not rendered by default.

Loading

0 comments on commit 3abf16c

Please sign in to comment.