New Calender View Logic Concept

This commit is contained in:
brausjonas
2023-05-26 00:46:50 +02:00
parent 0c42a5820a
commit f52d4275ba
11 changed files with 587 additions and 490 deletions
+9
View File
@@ -0,0 +1,9 @@
import CalenderView from "@/components/CalenderView";
export default function planning(p)
{
return (
<CalenderView/>
)
}
+2
View File
@@ -25,7 +25,9 @@ export default function SemesterOverview(p)
if(m.target === m.currentTarget)
{
localStorage.setItem("currentsid", e.id)
router.push("/planning")
}
}
function onClickNewSemester()