chore(repo): checkpoint current capakraken implementation state
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference lib="webworker" />
|
||||
|
||||
const CACHE_NAME = "planarchy-v1";
|
||||
const CACHE_NAME = "capakraken-v2";
|
||||
const STATIC_EXTENSIONS = /\.(js|css|png|jpg|jpeg|svg|gif|ico|woff2?|ttf|eot)$/;
|
||||
|
||||
// Offline fallback page (simple inline HTML)
|
||||
@@ -9,7 +9,7 @@ const OFFLINE_HTML = `<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Planarchy — Offline</title>
|
||||
<title>CapaKraken - Offline</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
@@ -31,7 +31,7 @@ const OFFLINE_HTML = `<!DOCTYPE html>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>You are offline</h1>
|
||||
<p>Planarchy requires an internet connection. Please check your network and try again.</p>
|
||||
<p>CapaKraken requires an internet connection. Please check your network and try again.</p>
|
||||
<button onclick="location.reload()">Retry</button>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user