hey
hey copied to clipboard
feat: better tipping data display
What does this PR do?
This pull request focuses on better display of tipping and collect stats.
Related issues
Fixes #4778
Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Enhancement (non-breaking small changes to existing functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
Explanation of the changes
- Filters open action counts to only reflect collects.
- Changes "Action" verb back to "Collect" where appropriate.
- Adds query to get action count and
actedOn
operation for tips - Queries for tip action data for each publication
- Displays tip counts
- Shows solid tip icon when acted on
- Adds
/tippers
sub page for publications
Side effects
- The
seedAllowedTokens
script was updated to use Mumbai addresses where available when running ontestnet
. - A "solid" variant of the
TipIcon
was created calledTipIconSolid
. - A new
ProfileLinkSource
was added when showing/tippers
calledtips
. - A new
UnknownOpenActionData
query was added to get the action count and operation status of the current user for unknown action modules (like tipping).