Skip to content

Commit

Permalink
PWA improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
eisserer committed Sep 17, 2024
1 parent ccebf18 commit 42f8995
Show file tree
Hide file tree
Showing 15 changed files with 587 additions and 162 deletions.
68 changes: 68 additions & 0 deletions docs/assets/index-BK-nidoD.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/index-BK-nidoD.js.map

Large diffs are not rendered by default.

40 changes: 0 additions & 40 deletions docs/assets/index-BTt4wF4e.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/index-BTt4wF4e.js.map

This file was deleted.

Binary file modified docs/hofapp-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 7 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@
<link rel="icon" type="image/x-icon" href="https://openlayers.org/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>URL Rewriter Demo</title>
<script type="module" crossorigin src="./assets/index-BTt4wF4e.js"></script>
<script type="module" crossorigin src="./assets/index-BK-nidoD.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-BhANU1rx.css">
<script id="vite-plugin-pwa:register-sw" src="./registerSW.js"></script></head>
<body>
<div style="padding-bottom: 5px; padding-top: 5px">
Identifier:
<input id="identifierInput" type="text" style="width:900px"/>
<input id="openBtn" type="button" value="Öffnen"/>
<input id="scanBtn" type="button" value="QR-Code scannen"/>
<div id="loginDiv" style="padding-bottom: 5px; padding-top: 5px">
User:
<input id="user" type="text" style="width:200px" value="bauer1"/>
Password:
<input id="pwd" type="text" style="width:200px" value="bauer1"/>
<input id="loginBtn" type="button" value="Login"/>
</div>

<div id="reader" width="300px" height="300px"></div>


<div id="map"></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/sw.js

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

2 changes: 1 addition & 1 deletion docs/sw.js.map

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

13 changes: 6 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<div style="padding-bottom: 5px; padding-top: 5px">
Identifier:
<input id="identifierInput" type="text" style="width:900px"/>
<input id="openBtn" type="button" value="Öffnen"/>
<input id="scanBtn" type="button" value="QR-Code scannen"/>
<div id="loginDiv" style="padding-bottom: 5px; padding-top: 5px">
User:
<input id="user" type="text" style="width:200px" value="bauer1"/>
Password:
<input id="pwd" type="text" style="width:200px" value="bauer1"/>
<input id="loginBtn" type="button" value="Login"/>
</div>

<div id="reader" width="300px" height="300px"></div>


<div id="map"></div>
Expand Down
Loading

0 comments on commit 42f8995

Please sign in to comment.