feat: manage multiple edge devices in PWA#757
Merged
ivelin merged 52 commits intoambianic:masterfrom Nov 3, 2021
Merged
Conversation
added 23 commits
October 7, 2021 14:15
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Manifest does not contain a suitable icon - PNG, SVG or WebP format of at least 144 px is required, the sizes attribute must be set, and the purpose attribute, if set, must include any. No supplied icon is at least 144 px square in PNG, SVG or WebP format, with the purpose attribute unset or set to any Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Contributor
Chore
Bug Fixes
Checkpoint
ContributorsCommit-Lint commandsYou can trigger Commit-Lint actions by commenting on this PR:
|
Signed-off-by: ivelin <[email protected]>
|
A reviewer left a comment: Testing NETLIFY Browser metadata |
|
A reviewer left a comment: TESTING NETLIFY Browser metadata |
added 20 commits
October 30, 2021 00:24
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Signed-off-by: ivelin <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #757 +/- ##
==========================================
- Coverage 86.18% 80.56% -5.63%
==========================================
Files 41 45 +4
Lines 1419 1487 +68
Branches 125 132 +7
==========================================
- Hits 1223 1198 -25
- Misses 196 289 +93
|
Comment has been resolved by Ivelin IvanovA reviewer left a comment: Multi-device support pre-release. Browser metadata |
5 tasks
github-actions bot
pushed a commit
that referenced
this pull request
Nov 3, 2021
# [2.21.0](v2.20.0...v2.21.0) (2021-11-03) ### Features * manage multiple edge devices in PWA ([#757](#757)) ([72f72ba](72f72ba)), closes [#758](#758) [#753](#753) [#741](#741) [#711](#711) [#705](#705) [#660](#660) [#659](#659) [#601](#601) [#595](#595) [#589](#589) [#563](#563) [#408](#408) [#370](#370) [#329](#329) [#327](#327) [#302](#302) [#299](#299)
Contributor
Author
|
🎉 This PR is included in version 2.21.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Contributor
Author
|
Closes #467 |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Purpose
Currently users can only manage one edge device in the PWA.
Closes #563.
Approach
Store known user devices as the user connects to the for the first time. Then let the user switch the current active device selection between list of all known user devices.
Merge Checklist