Enhance UI with section headers and descriptions for Archived Tasks, Labels, Settings, Things, User Activities, and update NavBar

This commit is contained in:
Mo Tarbin
2025-09-02 17:39:05 -04:00
parent 0c1e5a9628
commit fd15235124
6 changed files with 87 additions and 10 deletions

View File

@@ -26,7 +26,6 @@ import { useEffect, useState } from 'react'
import { useLocation, useNavigate } from 'react-router-dom'
import { version } from '../../../package.json'
import UserProfileAvatar from '../../components/UserProfileAvatar'
import ThemeToggleButton from '../Settings/ThemeToggleButton'
import NavBarLink from './NavBarLink'
const links = [
{
@@ -167,7 +166,7 @@ const NavBar = () => {
<Box className='flex-1' />
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1 }}>
<UserProfileAvatar />
<ThemeToggleButton />
{/* <ThemeToggleButton /> */}
</Box>
<Drawer
open={drawerOpen}