phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Update PWA UX

Open abose opened this issue 3 years ago • 1 comments

PWA support for chrome was added in https://github.com/aicore/phoenix/pull/101/

The install UI should be inline with brackets ux.

abose avatar Sep 23 '21 04:09 abose

PWA manifests are created as part of the deploy steps that generate all the files that are part of the build folder to cache. This cannot be checked into code as the manifest needs to be rebuilt based on the release builds. We will have to update the release process to generate PWA manifest files.

abose avatar Dec 16 '21 13:12 abose

Fixed PWA workflow. We will have native builds in favor of pure pwa installs, so pwa install button will not be present in Phoenix.

abose avatar Dec 06 '22 16:12 abose