diff --git a/src/App.js b/src/App.js index 103afff..4e45b02 100644 --- a/src/App.js +++ b/src/App.js @@ -213,7 +213,7 @@ function App() { {/* */} - + {/* */} {/* ----------------------------$$$ start---------------------------- */} {/* */} diff --git a/src/components/CardTrelloDesign/index.js b/src/components/CardTrelloDesign/index.js index 203bf2c..6a49c28 100644 --- a/src/components/CardTrelloDesign/index.js +++ b/src/components/CardTrelloDesign/index.js @@ -31,12 +31,8 @@ const CardTrelloDesign = ({ {/* right */} {circle && ( )} {/* left */} @@ -58,10 +54,7 @@ const CardTrelloDesign = ({ {/* middle */} -

+

طراحی رابط کاربری و تجربه کاربر پروژه اندیشمند به همراه موارد اطلاحی پروژه دانوین

@@ -69,11 +62,7 @@ const CardTrelloDesign = ({
{/* right */}
- +
{/* left */}
@@ -93,7 +82,6 @@ const CardTrelloDesign = ({
)} - {showTag && tags.map((tag) => ( { +const CircleInCircle = ({ parentClassName, childClassName }) => { return ( -
+
); @@ -22,10 +13,6 @@ const CircleInCircle = ({ export default CircleInCircle; CircleInCircle.defaultProps = { - parentWidth: "w-5", - parentHeight: "h-5", - chidlWidth: "w-2", - chidlHeight: "h-2", - parentBg: "bg-red-200", - childBg: "bg-red-600", + parentClassName: "bg-red-200", + childClassName: "bg-red-600", }; diff --git a/src/components/PopupCard/index.js b/src/components/PopupCard/index.js index ab0a90c..87c3dd2 100644 --- a/src/components/PopupCard/index.js +++ b/src/components/PopupCard/index.js @@ -97,7 +97,7 @@ const PopupCard = ({ selectedChecklist, buttons }) => { چک لیست ها
{/* progress bar */} -
+
{ borderClassname={`border-2 border-[#06BACE] `} inputClassname={`px-4 py-2 text-[#0F0543] focus:bg-white`} activePlaceholderClass={"text-[#06BACE] bg-white"} - />{" "} - {selectedChecklist.slice(0, 3).map((item, index) => ( -
- = 100} - type="checkbox" - className="form-checkbox text-blue-500" - onClick={(e) => - e.target.checked - ? setChecklist(checklist + 10) - : setChecklist(checklist - 10) - } - /> - {item.title} -
- ))} + /> +
+ {selectedChecklist.slice(0, 3).map((item, index) => ( +
+ = 100} + type="checkbox" + className="form-checkbox text-blue-500" + onClick={(e) => + e.target.checked + ? setChecklist(checklist + 10) + : setChecklist(checklist - 10) + } + /> + {item.title} +
+ ))} +
{/* left */} @@ -169,10 +171,13 @@ const PopupCard = ({ selectedChecklist, buttons }) => {
{/* divider */}
- - پیوست ها - -
+ +
{

- {/* divider */} -
diff --git a/src/components/TimeLineComponent/index.js b/src/components/TimeLineComponent/index.js index 2269c0a..2ec791b 100644 --- a/src/components/TimeLineComponent/index.js +++ b/src/components/TimeLineComponent/index.js @@ -15,7 +15,7 @@ const TimeLineComponent = ({ data }) => {
- +