This repository was archived by the owner on Aug 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import {
1313import { Calendar as CalendarIcon } from "phosphor-react" ;
1414
1515export 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's eye view of your timetable, and see what'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'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 % 20 Request % 20 for % 20 Calendar "
42+ color = { "primary.500" }
43+ isExternal > please make a feature request</ Link > .
3744 </ CardBody >
3845 </ Card >
3946 </ Flex >
You can’t perform that action at this time.
0 commit comments