-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat: manage multiple edge devices in PWA #757
Conversation
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]>
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
|
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
|
# [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)
🎉 This PR is included in version 2.21.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes #467 |
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