Commit 606dfc8
committed
feat: integrate BountyTags into CreatorBountyCard and ContributorProfile
Closes #487
Replaces inline tier/skill rendering with the reusable BountyTags component:
- CreatorBountyCard: adds tier, skills, and category pills above the
status/escrow/deadline line for visual consistency with BountyCard
- ContributorProfile: replaces manual tierLabel() + TIER_COLORS inline
spans with BountyTags tier pill in the recent bounties list
Both components now use the same GitHub-label-colored pills as the
bounty board, providing consistent visual language across the app.
Wallet: HZV6YPdTeJPjPujWjzsFLLKja91K2Ze78XeY8MeFhfK81 parent d8998e7 commit 606dfc8
File tree
2 files changed
+24
-6
lines changed- frontend/src/components
- bounties
2 files changed
+24
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
276 | 278 | | |
277 | 279 | | |
278 | 280 | | |
279 | | - | |
280 | | - | |
281 | | - | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
282 | 292 | | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | 293 | | |
287 | 294 | | |
288 | 295 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
142 | 153 | | |
143 | 154 | | |
144 | 155 | | |
| |||
0 commit comments