Wallet iteration 2 #6913

Closed
mayeaux wants to merge 12 commits from wallet-iteration-2 into master
mayeaux commented 2021-08-19 17:29:15 +02:00 (Migrated from github.com)

Changing the way the wallet functionality is displayed

Changing the way the wallet functionality is displayed
jessopb (Migrated from github.com) reviewed 2021-08-19 18:01:46 +02:00
@ -12,6 +12,17 @@ import { toCapitalCase } from 'util/string';
import classnames from 'classnames';
import HelpLink from 'component/common/help-link';
import FileExporter from 'component/common/file-exporter';
import WalletFiatPaymentHistory from 'component/walletFiatPaymentHistory';
jessopb (Migrated from github.com) commented 2021-08-19 17:40:14 +02:00

Should we call this file and function TransactionActivity?

Should we call this file and function `TransactionActivity`?
@ -14,1 +14,4 @@
import FileExporter from 'component/common/file-exporter';
import WalletFiatPaymentHistory from 'component/walletFiatPaymentHistory';
import WalletFiatAccountHistory from 'component/walletFiatAccountHistory';
import { STRIPE_PUBLIC_KEY } from '../../../config';
jessopb (Migrated from github.com) commented 2021-08-19 17:37:54 +02:00

../../..

../../..
@ -15,0 +17,4 @@
import { STRIPE_PUBLIC_KEY } from '../../../config';
import { Lbryio } from 'lbryinc';
let stripeEnvironment = 'test';
jessopb (Migrated from github.com) commented 2021-08-19 17:37:46 +02:00
https://github.com/lbryio/lbry-desktop/blob/618b9a4d3e7446842ef89d03eea522b13bef6709/ui/page/wallet/view.jsx#L16
jessopb (Migrated from github.com) commented 2021-08-19 17:40:51 +02:00

const stripeEnvironment = getStripeEnvironment();

const stripeEnvironment = getStripeEnvironment();
jessopb (Migrated from github.com) commented 2021-08-19 17:43:09 +02:00

This was fixed in another component (if customerTransactionsResponse was not an [])

This was fixed in another component (if customerTransactionsResponse was not an [])
@ -48,0 +112,4 @@
} catch (err) {
console.log(err);
}
})();
jessopb (Migrated from github.com) commented 2021-08-19 17:42:11 +02:00

the name collision probably because of the name of the result here? just call this fiatTransactions?

the name collision probably because of the name of the result here? just call this fiatTransactions?
@ -296,0 +456,4 @@
})}
label={__('Incoming')}
/>
<Button
jessopb (Migrated from github.com) commented 2021-08-19 17:44:51 +02:00

move style to scss

move style to scss

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#6913
No description provided.