Added more todos.

This commit is contained in:
Lucid Kobold
2022-01-05 12:54:11 -06:00
parent 628b0ce9f3
commit 342507ad05
4 changed files with 29 additions and 0 deletions

View File

@@ -33,6 +33,12 @@ const CalenderNav = (): JSX.Element => {
}
};
/**
* TODO: Add logic to remove the nav buttons.
* Do not show next button for current month.
* Do not show prev when there is nothing left to see in the past.
*/
return (
<HStack spacing={10} as="nav" w="auto" h="10vh" textAlign="center">
<IconButton