From a56f6518be6d2f2a7b3a9ab65589f4e96837ccc6 Mon Sep 17 00:00:00 2001 From: alexdanilowicz Date: Thu, 24 Aug 2023 13:31:59 -0600 Subject: [PATCH 1/5] Update website --- web/src/components/Footer.tsx | 20 +++++++++++--------- web/src/components/sections/Download.tsx | 2 +- web/src/components/sections/Security.tsx | 6 +++--- web/src/components/sections/Wrapped.tsx | 8 ++++---- web/src/theme/index.ts | 4 ++++ 5 files changed, 23 insertions(+), 17 deletions(-) diff --git a/web/src/components/Footer.tsx b/web/src/components/Footer.tsx index accb4352..f5be702d 100644 --- a/web/src/components/Footer.tsx +++ b/web/src/components/Footer.tsx @@ -1,8 +1,7 @@ -import { Box, Icon, Stack, Text } from '@chakra-ui/react' +import { Box, Stack, Text } from '@chakra-ui/react' import Image from 'next/image' import Link from 'next/link' import React from 'react' -import { FiLayers, FiMap, FiUser } from 'react-icons/fi' import { DefaultContentContainer } from './DefaultContentContainer' @@ -38,10 +37,10 @@ export function Footer() { - + {/* */} San Francisco, US - © Left on Read 2022 + © Left on Read 2023 @@ -54,7 +53,7 @@ export function Footer() { md: '32px', }} > - + {/* */} Product Download @@ -82,13 +81,16 @@ export function Footer() { md: '32px', }} > - - Contact + {/* */} + Contact & Support - Support + Email Us - Github + Open-source on Github + + Manage Subscription + {' '} - Relive your best texts of 2022. Free to try and built for you. + Relive your best texts of the year. Free to try and built for you. )} + + {nextButton && backButton && ( +
+
{backButton}
+ {nextButton} +
+ )}
) : ( - reminders.slice(0, NUMBER_OF_REMINDERS).map((reminder, i) => { - return ( - - - From{' '} - - {reminder.friend} - - on - - {new Date(reminder.date).toLocaleString()} - - + reminders + .slice( + currentPage * NUMBER_OF_REMINDERS, + (currentPage + 1) * NUMBER_OF_REMINDERS + ) + .map((reminder, i) => { + return ( + + + From{' '} + + {reminder.friend} + + on + + {new Date(reminder.date).toLocaleString()} + + - {reminder.message} - - + {reminder.message} + + + - - ); - }) + ); + }) ); return ( @@ -121,6 +128,24 @@ export function RespondReminders() { title={['Reminders']} description="Did you forget to respond to these messages?" icon={FiVoicemail} + backButton={ + + } + nextButton={ + + } > {error && Uh oh! Something went wrong... } From bbc1265195d00537dbfece7b89bd2e02ef9807d0 Mon Sep 17 00:00:00 2001 From: alexdanilowicz Date: Thu, 24 Aug 2023 14:18:03 -0600 Subject: [PATCH 5/5] Remove twitter mention --- app/src/components/Dashboard/Wrapped/WrappedShareModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/Dashboard/Wrapped/WrappedShareModal.tsx b/app/src/components/Dashboard/Wrapped/WrappedShareModal.tsx index 2a9f7e9c..9f03b388 100644 --- a/app/src/components/Dashboard/Wrapped/WrappedShareModal.tsx +++ b/app/src/components/Dashboard/Wrapped/WrappedShareModal.tsx @@ -76,7 +76,7 @@ export function WrappedShareModal({ - Share to Instagram, TikTok, and Twitter with{` `} + Share to your socials{` `}