-
Notifications
You must be signed in to change notification settings - Fork 5
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
add realtime superfluid donations amounts to donor profiles #66
Merged
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
af10f15
added donation timestamp to DonorCollective (needed for superfluid re…
krisbitney 75f6abc
Merge remote-tracking branch 'origin/kris/data-flow' into kris/realti…
krisbitney 99ab3af
displaying realtime superfluid donations (untested)
krisbitney 48f2507
Merge remote-tracking branch 'origin/web3Integrations' into kris/real…
krisbitney 0df8bc3
Merge remote-tracking branch 'origin/web3Integrations' into kris/real…
krisbitney 698e3c5
Merge remote-tracking branch 'origin/web3Integrations' into kris/real…
krisbitney 8c1641c
Merge remote-tracking branch 'origin/kris/data-flow' into kris/realti…
krisbitney 25380e4
post-merge fixes
krisbitney 8cc5c3f
removed unused constants
krisbitney 60844f0
removed redundant view from ViewStewardsPage.tsx
krisbitney 178e8d5
removed unused styles from ViewStewardsPage.tsx
krisbitney e014225
removed unused styles from ViewDonorsPage.tsx
krisbitney fed3a87
ui fixes ViewStewardsPage and ViewDonorsPage
krisbitney f803942
removed unused import and console log
krisbitney b8d12ed
Merge remote-tracking branch 'origin/kris/data-flow' into kris/realti…
krisbitney 89eb735
Merge pull request #71 from GoodDollar/kris/desktop-stewards-donors-l…
krisbitney 5a86cef
removed mock data
krisbitney 638593d
added flowing balances for total donation amounts for collectives and…
krisbitney e6f04a1
added useTokenList hook
krisbitney File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
post-merge fixes
- Loading branch information
commit 25380e4a1f566d415e5394a81b9f3b22e990b7a0
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
donation to pools should use flow rate
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.
only stewards currently receive single payments.
donor can donate a single donation or a flow therefor pools have incoming flow rate on top of single donations
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.
I fixed this in a new commit. Please take a look when you have a chance.