From dd669447770dfaf4e494068e19b966c67c2c137a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sun, 8 Dec 2024 12:41:04 -0600 Subject: [PATCH] WIP --- src/screens/Subscriptions/index.tsx | 39 ++++++++++++++++++----------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/src/screens/Subscriptions/index.tsx b/src/screens/Subscriptions/index.tsx index 040e94b033..528dd59bb8 100644 --- a/src/screens/Subscriptions/index.tsx +++ b/src/screens/Subscriptions/index.tsx @@ -18,7 +18,6 @@ import { APISubscription, NativePurchaseRestricted, } from '#/state/purchases/types' -import {CenteredView} from '#/view/com/util/Views' import {atoms as a, tokens, useBreakpoints, useTheme} from '#/alf' import {Admonition} from '#/components/Admonition' import {Button, ButtonIcon, ButtonText} from '#/components/Button' @@ -29,11 +28,11 @@ import {GradientFill} from '#/components/GradientFill' import {AndroidLogo} from '#/components/icons/AndroidLogo' import {AppleLogo} from '#/components/icons/AppleLogo' import {ArrowRotateCounterClockwise_Stroke2_Corner0_Rounded as Rotate} from '#/components/icons/ArrowRotateCounterClockwise' -import {Logotype} from '#/components/icons/BlueskyPlus' +import {Full as BlueskyPlusLogo} from '#/components/icons/BlueskyPlus' import {CheckThick_Stroke2_Corner0_Rounded as Check} from '#/components/icons/Check' import {Clock_Stroke2_Corner0_Rounded as Clock} from '#/components/icons/Clock' import {Globe_Stroke2_Corner0_Rounded as Globe} from '#/components/icons/Globe' -import {Mark} from '#/components/icons/Logo' +// import {Mark} from '#/components/icons/Logo' import {PlusLarge_Stroke2_Corner0_Rounded as Plus} from '#/components/icons/Plus' import * as Layout from '#/components/Layout' import {createStaticClick, InlineLinkText, Link} from '#/components/Link' @@ -61,21 +60,29 @@ export function Subscriptions(_props: ScreenProps) { return ( - - - - - Subscriptions - - - - + + + + + + + + + + + {/* + + + + */} + }> - {purchases.status === 'loading' || loading ? ( @@ -87,7 +94,6 @@ export function Subscriptions(_props: ScreenProps) { )} - ) @@ -110,10 +116,15 @@ function Core({ return ( + + My subscriptions + + {/* + */} {restricted === 'yes' ? (