Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progressive Web App #296

Merged
merged 6 commits into from
Nov 17, 2022
Merged

Progressive Web App #296

merged 6 commits into from
Nov 17, 2022

Conversation

galfert
Copy link
Contributor

@galfert galfert commented Oct 30, 2022

Closes #238

This adds Progressive Web App capabilities by adding a Web App Manifest and a minimal Service Worker. The app is installable now (on supported Browsers/devices, i.e. Chrome, Edge, iOS, Android).

Screenshot 2022-10-30 at 13 07 30

It also adds some low hanging fruits (meta tags, smaller filesize for background image) to increase some of the Lighthouse scores.

Before

Screenshot 2022-10-30 at 13 19 25

After

Screenshot 2022-10-30 at 13 20 22

Screenshot 2022-10-30 at 13 37 45

@galfert galfert self-assigned this Oct 30, 2022
@galfert galfert requested a review from raucao October 30, 2022 13:01
@galfert galfert changed the title Feature/pwa Progressive Web App Oct 30, 2022
@galfert galfert requested a review from raucao November 17, 2022 10:01
Copy link
Member

@raucao raucao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@raucao raucao merged commit 9918627 into master Nov 17, 2022
@raucao raucao deleted the feature/pwa branch November 17, 2022 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Web App Manifest
2 participants