Placeholder
This commit is contained in:
@@ -527,45 +527,15 @@ function useFeatures() {
|
|||||||
const {_} = useLingui()
|
const {_} = useLingui()
|
||||||
|
|
||||||
const features = [
|
const features = [
|
||||||
{
|
|
||||||
available: true,
|
|
||||||
icon: Check,
|
|
||||||
text: _(msg`Bluesky+ profile badge`),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
available: true,
|
available: true,
|
||||||
icon: Check,
|
icon: Check,
|
||||||
text: _(msg`Custom app icons`),
|
text: _(msg`Custom app icons`),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
available: true,
|
|
||||||
icon: Check,
|
|
||||||
text: _(msg`Profile customizations`),
|
|
||||||
},
|
|
||||||
{
|
|
||||||
available: true,
|
|
||||||
icon: Check,
|
|
||||||
text: _(msg`Higher video upload limits`),
|
|
||||||
},
|
|
||||||
{
|
|
||||||
available: true,
|
|
||||||
icon: Check,
|
|
||||||
text: _(msg`High quality video resolution`),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
available: false,
|
available: false,
|
||||||
icon: Clock,
|
icon: Clock,
|
||||||
text: _(msg`Inline post translations (coming soon)`),
|
text: _(msg`Feature feature feature`),
|
||||||
},
|
|
||||||
{
|
|
||||||
available: false,
|
|
||||||
icon: Clock,
|
|
||||||
text: _(msg`Post analytics (coming soon)`),
|
|
||||||
},
|
|
||||||
{
|
|
||||||
available: false,
|
|
||||||
icon: Clock,
|
|
||||||
text: _(msg`Bookmark folders (coming soon)`),
|
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user