↓ 1 callersFunctionupdatePlan({
id,
name,
sharedId,
courses,
registrations,
groups,
}: {
id: number;
name: string;
shared
frontend/src/actions/plans.ts:41
FunctionAppSidebar({
plan,
handleUpdateLocalPlan,
handleSyncPlan,
onlinePlan,
syncing,
setFaculty,
coursesFunction
frontend/src/app/plans/edit/[id]/_components/app-sidebar.tsx:41
FunctionBentoCard({
name,
className,
background,
Icon,
description,
href,
cta,
...props
}: BentoCardProps)
frontend/src/components/magicui/bento-grid.tsx:41
FunctionBorderBeam({
className,
size = 200,
duration = 15,
anchor = 90,
borderWidth = 1.5,
colorFrom = "#ffaa40",
frontend/src/components/magicui/border-beam.tsx:14
FunctionClassBlock({
startTime,
endTime,
groupNumber,
courseName,
lecturer,
week,
courseType,
isChecked,
isDis
frontend/src/components/class-block.tsx:48
FunctionClassSchedule({
day,
groups,
selectedGroups,
onSelectGroup,
isReadonly = false,
}: {
day: string;
groups: Ext
frontend/src/components/class-schedule.tsx:98
FunctionGroupsAccordionItem({
registrationName,
onCourseCheck,
onCheckAll,
onDelete,
courses,
}: {
registrationName: string;
frontend/src/components/groups-accordion.tsx:15
FunctionMarquee({
className,
reverse = false,
pauseOnHover = false,
children,
vertical = false,
repeat = 4,
...
frontend/src/components/magicui/marquee.tsx:38
FunctionParticles({
className = "",
quantity = 100,
staticity = 50,
ease = 50,
size = 0.4,
refresh = false,
color
frontend/src/components/magicui/particles.tsx:78
FunctionPlanItem({
id,
name,
synced,
onlineId,
onlineOnly = false,
groupsCount = 0,
coursesCount = 0,
registra
frontend/src/components/plan-item.tsx:46
FunctionSaveOnlineFunction({
plan,
setOfflineAlert,
handleCreateOnlinePlan,
user,
offlineAlert,
handleSyncPlan,
}: {
plan:
frontend/src/app/plans/edit/[id]/_components/save-online.tsx:7