Commit bd6e3af
committed
feat(partners): introduce gold/silver/bronze tiers across grid and rail
Replace score-based dynamic sizing in PartnersGrid and PartnersRail with
a tiered system. Each active partner is assigned a tier (gold, silver,
or bronze) that drives sizing, layout, and accent styling. Score is
retained for in-tier ordering.
- Add `PartnerTier` type, `partnerTierLabels`, `partnerTierOrder`, and
`partnerTierFlares` (gradients, icons, label colors) shared between
PartnersGrid and PartnersRail
- PartnersGrid: render each tier as its own Card with a gradient L-shape,
rounded TL/BR + sharp TR/BL corners, and a centered pill tier label.
Different per-tier sizing with clear visual jumps between tiers.
Mobile-responsive (gold 1-col, silver 1-col, bronze 2-col on small)
- PartnersRail: group by tier with per-tier max widths, gradient top
bars, and centered pill tier labels. Desaturate + brightness-90 logos
with hover restoration. Hide scrollbars and prevent flex shrink so
the rail no longer clips its content
- Move `Become a Partner` link into PartnersRail itself so it shows up
on blog pages too (previously docs-only via overlay)
- Mark Convex, Fireship, Nozzle, Vercel, Speakeasy inactive
- Restructure blog index layout so the rail meets the page edge while
keeping content padding intact
- Fix GamVrec1 to use `w-full max-w-[300px]` (was hardcoded `w-[300px]`,
causing horizontal overflow inside the 280px docs rail)
- Tune per-partner image scale on Clerk, Netlify, OpenRouter, PowerSync
for visual balance within their tier1 parent e117e0e commit bd6e3af
7 files changed
Lines changed: 356 additions & 152 deletions
File tree
- src
- components
- routes
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
| 602 | + | |
606 | 603 | | |
607 | 604 | | |
608 | 605 | | |
| |||
937 | 934 | | |
938 | 935 | | |
939 | 936 | | |
940 | | - | |
941 | | - | |
942 | | - | |
943 | | - | |
944 | | - | |
945 | | - | |
946 | | - | |
947 | | - | |
948 | | - | |
949 | | - | |
950 | | - | |
951 | | - | |
952 | | - | |
953 | | - | |
954 | | - | |
955 | | - | |
956 | | - | |
957 | | - | |
958 | | - | |
959 | | - | |
960 | | - | |
961 | | - | |
962 | | - | |
963 | | - | |
964 | | - | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
965 | 945 | | |
966 | 946 | | |
967 | 947 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
11 | 18 | | |
12 | 19 | | |
13 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
14 | 54 | | |
15 | 55 | | |
16 | 56 | | |
| |||
33 | 73 | | |
34 | 74 | | |
35 | 75 | | |
36 | | - | |
| 76 | + | |
37 | 77 | | |
38 | 78 | | |
39 | 79 | | |
40 | 80 | | |
41 | 81 | | |
42 | 82 | | |
43 | 83 | | |
44 | | - | |
| 84 | + | |
45 | 85 | | |
46 | | - | |
47 | | - | |
| 86 | + | |
| 87 | + | |
48 | 88 | | |
49 | 89 | | |
50 | 90 | | |
| |||
56 | 96 | | |
57 | 97 | | |
58 | 98 | | |
59 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
60 | 108 | | |
61 | 109 | | |
62 | 110 | | |
| |||
70 | 118 | | |
71 | 119 | | |
72 | 120 | | |
73 | | - | |
74 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
75 | 134 | | |
76 | 135 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
90 | 172 | | |
91 | 173 | | |
0 commit comments