Add Support for LabelV2, Add LabelModal and LabelView.

Add React Query
This commit is contained in:
Mo Tarbin
2024-11-23 20:23:59 -05:00
parent 5e590bfe9f
commit 42182371ff
18 changed files with 839 additions and 71 deletions

View File

@@ -2,7 +2,7 @@ import Logo from '@/assets/logo.svg'
import {
AccountBox,
HomeOutlined,
ListAltRounded,
ListAlt,
Logout,
MenuRounded,
Message,
@@ -30,6 +30,7 @@ const links = [
label: 'Home',
icon: <HomeOutlined />,
},
// {
// to: '/chores',
// label: 'Desktop View',
@@ -40,6 +41,11 @@ const links = [
label: 'Things',
icon: <Widgets />,
},
{
to: 'labels',
label: 'Labels',
icon: <ListAlt />,
},
{
to: '/settings#sharing',
label: 'Sharing',