Skip to content

[DASH-10] PWA Support #53

Description

@Xflofoxx

Description

Make dashboard installable as a Progressive Web App.

Requirements

  • Installable on desktop/mobile
  • Offline support via service worker
  • App-like experience
  • Push notifications support

Manifest example:

{
  "name": "Pingup Dashboard",
  "short_name": "Pingup",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#3b82f6"
}

Acceptance Criteria

  • PWA installable
  • Works offline
  • Push notifications work

See: spec/server/DASH-10-pwa-support.md

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions