summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/popup/Backup.stories.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-07-09 23:15:49 -0300
committerSebastian <sebasjm@gmail.com>2021-07-09 23:15:53 -0300
commitd29499b80a992a0d107327c0dfbf31bb2d2ba6f7 (patch)
tree256d181c9f3c3795841c71ef6400f4dce6a738f4 /packages/taler-wallet-webextension/src/popup/Backup.stories.tsx
parent5881d957caf3bd7d3311cae7420ceb1e3fa5a9e1 (diff)
downloadwallet-core-d29499b80a992a0d107327c0dfbf31bb2d2ba6f7.tar.gz
wallet-core-d29499b80a992a0d107327c0dfbf31bb2d2ba6f7.tar.bz2
wallet-core-d29499b80a992a0d107327c0dfbf31bb2d2ba6f7.zip
migration css to linaria
Diffstat (limited to 'packages/taler-wallet-webextension/src/popup/Backup.stories.tsx')
-rw-r--r--packages/taler-wallet-webextension/src/popup/Backup.stories.tsx32
1 files changed, 23 insertions, 9 deletions
diff --git a/packages/taler-wallet-webextension/src/popup/Backup.stories.tsx b/packages/taler-wallet-webextension/src/popup/Backup.stories.tsx
index 2d28a6ddc..ed03f2087 100644
--- a/packages/taler-wallet-webextension/src/popup/Backup.stories.tsx
+++ b/packages/taler-wallet-webextension/src/popup/Backup.stories.tsx
@@ -62,7 +62,7 @@ export const LotOfProviders = createExample(TestedComponent, {
"storageLimitInMegabytes": 16,
"supportedProtocolVersion": "0.0"
}
- },{
+ }, {
"active": true,
"syncProviderBaseUrl": "http://sync.taler:9967/",
"lastSuccessfulBackupTimestamp": {
@@ -82,43 +82,57 @@ export const LotOfProviders = createExample(TestedComponent, {
"storageLimitInMegabytes": 16,
"supportedProtocolVersion": "0.0"
}
- },{
+ }, {
"active": false,
"syncProviderBaseUrl": "http://sync.demo.taler.net/",
"paymentProposalIds": [],
"paymentStatus": {
- "type": ProviderPaymentType.Unpaid,
+ "type": ProviderPaymentType.Pending,
},
"terms": {
"annualFee": "KUDOS:0.1",
"storageLimitInMegabytes": 16,
"supportedProtocolVersion": "0.0"
}
- },{
+ }, {
"active": false,
"syncProviderBaseUrl": "http://sync.demo.taler.net/",
"paymentProposalIds": [],
"paymentStatus": {
- "type": ProviderPaymentType.Unpaid,
+ "type": ProviderPaymentType.InsufficientBalance,
},
"terms": {
"annualFee": "KUDOS:0.1",
"storageLimitInMegabytes": 16,
"supportedProtocolVersion": "0.0"
}
- },{
+ }, {
"active": false,
"syncProviderBaseUrl": "http://sync.demo.taler.net/",
"paymentProposalIds": [],
"paymentStatus": {
- "type": ProviderPaymentType.Unpaid,
+ "type": ProviderPaymentType.TermsChanged,
+ newTerms: {
+ annualFee: 'USD:2',
+ storageLimitInMegabytes: 8,
+ supportedProtocolVersion: '2',
+ },
+ oldTerms: {
+ annualFee: 'USD:1',
+ storageLimitInMegabytes: 16,
+ supportedProtocolVersion: '1',
+
+ },
+ paidUntil: {
+ t_ms: 'never'
+ }
},
"terms": {
"annualFee": "KUDOS:0.1",
"storageLimitInMegabytes": 16,
"supportedProtocolVersion": "0.0"
}
- },{
+ }, {
"active": false,
"syncProviderBaseUrl": "http://sync.demo.taler.net/",
"paymentProposalIds": [],
@@ -130,7 +144,7 @@ export const LotOfProviders = createExample(TestedComponent, {
"storageLimitInMegabytes": 16,
"supportedProtocolVersion": "0.0"
}
- },{
+ }, {
"active": false,
"syncProviderBaseUrl": "http://sync.demo.taler.net/",
"paymentProposalIds": [],