Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
BastLeblanc authored Aug 14, 2024
2 parents 5fcbdc5 + 8e5c52b commit 52f3fc6
Show file tree
Hide file tree
Showing 21 changed files with 9,583 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/web-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="/css/bootstrap-4.3.1.min.css">
<link rel="stylesheet" href="/css/fontawesome-5.15.4.all.min.css">
<title>Retail Demo Store</title>
<!-- Layer0 -->
<%= VITE_LAYER0_ENABLED === 'true' ? `<script src="/__layer0__/cache-manifest.js" defer="defer"></script><script src="/main.js" defer="defer"></script><script src="/service-worker.js" defer="defer"></script>`: '' %>
Expand All @@ -22,9 +22,9 @@
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script src="https://code.jquery.com/jquery-3.6.4.slim.min.js" integrity="sha256-a2yjHM4jnF9f54xUQakjZGaqYs/V1CYvWpoqZzC2/Bw=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="/js/jquery-3.6.4.slim.min.js"></script>
<script src="/js/popper-1.14.7.min.js"></script>
<script src="/js/bootstrap-4.3.1.min.js"></script>
<script type="module" src="/src/main.js"></script>
<script>
window.global = window;
Expand Down
7 changes: 7 additions & 0 deletions src/web-ui/public/css/bootstrap-4.3.1.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions src/web-ui/public/css/fontawesome-5.15.4.all.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions src/web-ui/public/js/bootstrap-4.3.1.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/web-ui/public/js/jquery-3.6.4.slim.min.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions src/web-ui/public/js/popper-1.14.7.min.js

Large diffs are not rendered by default.

Binary file added src/web-ui/public/webfonts/fa-brands-400.eot
Binary file not shown.
3,717 changes: 3,717 additions & 0 deletions src/web-ui/public/webfonts/fa-brands-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/web-ui/public/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file added src/web-ui/public/webfonts/fa-brands-400.woff
Binary file not shown.
Binary file added src/web-ui/public/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file added src/web-ui/public/webfonts/fa-regular-400.eot
Binary file not shown.
801 changes: 801 additions & 0 deletions src/web-ui/public/webfonts/fa-regular-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/web-ui/public/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file added src/web-ui/public/webfonts/fa-regular-400.woff
Binary file not shown.
Binary file added src/web-ui/public/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file added src/web-ui/public/webfonts/fa-solid-900.eot
Binary file not shown.
5,034 changes: 5,034 additions & 0 deletions src/web-ui/public/webfonts/fa-solid-900.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/web-ui/public/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file added src/web-ui/public/webfonts/fa-solid-900.woff
Binary file not shown.
Binary file added src/web-ui/public/webfonts/fa-solid-900.woff2
Binary file not shown.

0 comments on commit 52f3fc6

Please sign in to comment.