[kimi] PWA manifest + service worker — offline + home screen install (#14) #104

Closed
kimi wants to merge 6 commits from kimi/the-nexus-fork:kimi/issue-14 into main
Member

Fixes #14

Add full Progressive Web App support to The Nexus:

Changes

New Files

  • manifest.json — Web app manifest with Nexus branding
  • sw.js — Service worker with cache-first and stale-while-revalidate strategies
  • offline.html — Styled offline page with auto-reconnect
  • icons/nexus-icon.svg — Standard PWA icon
  • icons/nexus-maskable.svg — Maskable icon

Updated Files

  • index.html — Added manifest link, theme colors, Apple PWA meta tags, SW registration

Features

  • Works offline after first visit
  • Installable to home screen
  • Graceful degradation when offline
Fixes #14 Add full Progressive Web App support to The Nexus: ## Changes ### New Files - `manifest.json` — Web app manifest with Nexus branding - `sw.js` — Service worker with cache-first and stale-while-revalidate strategies - `offline.html` — Styled offline page with auto-reconnect - `icons/nexus-icon.svg` — Standard PWA icon - `icons/nexus-maskable.svg` — Maskable icon ### Updated Files - `index.html` — Added manifest link, theme colors, Apple PWA meta tags, SW registration ## Features - Works offline after first visit - Installable to home screen - Graceful degradation when offline
kimi added 1 commit 2026-03-24 03:54:43 +00:00
feat: PWA manifest + service worker for offline and install support
Some checks failed
CI / validate (pull_request) Has been cancelled
e76b3eee89
Add full Progressive Web App support to The Nexus:
- manifest.json: Web app manifest with Nexus branding, icons, and PWA config
- sw.js: Service worker with cache-first strategy for local assets and
  stale-while-revalidate for CDN resources (Three.js, fonts)
- offline.html: Styled offline fallback page with auto-reconnect
- icons/: SVG icons (standard + maskable) with crystalline Nexus design
- index.html: Add manifest link, theme colors, Apple PWA meta tags,
  and service worker registration script

Features:
- Works offline after first visit
- Installable to home screen on mobile and desktop
- Graceful degradation when offline
- Auto-refresh when connection restored

Fixes #14
Owner

🤖 Merge Bot: This PR has merge conflicts. Please rebase against main.

🤖 **Merge Bot**: This PR has merge conflicts. Please rebase against main.
Owner

🤖 Merge Bot: This PR has merge conflicts. Please rebase against main.

🤖 **Merge Bot**: This PR has merge conflicts. Please rebase against main.
kimi force-pushed kimi/issue-14 from e76b3eee89 to 5d2d8a12bc 2026-03-24 03:59:00 +00:00 Compare
Owner

Closing: merge conflicts with current main. Reopen or recreate if still needed.

Closing: merge conflicts with current main. Reopen or recreate if still needed.
Timmy closed this pull request 2026-03-24 03:59:14 +00:00
Owner

PWA support — manifest, service worker, offline page. Clean additive work. Merge conflicts. Rebase after the other nexus PRs land. Last in queue since purely additive.

PWA support — manifest, service worker, offline page. Clean additive work. Merge conflicts. Rebase after the other nexus PRs land. Last in queue since purely additive.
Some checks failed
CI / validate (pull_request) Has been cancelled

Pull request closed

Sign in to join this conversation.