Zio Blue: various rebranding changes
parent
0e1de19903
commit
7462f796a4
|
@ -3,9 +3,9 @@ import {AppBskyActorDefs} from '@atproto/api'
|
|||
|
||||
export const LOCAL_DEV_SERVICE =
|
||||
Platform.OS === 'android' ? 'http://10.0.2.2:2583' : 'http://localhost:2583'
|
||||
export const STAGING_SERVICE = 'https://staging.bsky.dev'
|
||||
export const BSKY_SERVICE = 'https://bsky.social'
|
||||
export const PUBLIC_BSKY_SERVICE = 'https://public.api.bsky.app'
|
||||
export const STAGING_SERVICE = 'https://zio.blue
|
||||
export const BSKY_SERVICE = 'https://zio.blue'
|
||||
export const PUBLIC_BSKY_SERVICE = 'https://zio.blue'
|
||||
export const DEFAULT_SERVICE = BSKY_SERVICE
|
||||
const HELP_DESK_LANG = 'en-us'
|
||||
export const HELP_DESK_URL = `https://blueskyweb.zendesk.com/hc/${HELP_DESK_LANG}`
|
||||
|
|
|
@ -86,9 +86,9 @@ export function ServerInputDialog({
|
|||
label="Preferences"
|
||||
values={fixedOption}
|
||||
onChange={setFixedOption}>
|
||||
<ToggleButton.Button name={BSKY_SERVICE} label={_(msg`Bluesky`)}>
|
||||
<ToggleButton.Button name={BSKY_SERVICE} label={_(msg`Zio`)}>
|
||||
<ToggleButton.ButtonText>
|
||||
{_(msg`Bluesky`)}
|
||||
{_(msg`Zio`)}
|
||||
</ToggleButton.ButtonText>
|
||||
</ToggleButton.Button>
|
||||
<ToggleButton.Button
|
||||
|
@ -152,9 +152,24 @@ export function ServerInputDialog({
|
|||
a.flex_1,
|
||||
]}>
|
||||
<Trans>
|
||||
Bluesky is an open network where you can choose your hosting
|
||||
provider. Custom hosting is now available in beta for
|
||||
developers.
|
||||
A small
|
||||
<InlineLinkText
|
||||
label={_(msg`PDS instance`)}
|
||||
to="https://github.com/bluesky-social/pds"
|
||||
style={[!gtMobile && a.text_md]}>
|
||||
<Trans>
|
||||
PDS instance
|
||||
</Trans>
|
||||
</InlineLinkText>
|
||||
ran by
|
||||
<InlineLinkText
|
||||
label={_(msg`Zio`)}
|
||||
to="https://zio.sh"
|
||||
style={[!gtMobile && a.text_md]}>
|
||||
<Trans>
|
||||
Zio
|
||||
</Trans>
|
||||
</InlineLinkText>
|
||||
</Trans>
|
||||
</P>
|
||||
</View>
|
||||
|
|
Loading…
Reference in New Issue