From d6a57c1bb8f0be5e1655294f0e58ed70c640230c Mon Sep 17 00:00:00 2001 From: mahdi andalib Date: Wed, 2 Mar 2022 12:12:26 +0330 Subject: [PATCH] file manager added and updated --- src/components/FileManager/index.js | 10 +++++++--- src/components/Playlist/index.js | 14 ++++++++++---- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/components/FileManager/index.js b/src/components/FileManager/index.js index eadf023..3157ce5 100644 --- a/src/components/FileManager/index.js +++ b/src/components/FileManager/index.js @@ -6,15 +6,16 @@ import TitleSubtitle from "../TitleSubtitle"; import CardHolder from "../CardHolder"; import graySearchIcon from "./images/gray-search-icon.svg"; +import Playlist from "../Playlist"; const FileManager = () => { return (
{/* ? right Section */} -
+
{/* ? breadCrumb */}
@@ -34,8 +35,11 @@ const FileManager = () => { />
+ {/* cardHolder */} +
- {/* left Section */} + {/* left Section */} +
); }; diff --git a/src/components/Playlist/index.js b/src/components/Playlist/index.js index 81893b7..497829f 100644 --- a/src/components/Playlist/index.js +++ b/src/components/Playlist/index.js @@ -8,10 +8,10 @@ import videoPlay from "./images/video-play.svg"; const Playlist = ({ items }) => { return ( -
+
{items.map((item, index) => (
@@ -26,10 +26,16 @@ const Playlist = ({ items }) => {

- {item.memory} گیگابایت{" "} + {item.memory}{" "} + + گیگابایت +

- {item.fileNum} فایل{" "} + {item.fileNum}{" "} + + فایل + {" "}