-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Tools: Add Activity Export Feature #2785
base: master
Are you sure you want to change the base?
Tools: Add Activity Export Feature #2785
Conversation
9732aea
to
69b405f
Compare
views/ActivityExportOptions.tsx
Outdated
{ label: 'Amount (sat)', value: 'getAmount' }, | ||
{ label: 'Total Fees (sat)', value: 'getFee' }, | ||
{ label: 'Note', value: 'getNote' }, | ||
{ label: 'Timestamp', value: 'getDate' } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of repeating all these fields from the component on the Activity
view, could we possible great this off into a utility file of sorts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, sure will do that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pushed some changes to shift those functionlity to a utils file
25dd28a
to
fde74a2
Compare
Rebased |
Issue : #2742