mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Feed interstitial tweaks (#4733)

* Swap interstitial positions

* Fix color

authored by danabra.mov and committed by

GitHub d03dd8c8 ca738696

+3 -3
+1 -1
src/components/Button.tsx
··· 542 542 if (variant === 'solid' || variant === 'gradient') { 543 543 if (!disabled) { 544 544 baseStyles.push({ 545 - color: t.palette.white, 545 + color: t.palette.contrast_100, 546 546 }) 547 547 } else { 548 548 baseStyles.push({
+2 -2
src/view/com/posts/Feed.tsx
··· 143 143 variant: 'default', 144 144 }, 145 145 key: feedInterstitialType, 146 - slot: 20, 146 + slot: 40, 147 147 }, 148 148 { 149 149 type: followInterstitialType, ··· 151 151 variant: 'default', 152 152 }, 153 153 key: followInterstitialType, 154 - slot: 40, 154 + slot: 20, 155 155 }, 156 156 ], 157 157 }