better eager loading and better error messaging for backup flow (#1368)

* better eager loading and better error messaging for backup flow

* add arch qp to marketplace proxy requests

* better styling for eos release notes
This commit is contained in:
Matt Hill
2022-03-31 11:05:59 -06:00
committed by GitHub
parent e79b27e0bb
commit 01f14061ec
22 changed files with 162 additions and 140 deletions

View File

@@ -25,10 +25,15 @@ export const mockPatchData: DataModel = {
'lan-address': 'https://embassy-abcdefgh.local',
'tor-address': 'http://myveryownspecialtoraddress.onion',
'unread-notification-count': 4,
// password is asdfasdf
'password-hash':
'$argon2d$v=19$m=1024,t=1,p=1$YXNkZmFzZGZhc2RmYXNkZg$Ceev1I901G6UwU+hY0sHrFZ56D+o+LNJ',
'eos-version-compat': '>=0.3.0 <=0.3.0.1',
'status-info': null,
'status-info': {
'backing-up': false,
updated: false,
'update-progress': null,
},
},
'recovered-packages': {
'btc-rpc-proxy': {