mirror of
https://github.com/multipleof4/sune.git
synced 2026-01-14 00:27:56 +00:00
This build was committed by a bot.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
.menu-item:hover{background:#f9fafb}
|
||||
</style>
|
||||
<script src="https://unpkg.com/htmx.org@1.9.12"></script>
|
||||
</head>
|
||||
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
|
||||
<body class="bg-white text-gray-900 selection:bg-black/10" hx-on="click: if(!document.getElementById('historyMenu').contains(event.target)&&!event.target.closest('[data-thread-menu]')) hideHistoryMenu(); if(!document.getElementById('suneMenu').contains(event.target)&&!event.target.closest('[data-sune-menu]')) hideSuneMenu(); if(!document.getElementById('userMenu').contains(event.target)&&!document.getElementById('userMenuBtn').contains(event.target)) document.getElementById('userMenu').classList.add('hidden')">
|
||||
<div class="flex flex-col h-dvh max-h-dvh">
|
||||
<header class="sticky top-0 z-20 bg-white/80 backdrop-blur border-b border-gray-200">
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"name": "Sune",
|
||||
"short_name": "Sune",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"icons": [
|
||||
{"src": "https://sune.planetrenox.com/✺.png","sizes": "1024x1024","type": "image/png"}
|
||||
]
|
||||
}
|
||||
1
docs/manifest.webmanifest
Normal file
1
docs/manifest.webmanifest
Normal file
@@ -0,0 +1 @@
|
||||
{"name":"Sune","short_name":"Sune","start_url":".","display":"standalone","background_color":"#ffffff","theme_color":"#42b883","lang":"en","scope":"/","icons":[{"src":"https://sune.planetrenox.com/✺.png","sizes":"1024x1024","type":"image/png"}]}
|
||||
1
docs/registerSW.js
Normal file
1
docs/registerSW.js
Normal file
@@ -0,0 +1 @@
|
||||
if('serviceWorker' in navigator) {window.addEventListener('load', () => {navigator.serviceWorker.register('/sw.js', { scope: '/' })})}
|
||||
1
docs/sw.js
Normal file
1
docs/sw.js
Normal file
@@ -0,0 +1 @@
|
||||
if(!self.define){let e,i={};const t=(t,n)=>(t=new URL(t+".js",n).href,i[t]||new Promise(i=>{if("document"in self){const e=document.createElement("script");e.src=t,e.onload=i,document.head.appendChild(e)}else e=t,importScripts(t),i()}).then(()=>{let e=i[t];if(!e)throw new Error(`Module ${t} didn’t register its module`);return e}));self.define=(n,r)=>{const s=e||("document"in self?document.currentScript.src:"")||location.href;if(i[s])return;let o={};const d=e=>t(e,s),c={module:{uri:s},exports:o,require:d};i[s]=Promise.all(n.map(e=>c[e]||d(e))).then(e=>(r(...e),o))}}define(["./workbox-5ffe50d4"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"index.html",revision:"09b0a6f7f9273619132ce58759d3364c"},{url:"registerSW.js",revision:"1872c500de691dce40960bb85481de07"},{url:"manifest.webmanifest",revision:"ddba01e47d753d4d84c80350bc3f3114"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("index.html")))});
|
||||
1
docs/workbox-5ffe50d4.js
Normal file
1
docs/workbox-5ffe50d4.js
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user