Skip to content

Commit

Permalink
Updating to latest gui for imswitch
Browse files Browse the repository at this point in the history
  • Loading branch information
beniroquai committed Jan 28, 2024
1 parent 8276a45 commit 2221eda
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 33 deletions.
Binary file modified .DS_Store
Binary file not shown.
12 changes: 6 additions & 6 deletions imswitch/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "/static/css/main.e6c13ad2.css",
"main.js": "/static/js/main.763929a9.js",
"main.css": "/static/css/main.9f1e4ae1.css",
"main.js": "/static/js/main.a3d8010b.js",
"static/js/787.8bed3ce4.chunk.js": "/static/js/787.8bed3ce4.chunk.js",
"index.html": "/index.html",
"main.e6c13ad2.css.map": "/static/css/main.e6c13ad2.css.map",
"main.763929a9.js.map": "/static/js/main.763929a9.js.map",
"main.9f1e4ae1.css.map": "/static/css/main.9f1e4ae1.css.map",
"main.a3d8010b.js.map": "/static/js/main.a3d8010b.js.map",
"787.8bed3ce4.chunk.js.map": "/static/js/787.8bed3ce4.chunk.js.map"
},
"entrypoints": [
"static/css/main.e6c13ad2.css",
"static/js/main.763929a9.js"
"static/css/main.9f1e4ae1.css",
"static/js/main.a3d8010b.js"
]
}
36 changes: 16 additions & 20 deletions imswitch/index.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>

<head>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<link rel="icon" href="./favicon.ico" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
<link rel="icon" href="/imswitch/favicon.ico" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="./logo192.png" />
<link rel="manifest" href="./manifest.json" />
<meta name="description" content="Web site created using create-react-app" />
<link rel="apple-touch-icon" href="/imswitch/logo192.png" />
<link rel="manifest" href="/imswitch/manifest.json" />
<title>React App</title>
<script defer="defer" src="./static/js/main.763929a9.js"></script>
<link href="./static/css/main.e6c13ad2.css" rel="stylesheet" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script defer="defer" src="/static/js/main.a3d8010b.js"></script>
<link href="/imswitch/static/css/main.9f1e4ae1.css" rel="stylesheet">
</head>

<body><noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
</body>

</html>
2 changes: 2 additions & 0 deletions imswitch/static/css/main.9f1e4ae1.css

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

1 change: 1 addition & 0 deletions imswitch/static/css/main.9f1e4ae1.css.map

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

2 changes: 0 additions & 2 deletions imswitch/static/css/main.e6c13ad2.css

This file was deleted.

1 change: 0 additions & 1 deletion imswitch/static/css/main.e6c13ad2.css.map

This file was deleted.

3 changes: 0 additions & 3 deletions imswitch/static/js/main.763929a9.js

This file was deleted.

1 change: 0 additions & 1 deletion imswitch/static/js/main.763929a9.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions imswitch/static/js/main.a3d8010b.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions imswitch/static/js/main.a3d8010b.js.map

Large diffs are not rendered by default.

0 comments on commit 2221eda

Please sign in to comment.