Add Support for LabelV2, Add LabelModal and LabelView.
Add React Query
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user