master
mahdi andalib 2 years ago
parent 5eff8d08f6
commit 4aabeddbe2
  1. 4
      src/App.js
  2. 30
      src/components/CourseChapter/index.js
  3. 38
      src/components/SelectYear/index.js
  4. 0
      src/components/TestComponentNew/index.js

@ -71,6 +71,7 @@ import TimeLine from "./components/TimeLineComponent/Timeline";
import ProfilePicNextToEachOther from "./components/ProfilePicNextToEachOther";
import SelectYear from "./components/SelectYear";
import IndianaDragScroll from "./components/IndianaDragScroll";
import TestComponentNew from "./components/TestComponentNew";
// import Digikala from "./components/Digikala/ImageSlider";
@ -145,11 +146,12 @@ function App() {
<FolderTree />
{/* <GridListTable /> */}
{/* <PopupCard /> */}
{/* <TimeLine /> */}
<TimeLine />
{/* <TimeLineComponent /> */}
<SelectYear />
{/* <IndianaDragScroll /> */}
{/* <SidebarDesign2 className="w-1/5" /> */}
{/* <TestComponentNew /> */}
</div>
</Provider>
);

@ -137,5 +137,35 @@ CourseChapter.defaultProps = {
},
],
},
{
title: "فصل اول: مباحث جوشش مواد مذاب در مرکز",
duration: "2:30:13",
lessons: [
{
title: "آیا گوگل از ما دزدی میکند؟",
duration: "14:30",
play: "پخش",
passed: true,
},
{
title: "چگونگی ساخت نیروگاه های برقی",
duration: "22:31",
play: "در حال پخش",
passed: true,
},
{
title: "آیا از اینترنت می توان درآمد داشت؟",
duration: "10:09",
play: "نمایش",
passed: false,
},
{
title: "زمین سبز و آسمان آبی",
duration: "56:09",
play: "نمایش",
passed: false,
},
],
},
],
};

@ -78,42 +78,4 @@ SelectYear.defaultProps = {
components: <Month />,
},
],
months: [
{
month: "فروردین",
},
{
month: "اردیبهشت",
},
{
month: "خرداد",
},
{
month: "تیر",
},
{
month: "مرداد",
},
{
month: "شهریور",
},
{
month: "مهر",
},
{
month: "آبان",
},
{
month: "آذر",
},
{
month: "دی",
},
{
month: "بهمن",
},
{
month: "اسفند",
},
],
};

Loading…
Cancel
Save