mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
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:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user