Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Jan 22, 2025
1 parent c7c1ba3 commit 6f28b9b
Show file tree
Hide file tree
Showing 13 changed files with 626 additions and 470 deletions.
388 changes: 388 additions & 0 deletions assets/bootstrap-CACAh82L.js

Large diffs are not rendered by default.

281 changes: 0 additions & 281 deletions assets/bootstrap-T6MQIkj_.js

This file was deleted.

1 change: 0 additions & 1 deletion assets/web-vitals-BDnzJRlM.js

This file was deleted.

2 changes: 1 addition & 1 deletion bundle.css

Large diffs are not rendered by default.

9 changes: 2 additions & 7 deletions bundle.js

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

16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>

<link rel="icon" href='https://yiisoft.github.io/yii-dev-panel/favicon.ico' />
<link rel="icon" type="image/png" sizes="32x32" href='https://yiisoft.github.io/yii-dev-panel/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes="16x16" href='https://yiisoft.github.io/yii-dev-panel/favicon-16x16.png'>
<link rel="icon" href='./favicon.ico' />
<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="apple-touch-icon" sizes="192x192" href='https://yiisoft.github.io/yii-dev-panel/android-chrome-192x192.png'>
<link rel="apple-touch-startup-image" sizes="512x512" href='https://yiisoft.github.io/yii-dev-panel/android-chrome-512x512.png'/>
<link rel="apple-touch-icon" sizes="192x192" href='./android-chrome-192x192.png'>
<link rel="apple-touch-startup-image" sizes="512x512" href='./android-chrome-512x512.png'/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Yii Dev Panel">
<meta name="application-name" content="Yii Dev Panel">
Expand All @@ -28,7 +28,7 @@
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href='https://yiisoft.github.io/yii-dev-panel/manifest.json' />
<link rel="manifest" href='./manifest.json' />
<!--
Notice the use of in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand All @@ -39,8 +39,8 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Yii Dev Panel</title>
<script type="module" crossorigin src="https://yiisoft.github.io/yii-dev-panel/bundle.js"></script>
<link rel="manifest" href="https://yiisoft.github.io/yii-dev-panel/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="https://yiisoft.github.io/yii-dev-panel/registerSW.js"></script></head>
<script type="module" crossorigin src="./bundle.js"></script>
<link rel="manifest" href="./manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="./registerSW.js"></script></head>
<body style="display: flex; flex-direction: column; min-height: 100vh; justify-content: space-between">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" style="flex: 1"></div>
Expand Down
2 changes: 1 addition & 1 deletion manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"@yiisoft/yii-dev-panel","short_name":"@yiisoft/yii-dev-panel","start_url":"https://yiisoft.github.io/yii-dev-panel/","display":"standalone","background_color":"#ffffff","lang":"en","scope":"https://yiisoft.github.io/yii-dev-panel/"}
{"name":"@yiisoft/yii-dev-panel","short_name":"@yiisoft/yii-dev-panel","start_url":"./","display":"standalone","background_color":"#ffffff","lang":"en","scope":"./"}
2 changes: 1 addition & 1 deletion registerSW.js

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

3 changes: 2 additions & 1 deletion service-worker.js

Large diffs are not rendered by default.

Loading

0 comments on commit 6f28b9b

Please sign in to comment.