Make the web app an installable PWA with a polished mobile shell - #16
Merged
Conversation
- Web app manifest (standalone display, brand icons incl. maskable, app shortcuts for Calendar / Find / Freshman Guide) - Service worker: cache-first for hashed bundles, network-first navigations with offline shell fallback, stale-while-revalidate for the rest; parses the shell HTML at install time to precache bundles so the app works offline after a single visit - Custom expo-router +html shell: proper <title>, theme-color for both color schemes, iOS standalone meta + apple-touch-icon, safe-area-aware viewport, and mobile polish CSS (no tap highlight, no overscroll bounce, no iOS text inflation) - Generated brand icon set (crimson 'C.' monogram) + new favicon - SafeAreaProvider at the root so the tab bar respects the home indicator when installed; app name fixed from 'client' to 'CMUnify'; splash colors matched to the theme backgrounds Verified: service worker activates, manifest valid, offline reload renders the full app. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011nrgpkJbvZ9JCf2VA2kKvJ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Turns the web app into a proper Progressive Web App:
/_expobundles, so the app opens offline after a single visit (first-load requests otherwise never pass through the worker).+html.tsxshell — real<title>(was "client"),theme-colorfor light and dark schemes, iOS standalone meta +apple-touch-icon,viewport-fit=cover, and mobile polish CSS: no tap-highlight flash, no rubber-band overscroll, no iOS landscape text inflation, antialiased text, scheme-matched root background.Verified headlessly: worker activates, manifest parses with 3 icons, and an offline reload renders the full app.
🤖 Generated with Claude Code
https://claude.ai/code/session_011nrgpkJbvZ9JCf2VA2kKvJ
Generated by Claude Code