Update plugins/_dm-shared/VipCard.tsx to render role tags as small bracket chips next to the main paid-tier bracket on the heading.
Example header: [MAXXER++] [HELPER] [BETA] Thanks for going MAXXER++.
Each role chip uses the role-specific color from the catalog:
- owner
#FF5555
- team
#D03050
- mod
#00AA00
- helper
#AA00AA
- founders
#FFD700 (gold sparkle animation)
- beta
#3070FF
- partner
#FF0000 w/ small glyph
Bracket-chip component should be reusable for the profile-popout badge work in the next issue.
Update
plugins/_dm-shared/VipCard.tsxto render role tags as small bracket chips next to the main paid-tier bracket on the heading.Example header:
[MAXXER++] [HELPER] [BETA] Thanks for going MAXXER++.Each role chip uses the role-specific color from the catalog:
#FF5555#D03050#00AA00#AA00AA#FFD700(gold sparkle animation)#3070FF#FF0000w/ small glyphBracket-chip component should be reusable for the profile-popout badge work in the next issue.