Skip to content

feat(common): add FollowerCountPill, BackHeader, and TruncatedAddress components - #25

Merged
Chucks1093 merged 3 commits into
accesslayerorg:mainfrom
sshdopey:drips-contributions
Mar 26, 2026
Merged

feat(common): add FollowerCountPill, BackHeader, and TruncatedAddress components#25
Chucks1093 merged 3 commits into
accesslayerorg:mainfrom
sshdopey:drips-contributions

Conversation

@sshdopey

Copy link
Copy Markdown
Contributor

Summary

Adds three reusable common components: a follower count pill for creator cards, a back-button header for detail pages, and a truncated wallet address display.

Testing

  • pnpm lint
  • pnpm build

Checklist

  • Linked issue or backlog item
  • Scope is limited to the stated change
  • Updated docs if behavior or setup changed
  • Added screenshots for UI changes when relevant

Issues Resolved

Closes #21
Closes #22
Closes #23

Changes

#21 - Add creator card follower count pill

Created FollowerCountPill.tsx - a compact pill rendering a follower count with K/M abbreviations. Returns null for missing or negative values so creator cards degrade cleanly.

#22 - Add creator profile back button header

Created BackHeader.tsx - renders a back button (calls navigate(-1) or an optional onBack override) beside a title and optional subtitle. Responsive with truncate on long strings.

#23 - Add truncated wallet address display component

Created TruncatedAddress.tsx - truncates long addresses to prefix...suffix format with configurable char counts. Includes an optional copy button that resets after 2 seconds.

@drips-wave

drips-wave Bot commented Mar 26, 2026

Copy link
Copy Markdown

@sshdopey Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Chucks1093
Chucks1093 merged commit e935330 into accesslayerorg:main Mar 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add truncated wallet address display component Add creator profile back button header Add creator card follower count pill

2 participants