Skip to content

Add PWA meta tags, auto-refresh, display mode, and touch targets#550

Merged
asim merged 1 commit intomainfrom
claude/add-wallet-transfers-74PHC
Apr 7, 2026
Merged

Add PWA meta tags, auto-refresh, display mode, and touch targets#550
asim merged 1 commit intomainfrom
claude/add-wallet-transfers-74PHC

Conversation

@asim
Copy link
Copy Markdown
Member

@asim asim commented Apr 7, 2026

PWA: Add theme-color, apple-mobile-web-app-capable, apple-touch-icon, and application-name meta tags for proper iOS home screen support.

Auto-refresh: Home page polls /home (JSON) every 2 minutes and updates card content in-place without full reload. Card template now wraps content in .card-content div to support targeted updates.

Display mode: Visit /home?mode=display for a kiosk/wall display view that hides header, nav, footer, and status form. Refreshes every 60s and requests Screen Wake Lock to prevent display sleep.

Touch: Buttons now min-height 44px with larger padding (10px 16px). Nav links increased to min-height 44px on both desktop and mobile.

https://claude.ai/code/session_01GRGLA9yj7BpqKiyi6xFwnm

PWA: Add theme-color, apple-mobile-web-app-capable, apple-touch-icon,
and application-name meta tags for proper iOS home screen support.

Auto-refresh: Home page polls /home (JSON) every 2 minutes and updates
card content in-place without full reload. Card template now wraps
content in .card-content div to support targeted updates.

Display mode: Visit /home?mode=display for a kiosk/wall display view
that hides header, nav, footer, and status form. Refreshes every 60s
and requests Screen Wake Lock to prevent display sleep.

Touch: Buttons now min-height 44px with larger padding (10px 16px).
Nav links increased to min-height 44px on both desktop and mobile.

https://claude.ai/code/session_01GRGLA9yj7BpqKiyi6xFwnm
@asim asim merged commit 3becab2 into main Apr 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants