From 0555e52bdb72ab9f923d848cae90c874f5ea2376 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Wed, 16 Aug 2023 13:40:23 +0300 Subject: [PATCH] Implement settings section --- src/pages/PairDevice/PairDevice.tsx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/pages/PairDevice/PairDevice.tsx b/src/pages/PairDevice/PairDevice.tsx index fa7b8098..ad4544bb 100644 --- a/src/pages/PairDevice/PairDevice.tsx +++ b/src/pages/PairDevice/PairDevice.tsx @@ -2,7 +2,7 @@ import { Separator, XStack, YStack } from 'tamagui' import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow' import SyncStatus from './SyncStatus' import NimbusLogo from '../../components/Logos/NimbusLogo' -import { Button, Tag } from '@status-im/components' +import { Button, Checkbox, Tag, Text } from '@status-im/components' import PairIcon from '../../components/Icons/PairIcon' import CreateIcon from '../../components/Icons/CreateIcon' import NodeIcon from '../../components/Icons/NodeIcon' @@ -26,6 +26,22 @@ const PairDevice = () => { + + Settings + + + { + console.log('checked') + }} + size={20} + /> + Auto Connect Paired Device + +