Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 1ae4ce1

Browse files
committed
feat: cater to suggestions
1 parent e915a01 commit 1ae4ce1

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

src/routes/Main/Calendar/Calendar.tsx

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import {
1313
import { Calendar as CalendarIcon } from "phosphor-react";
1414

1515
export const Calendar = () => {
16-
console.log("calendar");
1716
return (
1817
<Flex w={"full"} h="full" direction={"column"} align="center">
1918
<Card bg="transparent" shadow="xl">
@@ -31,9 +30,17 @@ export const Calendar = () => {
3130
</Heading>
3231
</CardHeader>
3332
<CardBody>
34-
Get a bird&apos;s eye view of your timetable, and see what&apos;s
35-
coming. View your sport from Clipboard, see when you assignments are
36-
due from Canvas and more.
33+
Calendar is currently in development. Please check back in a few days.
34+
Currently planned features:
35+
<NodeList>
36+
<Node>Get a bird&apos;s eye view of your timetable</Node>
37+
<Node>View your sport from Clipboard</Node>
38+
<Node>See when your Canvas assignments are due</Node>
39+
</NodeList>
40+
If you have any suggestions, <Link
41+
href="https://github.com/debater-coder/timetabl-app/issues/new?assignees=debater-coder&labels=&template=feature_request.md&title=Feature%20Request%20for%20Calendar"
42+
color={"primary.500"}
43+
isExternal>please make a feature request</Link>.
3744
</CardBody>
3845
</Card>
3946
</Flex>

0 commit comments

Comments
 (0)