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

Add service worker #735

Merged
merged 6 commits into from
Apr 15, 2024
Merged

Add service worker #735

merged 6 commits into from
Apr 15, 2024

Conversation

paulrobertlloyd
Copy link
Collaborator

@paulrobertlloyd paulrobertlloyd commented Apr 14, 2024

Fixes #675.

  • Web app manifest icons #736
  • Set colour in, and set custom variable for theme_color in <head>
  • Run Lighthouse and other PWA audits
  • Add tests
  • Add localisations
  • Rewrite remaining functions in serviceworker.js to use await/async syntax

@paulrobertlloyd paulrobertlloyd added enhancement New feature or request core Core indiekit package frontend labels Apr 14, 2024
@paulrobertlloyd paulrobertlloyd added this to the v1.0 milestone Apr 14, 2024
@paulrobertlloyd paulrobertlloyd force-pushed the feat/675-service-worker branch 6 times, most recently from d0aca6d to 7a4d53f Compare April 14, 2024 16:37
@paulrobertlloyd paulrobertlloyd force-pushed the feat/675-service-worker branch 3 times, most recently from 3e7a5f5 to 101df60 Compare April 14, 2024 19:34
@paulrobertlloyd paulrobertlloyd force-pushed the feat/675-service-worker branch 2 times, most recently from 845b241 to db29f10 Compare April 14, 2024 20:05
@paulrobertlloyd paulrobertlloyd force-pushed the feat/675-service-worker branch 7 times, most recently from 0e567b4 to 090b9c1 Compare April 15, 2024 01:01
@paulrobertlloyd paulrobertlloyd force-pushed the feat/675-service-worker branch from 090b9c1 to 0dd9e93 Compare April 15, 2024 10:06
@paulrobertlloyd paulrobertlloyd force-pushed the feat/675-service-worker branch from 0dd9e93 to b8fb663 Compare April 15, 2024 23:18
@paulrobertlloyd paulrobertlloyd marked this pull request as ready for review April 15, 2024 23:21
@paulrobertlloyd paulrobertlloyd merged commit da11b4f into main Apr 15, 2024
3 checks passed
@paulrobertlloyd paulrobertlloyd deleted the feat/675-service-worker branch April 15, 2024 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core indiekit package enhancement New feature or request frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Indiekit a Progressive Web App (PWA)
1 participant