Add SkipChore function to Fetcher utility module, Update Loading Comp

This commit is contained in:
Mo Tarbin 2024-07-16 19:37:18 -04:00
parent 93512eb666
commit 7f4e592849
7 changed files with 296 additions and 171 deletions

View file

@ -7,7 +7,7 @@ const DemoHistory = () => {
{
id: 32,
choreId: 12,
completedAt: moment().format(),
completedAt: moment().hour(4).format(),
completedBy: 1,
assignedTo: 1,
notes: null,
@ -25,8 +25,8 @@ const DemoHistory = () => {
{
id: 31,
choreId: 12,
completedAt: moment().day(-10).format(),
completedBy: 1,
completedAt: moment().day(-10).hour(1).format(),
completedBy: 2,
assignedTo: 1,
notes: null,
dueDate: moment().day(-10).format(),