Skip to content

Commit

Permalink
added PWA store,app install dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ghobs91 committed Jan 23, 2024
1 parent 594d10e commit d396304
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
<div id="app"></div>
<div id="modal-container"></div>
<script type="module" src="/src/main.jsx"></script>
<pwa-install-dialog id="install-dialog" app="agorasocial-app" open theme="dark"></pwa-install-dialog>
</body>
</html>
6 changes: 6 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@github/text-expander-element": "~2.5.0",
"@iconify-icons/mingcute": "~1.2.8",
"@justinribeiro/lite-youtube": "~1.5.0",
"@storedotapp/pwa-install-dialog": "^1.1.2",
"@szhsin/react-menu": "~4.1.0",
"@uidotdev/usehooks": "~2.4.0",
"@vercel/analytics": "^1.1.2",
Expand Down
1 change: 1 addition & 0 deletions src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { HashRouter } from 'react-router-dom';

import { App } from './app';
import { Analytics } from '@vercel/analytics/react';
import "@storedotapp/pwa-install-dialog";


if (import.meta.env.DEV) {
Expand Down

0 comments on commit d396304

Please sign in to comment.