mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
advanced frontend also being managed by 2.0
This commit is contained in:
@@ -8,5 +8,6 @@ docker run -it --rm \
|
|||||||
-w /app \
|
-w /app \
|
||||||
-v .:/app \
|
-v .:/app \
|
||||||
-v ~/projects/faculty/1810/2024-fall-alex/modules:/app/storage/intro_to_web \
|
-v ~/projects/faculty/1810/2024-fall-alex/modules:/app/storage/intro_to_web \
|
||||||
|
-v ~/projects/faculty/4850_AdvancedFE/2024-fall-alex/modules:/app/storage/advanced_frontend \
|
||||||
node \
|
node \
|
||||||
bash -c "npm i && npm run dev -- -H 0.0.0.0"
|
bash -c "npm i && npm run dev -- -H 0.0.0.0"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import Link from "next/link";
|
|||||||
import { useLocalCourseSettingsQuery } from "@/hooks/localCourse/localCoursesHooks";
|
import { useLocalCourseSettingsQuery } from "@/hooks/localCourse/localCoursesHooks";
|
||||||
import { getDayOfWeek } from "@/models/local/localCourse";
|
import { getDayOfWeek } from "@/models/local/localCourse";
|
||||||
import { getLectureUrl } from "@/services/urlUtils";
|
import { getLectureUrl } from "@/services/urlUtils";
|
||||||
import DropTargetStyling from "../DropTargetStyling";
|
import DropTargetStyling from "../../../../../components/DropTargetStyling";
|
||||||
import { DraggableListItem } from "./DraggableListItem";
|
import { DraggableListItem } from "./DraggableListItem";
|
||||||
import { useTodaysItems } from "./useTodaysItems";
|
import { useTodaysItems } from "./useTodaysItems";
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ import { ModuleCanvasStatus } from "./ModuleCanvasStatus";
|
|||||||
import ClientOnly from "@/components/ClientOnly";
|
import ClientOnly from "@/components/ClientOnly";
|
||||||
import ExpandIcon from "../../../../components/icons/ExpandIcon";
|
import ExpandIcon from "../../../../components/icons/ExpandIcon";
|
||||||
import { useDraggingContext } from "../context/draggingContext";
|
import { useDraggingContext } from "../context/draggingContext";
|
||||||
import DropTargetStyling from "../calendar/DropTargetStyling";
|
import DropTargetStyling from "../../../../components/DropTargetStyling";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { getModuleItemUrl } from "@/services/urlUtils";
|
import { getModuleItemUrl } from "@/services/urlUtils";
|
||||||
import { useCourseContext } from "../context/courseContext";
|
import { useCourseContext } from "../context/courseContext";
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import React, { ReactNode } from "react";
|
import React, { ReactNode } from "react";
|
||||||
import { useDraggingContext } from "../context/draggingContext";
|
import { useDraggingContext } from "../app/course/[courseName]/context/draggingContext";
|
||||||
|
|
||||||
export default function DropTargetStyling({
|
export default function DropTargetStyling({
|
||||||
children,
|
children,
|
||||||
Reference in New Issue
Block a user