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

@@ -62,6 +62,12 @@ const DateRoute: React.FC<unknown> = () => {
return <ErrorPage statusCode={404} />;
}
/**
* TODO: Update to disallow navigation in the future and too far in the past.
* Update so that a date given in the future take the user to /now to today's date.
* Update so that a date given beyond the last valid date will bring the user to the last month that has stickers within it.
*/
return (
<Box textAlign="center" w="100%" h="auto" pt="50px" pb="10vh">
<CalenderContextProvider>