-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Groundwork to move Chelonia into a service worker #1981
Closed
Closed
Changes from 11 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
def677e
WIP 1
corrideat c1dab49
WIP
corrideat de516d1
WIP; not working
corrideat a416e8f
Fix routing issues
corrideat 1249fe3
Serdes function
corrideat 05c872c
Merge branch 'master' into feat/isolate-contract-state
corrideat b34a226
WIP
corrideat b2a615c
WIP
corrideat 92d54fe
Fixes to cross-boundary fns
corrideat b51a79d
Merge branch 'master' into feat/isolate-contract-state
corrideat 7c7c751
SW Lifecycle
corrideat 74cab63
WIP
corrideat 0a4136b
Service worker sync
corrideat 35c74f4
WIP
corrideat 0f04f99
Various improvements to SW
corrideat 9a9e05a
Fixes related to group-chat.spec.js
corrideat 2e9758a
Fix: tests hang on start
corrideat 378e08a
Merge branch 'master' into feat/isolate-contract-state
corrideat ce187c6
Fixes after merge
corrideat ec058ef
Fix group-chat.spec.js, again. Broken: group-chat-direct-message, gro…
corrideat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because that deals with the Vuex state and doesn't belong into actions.