Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Merge remote-tracking branch 'upstream/main'

xan.lol 7f19d754 3bb11e61

+11 -11
+4 -4
deer-static-about/index.html
··· 7 7 name="viewport" 8 8 content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1.00001, viewport-fit=cover" 9 9 /> 10 - <title>social.daniela.lol | about</title> 11 - <meta http-equiv="refresh" content="0;url=https://github.com/danielah05/deer-social"> 10 + <title>About — Bitchsky</title> 11 + <meta http-equiv="refresh" content="0;url=https://github.com/devxan/bitch-social"> 12 12 13 13 <link rel="preload" as="font" type="font/woff2" href="/static/media/InterVariable.c504db5c06caaf7cdfba.woff2" crossorigin> 14 - 14 + 15 15 <link rel="stylesheet" href="normalize.css" type="text/css"> 16 16 <link rel="stylesheet" href="sakura.css" type="text/css"> 17 17 </head> 18 18 <script type="text/javascript"> 19 - window.location.href = "https://github.com/danielah05/deer-social"; 19 + window.location.href = "https://github.com/devxan/bitch-social"; 20 20 </script> 21 21 <body> 22 22 <h1>redirecting to github readme...</h1>
+3 -3
src/components/WelcomeModal.tsx
··· 8 8 import {logger} from '#/logger' 9 9 import {useLoggedOutViewControls} from '#/state/shell/logged-out' 10 10 import {Logo} from '#/view/icons/Logo' 11 - import {atoms as a, useBreakpoints, web} from '#/alf' 11 + import {atoms as a, flatten, useBreakpoints, web} from '#/alf' 12 12 import {Button, ButtonText} from '#/components/Button' 13 13 import {TimesLarge_Stroke2_Corner0_Rounded as XIcon} from '#/components/icons/Times' 14 14 import {Text} from '#/components/Typography' ··· 78 78 ]}> 79 79 <FocusScope.FocusScope asChild loop trapped> 80 80 <View 81 - style={[ 81 + style={flatten([ 82 82 { 83 83 maxWidth: 800, 84 84 maxHeight: 600, ··· 89 89 a.rounded_lg, 90 90 a.overflow_hidden, 91 91 a.zoom_in, 92 - ]}> 92 + ])}> 93 93 <ImageBackground 94 94 source={welcomeModalBg} 95 95 style={[a.flex_1, a.justify_center]}
+1 -1
src/lib/constants.ts
··· 11 11 export const BSKY_SERVICE_DID = 'did:web:bsky.social' 12 12 export const PUBLIC_BSKY_SERVICE = 'https://public.api.bsky.app' 13 13 export const DEFAULT_SERVICE = BSKY_SERVICE 14 - export const HELP_DESK_URL = `https://github.com/danielah05/deer-social/issues/new/choose` 14 + export const HELP_DESK_URL = `https://github.com/devxan/bitch-social/issues/new/choose` 15 15 export const EMBED_SERVICE = 'https://embed.bsky.app' 16 16 export const EMBED_SCRIPT = `${EMBED_SERVICE}/static/embed.js` 17 17 export const BSKY_DOWNLOAD_URL = 'https://bsky.app/download'
+1 -1
src/lib/strings/headings.ts
··· 1 1 export function bskyTitle(page: string, unreadCountLabel?: string) { 2 2 const unreadPrefix = unreadCountLabel ? `(${unreadCountLabel}) ` : '' 3 - return `${unreadPrefix}${page} — social.daniela.lol` 3 + return `${unreadPrefix}${page} — Bitchsky` 4 4 }
+1 -1
src/view/com/auth/SplashScreen.web.tsx
··· 170 170 ]}> 171 171 <InlineLinkText 172 172 label={_(msg`Read the patches and contribute`)} 173 - to="https://github.com/danielah05/deer-social"> 173 + to="https://github.com/devxan/bitch-social"> 174 174 <Trans>Github</Trans> 175 175 </InlineLinkText> 176 176
+1 -1
web/index.html
··· 105 105 "> 106 106 <h1 lang="en">JavaScript Required</h1> 107 107 <p lang="en">This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is. 108 - <p lang="en">Learn more about Bluesky at <a href="https://bsky.social">bsky.social</a> and <a href="https://atproto.com">atproto.com</a>, or this fork at <a href="https://github.com/danielah05/deer-social">github.com/danielah05/deer-social</a>. 108 + <p lang="en">Learn more about Bluesky at <a href="https://bsky.social">bsky.social</a> and <a href="https://atproto.com">atproto.com</a>, or this fork at <a href="https://github.com/devxan/bitch-social">github.com/devxan/bitch-social</a>. 109 109 </noscript> 110 110 111 111 <!-- The root element for your Expo app. -->