diff --git a/src/views/Chores/ArchivedTasks.jsx b/src/views/Chores/ArchivedTasks.jsx index ceeb026..8931e7b 100644 --- a/src/views/Chores/ArchivedTasks.jsx +++ b/src/views/Chores/ArchivedTasks.jsx @@ -17,6 +17,7 @@ import { IconButton, Input, List, + Stack, Typography, } from '@mui/joy' import Fuse from 'fuse.js' @@ -448,6 +449,20 @@ const ArchivedTasks = () => { return ( + + {/* */} + + + Archived Tasks + + + View and manage tasks that have been archived or completed. + + + {/* Header */} {/* { return ( + + {/* */} + + + Labels + + + Manage your labels and organize your tasks effectively. Labels will + be automatically shared with your circle if they are used on a + shared task. + + + { return ( - - - Settings - - - Customize your experience and manage your account preferences - + + {/* */} + + + Settings + + + Customize your experience and manage your account preferences + + {/* Upgrade Card - Only show if user is not a Plus member */} diff --git a/src/views/Things/ThingsView.jsx b/src/views/Things/ThingsView.jsx index eaab6b4..56e1ed9 100644 --- a/src/views/Things/ThingsView.jsx +++ b/src/views/Things/ThingsView.jsx @@ -8,7 +8,15 @@ import { ToggleOn, Widgets, } from '@mui/icons-material' -import { Avatar, Box, Chip, Container, IconButton, Typography } from '@mui/joy' +import { + Avatar, + Box, + Chip, + Container, + IconButton, + Stack, + Typography, +} from '@mui/joy' import React, { useEffect, useRef, useState } from 'react' import { useNavigate } from 'react-router-dom' import { useNotification } from '../../service/NotificationProvider' @@ -660,6 +668,23 @@ const ThingsView = () => { return ( + + {/* */} + + + Things + + + Things are custom fields that can be attached to tasks to capture + additional information. They can be of type text, number, or + boolean. You can associate things with tasks and have the task due + once condition is met + + + { flexDirection: 'column', }} > + + {/* */} + + + User Activities + + + Overview of user activities and task statistics + + + {/* Main Content Area - Mobile: Stack vertically, Desktop: Side by side */} { - + {/* */}