Refactor StorageSettings to use SettingsLayout and improve layout structure; add ThemeSettings component; update TermsView with new terms and structure; enhance ThingsView styling; clean up AddTaskModal by removing experimental feature chip; create CalendarCard component for calendar overview; optimize CustomParsers for repeat parsing; update NavBar for improved navigation and search parameter handling.

This commit is contained in:
Mo Tarbin
2025-09-11 01:17:27 -04:00
parent b152da9d21
commit 43decb21f4
38 changed files with 2934 additions and 1388 deletions

View File

@@ -1,5 +1,5 @@
import { Add, EditNotifications } from '@mui/icons-material'
import { Box, Button, Chip, Input, Option, Select, Typography } from '@mui/joy'
import { Box, Button, Input, Option, Select, Typography } from '@mui/joy'
import { FormControl } from '@mui/material'
import * as chrono from 'chrono-node'
import moment from 'moment'
@@ -473,9 +473,6 @@ const TaskInput = ({ autoFocus, onChoreUpdate, isModalOpen, onClose }) => {
fullWidth={true}
title='Create new task'
>
<Chip startDecorator='🚧' variant='soft' color='warning' size='sm'>
Experimental Feature
</Chip>
<Box>
<Box
sx={{