An ATproto social media client -- with an independent Appview.

feat: cleanup splash

+2 -22
+1 -1
src/locale/locales/en-GB/messages.po
··· 10207 10207 #: src/view/com/auth/SplashScreen.web.tsx:99 10208 10208 #: src/view/com/composer/Composer.tsx:812 10209 10209 msgid "What's up?" 10210 - msgstr "What's up?" 10210 + msgstr "Are you on the list?" 10211 10211 10212 10212 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146 10213 10213 msgid "When you tap on a check, you’ll see which organizations have granted verification."
+1 -21
src/view/com/auth/SplashScreen.web.tsx
··· 17 17 import {AppLanguageDropdown} from '#/components/AppLanguageDropdown' 18 18 import {Button, ButtonText} from '#/components/Button' 19 19 import * as Layout from '#/components/Layout' 20 - import {InlineLinkText} from '#/components/Link' 21 20 import {Text} from '#/components/Typography' 22 21 23 22 export const SplashScreen = ({ ··· 96 95 97 96 <Text 98 97 style={[a.text_md, a.font_bold, t.atoms.text_contrast_medium]}> 99 - <Trans>What's up?</Trans> 98 + <Trans>Are you on the list?</Trans> 100 99 </Text> 101 100 </View> 102 101 ··· 146 145 147 146 function Footer() { 148 147 const t = useTheme() 149 - const {_} = useLingui() 150 148 151 149 return ( 152 150 <View ··· 164 162 a.flex_1, 165 163 t.atoms.border_contrast_medium, 166 164 ]}> 167 - <InlineLinkText 168 - label={_(msg`Learn more about Bluesky`)} 169 - to="https://bsky.social"> 170 - <Trans>Business</Trans> 171 - </InlineLinkText> 172 - <InlineLinkText 173 - label={_(msg`Read the Bluesky blog`)} 174 - to="https://bsky.social/about/blog"> 175 - <Trans>Blog</Trans> 176 - </InlineLinkText> 177 - <InlineLinkText 178 - label={_(msg`See jobs at Bluesky`)} 179 - to="https://bsky.social/about/join"> 180 - <Trans comment="Link to a page with job openings at Bluesky"> 181 - Jobs 182 - </Trans> 183 - </InlineLinkText> 184 - 185 165 <View style={a.flex_1} /> 186 166 187 167 <AppLanguageDropdown />