-
Notifications
You must be signed in to change notification settings - Fork 19
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
style: use drip-list-badge in streams table (closes #700) #706
Conversation
✅ Deploy Preview for drips-app-v2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Would be great to make a small version of the drip list badge icon to align it with address stream recipients
Also re. showing the ens / address in the drip list badge, I guess streams always appear in the context of one particular user, so I feel like we could just always hide it in the context of the stream table. Then it'd need to be one boolean prop like showUsername
🤔
Ok, simplified things, lmk wyt @efstajas
|
closes #700 (don't see a reason not to just merge this into main?)
(would've been nice to hide the drip list username when in dashboard streams context but seems really hairy to pass that context down to the UserBadgeCell component?)