Skip to content

feat: add offline support #80

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

Merged
merged 27 commits into from
Jun 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f08a6be
feat: turn app into PWA
Jun 1, 2020
ebfcbbe
feat: turn app into PWA
Jun 1, 2020
0dae82e
.
Jun 1, 2020
8fd39b6
feat: workbox config
Jun 1, 2020
6f64806
feat: workbox config
Jun 1, 2020
d21d731
Merge branch 'feature/pwa-service-worker' of github.com:Siemko/testin…
Jun 1, 2020
4cd9ef2
feat: workbox config part 2
Jun 1, 2020
1f1576c
feat: workbox config part 2
Jun 1, 2020
273b750
Merge branch 'feature/pwa-service-worker' of github.com:Siemko/testin…
Jun 1, 2020
1699227
Merge branch 'feature/pwa-service-worker' of github.com:Siemko/testin…
Jun 1, 2020
0ae3baa
Merge branch 'feature/pwa-service-worker' of github.com:Siemko/testin…
Jun 1, 2020
92bc3b8
Merge branch 'feature/pwa-service-worker' of github.com:Siemko/testin…
Jun 1, 2020
4a7a9ab
Merge branch 'feature/pwa-service-worker' of github.com:Siemko/testin…
Jun 1, 2020
e5453a0
Merge branch 'feature/pwa-service-worker' of github.com:Siemko/testin…
Jun 1, 2020
386b45b
Merge branch 'feature/pwa-service-worker' of github.com:Siemko/testin…
Jun 1, 2020
48b59f0
feat: workbox config, update manifest
Jun 1, 2020
0b08e94
fix: PWA client links
Jun 1, 2020
a8eb18d
fix: service worker paths fix
Jun 1, 2020
5d1940f
fix: sw ignore url params
Jun 1, 2020
dab047c
merge master, WIP: show fancy button
Jun 5, 2020
f8fe424
Marge develop, add react-toastify
Jun 7, 2020
427c6ee
Merge develop, update message
Jun 9, 2020
faa2479
Merge branch 'develop' into pr/80
smeijer Jun 9, 2020
bec5c9e
remove console.log
smeijer Jun 9, 2020
110fe07
fix prettier config for html files
smeijer Jun 9, 2020
b654be2
add some extra attributes to manifest
smeijer Jun 9, 2020
910d540
oops, sorry
smeijer Jun 9, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,12 @@ module.exports = {
singleQuote: true,
printWidth: 80,
tabWidth: 2,
overrides: [
{
files: '*.html',
options: {
printWidth: 120,
},
},
],
};
Loading