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