update 42 files

front
amir hosein gorji 2 years ago
parent 8c9ec9bbb2
commit 1d1fa3e99c
  1. 2
      dictionary.js
  2. 8
      src/Redux/reducers/book.js
  3. 7
      src/Redux/reducers/public.js
  4. 6
      src/views/Auth/Login/Cellphone/index.js
  5. 11
      src/views/Auth/Login/Code/index.js
  6. 12
      src/views/Auth/Profile/Birthdate/index.js
  7. 22
      src/views/Auth/Profile/index.js
  8. 8
      src/views/Auth/Splash/index.js
  9. 4
      src/views/ChatList/Search/index.js
  10. 2
      src/views/ChatRoom/Body/Input/index.js
  11. 2
      src/views/ChatRoom/Body/Message/Comment/index.js
  12. 2
      src/views/ChatRoom/Body/Message/Normal/index.js
  13. 8
      src/views/ChatRoom/Info/index.js
  14. 4
      src/views/Checkout/index.js
  15. 24
      src/views/Contact/index.js
  16. 2
      src/views/Download/index.js
  17. 4
      src/views/Faq/index.js
  18. 32
      src/views/Home/Footer/index.js
  19. 41
      src/views/Home/HomeHeader/index.js
  20. 2
      src/views/Home/HomeScroll/index.js
  21. 4
      src/views/Home/HomeSearch/Select/index.js
  22. 8
      src/views/Home/HomeSearch/index.js
  23. 2
      src/views/Home/HomeSlider/Blog/index.js
  24. 8
      src/views/Home/HomeSlider/index.js
  25. 6
      src/views/Home/HomeStatic/index.js
  26. 4
      src/views/Home/Membership/index.js
  27. 4
      src/views/Home/Navbar/Laptop/index.js
  28. 38
      src/views/Home/Navbar/Mobile/NavbarDrawer/NavbarDrawer.js
  29. 16
      src/views/Home/Navbar/Mobile/index.js
  30. 42
      src/views/NewProfile/index.js
  31. 9
      src/views/Orders/index.js
  32. 100
      src/views/Product/Gallery/Modal/index.js
  33. 4
      src/views/Product/MaterialModal/index.js
  34. 20
      src/views/Product/index.js
  35. 4
      src/views/Products/Filters/index.js
  36. 2
      src/views/Products/Select/index.js
  37. 4
      src/views/Products/index.js
  38. 2
      src/views/QR/SubjectsDropdown/index.js
  39. 2
      src/views/QR/index.js
  40. 4
      src/views/QRScan/Modal/index.js
  41. 2
      src/views/Sample/index.js
  42. 13
      src/views/Support/index.js

@ -335,4 +335,4 @@ const items = [
"درخواست شما با موفقیت انجام شد.",
];
module.exports = items;
module.exports = items;

@ -9,7 +9,11 @@ const initialState = {
filterResult: [],
subjects: [],
levels: [],
sortFilters: [window.t("مرتب سازی"), window.t("محبوب ترین"), window.t("جدیدترین")],
sortFilters: [
window.t("مرتب سازی"),
window.t("محبوب ترین"),
window.t("جدیدترین"),
],
};
const grades = [
@ -42,7 +46,7 @@ export default function book(state = initialState, action) {
.sort((a, b) => a - b)
.map((e) => grades[e]);
if (window.innerWidth < 1000) {
itemsLevel.unshift(window.t(window.t("پایه تحصیلی")));
itemsLevel.unshift(window.t("پایه تحصیلی"));
}
return {
...state,

@ -52,7 +52,7 @@ export default function publicApi(state = initialState, action) {
.sort((a, b) => a - b)
.map((e) => grades[e])
: [];
itemsLevel.unshift(window.t(window.t("پایه تحصیلی")));
itemsLevel.unshift(window.t("پایه تحصیلی"));
// }
return {
@ -69,8 +69,9 @@ export default function publicApi(state = initialState, action) {
case "public/filter":
const realList =
state.newProducts.length === 0
? state.homeData.filter((item) => item.title === window.t("کتابهای دانوین"))[0]
.data
? state.homeData.filter(
(item) => item.title === window.t("کتابهای دانوین")
)[0].data
: state.newProducts;
if (state.newProducts.length === 0) {
state = {

@ -48,7 +48,7 @@ export default class Cellphone extends Component {
}
>
<span style={{ fontSize: fontSize.desktop.span }}>09</span>
<img src={iran} alt=window.t("پرچم") />
<img src={iran} alt={window.t("پرچم")} />
<input
style={{ fontSize: fontSize.desktop.span }}
id="cellphone"
@ -93,7 +93,7 @@ export default class Cellphone extends Component {
<div style={{ width: "48%", height: "100%", opacity: 0 }}>
<img
src={pic}
alt=window.t("عکس")
alt={window.t("عکس")}
style={{ width: "100%", height: "100%" }}
/>
</div>
@ -119,7 +119,7 @@ export default class Cellphone extends Component {
}
>
<span style={{ fontSize: fontSize.mobile.span }}>09</span>
<img src={iran} alt=window.t("پرچم") />
<img src={iran} alt={window.t("پرچم")} />
<input
id="cellphone"
type="text"

@ -205,13 +205,10 @@ export default class Code extends Component {
بازگشت به مرحله قبل و اصلاح شماره
</div>
</div>
<div style={{ width: "48%", height: "100%" }} className="d-flex">
{/* <img
src={pic}
alt=window.t("عکس")
style={{ width: "100%", height: "100%" }}
/> */}
</div>
<div
style={{ width: "48%", height: "100%" }}
className="d-flex"
></div>
</div>
</div>
) : null}

@ -31,7 +31,7 @@ export default function Birthdate(props) {
<Input
variant="standard"
name="day"
placeholder=window.t("روز")
placeholder={window.t("روز")}
maxLength={2}
onInput={onInput.dayHandler}
parent={{ onChange }}
@ -41,7 +41,7 @@ export default function Birthdate(props) {
<Input
variant="standard"
name="month"
placeholder=window.t("ماه")
placeholder={window.t("ماه")}
maxLength={2}
onInput={onInput.monthHandler}
parent={{ onChange }}
@ -51,7 +51,7 @@ export default function Birthdate(props) {
<Input
variant="standard"
name="year"
placeholder=window.t("سال")
placeholder={window.t("سال")}
maxLength={4}
onInput={onInput.yearHandler}
parent={{ onChange }}
@ -67,7 +67,7 @@ export default function Birthdate(props) {
<Input
variant="standard"
name="day"
placeholder=window.t("روز")
placeholder={window.t("روز")}
maxLength={2}
onInput={onInput.dayHandler}
parent={{ onChange }}
@ -77,7 +77,7 @@ export default function Birthdate(props) {
<Input
variant="standard"
name="month"
placeholder=window.t("ماه")
placeholder={window.t("ماه")}
maxLength={2}
onInput={onInput.monthHandler}
parent={{ onChange }}
@ -87,7 +87,7 @@ export default function Birthdate(props) {
<Input
variant="standard"
name="year"
placeholder=window.t("سال")
placeholder={window.t("سال")}
maxLength={4}
onInput={onInput.yearHandler}
parent={{ onChange }}

@ -199,7 +199,7 @@ class Profile extends Component {
<div className="mb-2">
<Input
name="firstName"
label=window.t("نام")
label={window.t("نام")}
parent={this}
defaultValue={profile}
onInput={onInput.persianOnly}
@ -209,7 +209,7 @@ class Profile extends Component {
<div className="mb-2">
<Input
name="lastName"
label=window.t("نام خانوادگی")
label={window.t("نام خانوادگی")}
parent={this}
defaultValue={profile}
onInput={onInput.persianOnly}
@ -219,7 +219,7 @@ class Profile extends Component {
<div className="mb-2">
<Input
name="username"
label=window.t(window.t("نام کاربری"))
label={window.t("نام کاربری")}
parent={this}
defaultValue={profile}
align="left"
@ -238,7 +238,7 @@ class Profile extends Component {
<div className="mb-2">
<Input
name="nationalId"
label=window.t("کد ملی/اتباع")
label={window.t("کد ملی/اتباع")}
parent={this}
align="left"
maxLength={13}
@ -273,7 +273,7 @@ class Profile extends Component {
parent={this}
options={grades}
name="gradeIds"
label={window.t(window.t("پایه تحصیلی"))}
label={window.t("پایه تحصیلی")}
selectedOptions={this.state.gradeIds}
/>
</div>
@ -284,7 +284,7 @@ class Profile extends Component {
parent={this}
options={grades}
name="gradeIds"
label={window.t(window.t("پایه تحصیلی"))}
label={window.t("پایه تحصیلی")}
selectedOptions={this.state.gradeIds}
/>
</div>
@ -418,7 +418,7 @@ class Profile extends Component {
<Input
name="firstName"
label=window.t("نام")
label={window.t("نام")}
parent={this}
defaultValue={profile}
onInput={onInput.persianOnly}
@ -426,7 +426,7 @@ class Profile extends Component {
/>
<Input
name="lastName"
label=window.t("نام خانوادگی")
label={window.t("نام خانوادگی")}
parent={this}
defaultValue={profile}
onInput={onInput.persianOnly}
@ -434,7 +434,7 @@ class Profile extends Component {
/>
<Input
name="username"
label=window.t(window.t("نام کاربری"))
label={window.t("نام کاربری")}
parent={this}
align="left"
defaultValue={profile}
@ -472,7 +472,7 @@ class Profile extends Component {
parent={this}
options={grades}
name="gradeIds"
label={window.t(window.t("پایه تحصیلی"))}
label={window.t("پایه تحصیلی")}
selectedOptions={this.state.gradeIds}
/>
) : null}
@ -481,7 +481,7 @@ class Profile extends Component {
parent={this}
options={grades}
name="gradeIds"
label={window.t(window.t("پایه تحصیلی"))}
label={window.t("پایه تحصیلی")}
selectedOptions={this.state.gradeIds}
/>
) : null}

@ -9,16 +9,18 @@ export default function Splash(props) {
<>
{window.innerWidth > 1000 ? (
<div className="splash d-flex flex-column justify-content-center align-items-center">
<img src={logo} alt=window.t("لوگو") />
<img src={logo} alt={window.t("لوگو")} />
<ProgressBar interval={600} offset={10} />
<span className="splash__span">در حال بارگیری اطلاعات از سرور</span>
</div>
) : null}
{window.innerWidth < 1000 ? (
<div className="mobile-splash d-flex flex-column justify-content-center align-items-center">
<img src={logo} alt=window.t("لوگو") />
<img src={logo} alt={window.t("لوگو")} />
<ProgressBar interval={600} offset={10} />
<span className="mobile-splash__span">در حال بارگیری اطلاعات از سرور</span>
<span className="mobile-splash__span">
در حال بارگیری اطلاعات از سرور
</span>
</div>
) : null}
</>

@ -17,9 +17,9 @@ export default function Search(props) {
<input
type="search"
style={{ fontSize: fontSize.desktop.input }}
placeholder=window.t(window.t("جستجو"))
placeholder={window.t("جستجو")}
/>
<img src={navbarSearch} alt=window.t(window.t("جستجو")) />
<img src={navbarSearch} alt={window.t("جستجو")} />
</div>
);
}

@ -145,7 +145,7 @@ export default class ChatInputs extends Component {
id="standard-textarea"
label=""
value={message}
placeholder=window.t("یک پیام بنویسید...")
placeholder={window.t("یک پیام بنویسید...")}
rowsMax={4}
onChange={(e) => typeText("text", e.target.value)}
multiline

@ -19,7 +19,7 @@ const menu = [
const selfMenu = [
{ text: window.t("باز ارسال"), icon: ForwardIcon, onClick: () => {} },
{ text: window.t("ویرایش"), icon: EditIcon, onClick: () => {} },
{ text: window.t(window.t("حذف")), icon: DeleteIcon, onClick: () => {} },
{ text: window.t("حذف")), icon: DeleteIcon, onClick: () => {} },
];
export default class Comment extends Component {
state = { messageMenu: null };

@ -27,7 +27,7 @@ const menu = [
const selfMenu = [
{ text: window.t("باز ارسال"), icon: ForwardIcon, onClick: () => {} },
{ text: window.t("ویرایش"), icon: EditIcon, onClick: () => {} },
{ text: window.t(window.t("حذف")), icon: DeleteIcon, onClick: () => {} },
{ text: window.t("حذف"), icon: DeleteIcon, onClick: () => {} },
];
export default class NormalMessage extends Component {
state = { messageMenu: null };

@ -80,7 +80,9 @@ export default class ChatInfo extends Component {
],
name: window.t("محسن محمدی"),
lastAct: window.t("2 دقیقه پیش آنلاین بوده"),
bio: window.t("لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است. چاپگرها و متون بلکه روزنام"),
bio: window.t(
"لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است. چاپگرها و متون بلکه روزنام"
),
},
};
}
@ -136,7 +138,7 @@ export default class ChatInfo extends Component {
<img
className="desktop-contact-info__body--profileImage"
src={user.profileImages[0].src}
alt=window.t("عکس کاربر")
alt={window.t("عکس کاربر")}
/>
<h1 style={{ fontSize: fontSize.desktop.h1 }}>{user.name}</h1>
<div className="desktop-contact-info__body--bio d-flex flex-column">
@ -243,7 +245,7 @@ export default class ChatInfo extends Component {
<img
className="desktop-contact-info__body--profileImage"
src={user.profileImages[0].src}
alt=window.t("عکس کاربر")
alt={window.t("عکس کاربر")}
/>
<h1 style={{ fontSize: fontSize.mobile.h1 }}>{user.name}</h1>
<div className="desktop-contact-info__body--bio d-flex flex-column">

@ -230,7 +230,7 @@ class Cart extends Component {
</div>
<div class="checkout__forms--left">
<Input
label={window.t(window.t(window.t("شماره تماس")))}
label={window.t("شماره تماس")}
name={"recieverPhone"}
parent={this}
defaultValue={factorInfo.recieverPhone}
@ -376,7 +376,7 @@ class Cart extends Component {
required
/>
<Input
label={window.t(window.t(window.t("شماره تماس")))}
label={window.t("شماره تماس")}
name={"recieverPhone"}
parent={this}
defaultValue={factorInfo.recieverPhone}

@ -58,7 +58,11 @@ class Contact extends Component {
</div>
<div className="contact__forms--left d-flex flex-column">
<div className="contact__location d-flex align-items-center">
<img src={location} alt=window.t("آدرس") className="m-1" />
<img
src={location}
alt={window.t("آدرس")}
className="m-1"
/>
<p style={{ fontSize: fontSize.desktop.p }}>
{contactData?.address || ""}
</p>
@ -71,13 +75,21 @@ class Contact extends Component {
<span style={{ fontSize: fontSize.desktop.span }}>
{contactData?.cellphone || ""}
</span>
<img src={contact} alt=window.t("تماس") className="m-1" />
<img
src={contact}
alt={window.t("تماس")}
className="m-1"
/>
</div>
<div className="d-flex align-items-center">
<span style={{ fontSize: fontSize.desktop.span }}>
{contactData?.email || ""}
</span>
<img src={home} alt=window.t(window.t(window.t("خانه"))) className="m-1" />
<img
src={home}
alt={window.t("خانه")}
className="m-1"
/>
</div>
</div>
<div className="contact__map d-flex align-items-center mt-3">
@ -106,7 +118,7 @@ class Contact extends Component {
<Support />
<div className="mobile-contact__address d-flex flex-column">
<div className="mobile-contact__address--location d-flex align-items-center">
<img src={location} alt=window.t("آدرس") className="m-1" />
<img src={location} alt={window.t("آدرس")} className="m-1" />
<p style={{ fontSize: fontSize.mobile.p }}>
{contactData?.address || ""}{" "}
</p>
@ -119,13 +131,13 @@ class Contact extends Component {
<span style={{ fontSize: fontSize.mobile.span }}>
{contactData?.cellphone || ""}{" "}
</span>
<img src={contact} alt=window.t("تماس") className="m-1" />
<img src={contact} alt={window.t("تماس")} className="m-1" />
</div>
<div className="d-flex align-items-center">
<span style={{ fontSize: fontSize.mobile.span }}>
{contactData?.email || ""}
</span>
<img src={home} alt=window.t(window.t(window.t("خانه"))) className="m-1" />
<img src={home} alt={window.t("خانه")} className="m-1" />
</div>
</div>
<div className="mobile-contact__address--map d-flex align-items-center mt-3">

@ -45,7 +45,7 @@ class AR extends Component {
>
<img
src="https://dnvn.ir/api/v1/file/1851"
alt=window.t(window.t("واقعیت افزوده"))
alt={window.t("واقعیت افزوده")}
width="150"
/>
</div>

@ -99,7 +99,7 @@ class Faq extends Component {
<div className="faq__header--search d-flex align-items-center">
<input
type="search"
placeholder=window.t("دنبال چه چیزی برات باشیم؟")
placeholder={window.t("دنبال چه چیزی برات باشیم؟")}
onChange={(e) => this.handleSearch(e.target.value)}
/>
<button
@ -150,7 +150,7 @@ class Faq extends Component {
</h1>
<input
type="search"
placeholder=window.t("دنبال چه چیزی برات باشیم؟")
placeholder={window.t("دنبال چه چیزی برات باشیم؟")}
onChange={(e) => this.handleSearch(e.target.value)}
/>
<button type="submit">جستجو</button>

@ -22,7 +22,11 @@ export default class Footer extends Component {
آموزش و پرورش کشور ایجاد کنیم.
</p>
<div className="footer__location d-flex align-items-center mt-2">
<img src={location} alt=window.t("آدرس") className="m-1" />
<img
src={location}
alt={window.t("آدرس")}
className="m-1"
/>
<p>آدرس: تهران، میدان فردوسی، خیابان موسوی، پلاک ۳۰</p>
</div>
<div
@ -40,7 +44,11 @@ export default class Footer extends Component {
58795
</a>
<img src={contact} alt=window.t("تماس") className="m-1" />
<img
src={contact}
alt={window.t("تماس")}
className="m-1"
/>
</div>
{/* <div
className="d-flex align-items-center"
@ -54,11 +62,11 @@ export default class Footer extends Component {
>
021-88814673
</a>
<img src={contact} alt=window.t("تماس") className="m-1" />
<img src={contact} alt={window.t("تماس") className="m-1" />
</div> */}
<div className="d-flex align-items-center">
<span>Info@Danovin.ir</span>
<img src={home} alt=window.t(window.t(window.t("خانه"))) className="m-1" />
<img src={home} alt={window.t("خانه")} className="m-1" />
</div>
</div>
</div>
@ -103,7 +111,11 @@ export default class Footer extends Component {
کاربردی می باشد، کتابهای زیادی در شصت و سه{" "}
</p>
<div className="mobile-footer__location d-flex align-items-center mt-2">
<img src={location} alt=window.t("آدرس") className="m-1" />
<img
src={location}
alt={window.t("آدرس")}
className="m-1"
/>
<p>
تهران خیابان انقلاب اسلامی بن بست سروش پلاک 2 طبقه چهار
</p>
@ -114,16 +126,20 @@ export default class Footer extends Component {
>
<div className="d-flex align-items-center">
<span>02163462405</span>
<img src={contact} alt=window.t("تماس") className="m-1" />
<img
src={contact}
alt={window.t("تماس")}
className="m-1"
/>
</div>
<div className="d-flex align-items-center">
<span>Info@Danovin.ir</span>
<img src={home} alt=window.t(window.t(window.t("خانه"))) className="m-1" />
<img src={home} alt={window.t("خانه")} className="m-1" />
</div>
</div>
</div>
<div className="mobile-footer-container__content--box second d-flex flex-column">
<h1>دسترسی سریع</h1>
<h1>{window.t("دسترسی سریع")}</h1>
<ul>
{fastAccess.map((item) => (
<li>

@ -1,6 +1,6 @@
import React, { Component } from "react";
import ChevronLeftIcon from "@material-ui/icons/ChevronLeft";
import {Link} from 'react-router-dom';
import { Link } from "react-router-dom";
import "./index.scss";
export default class HomeHeader extends Component {
@ -12,23 +12,27 @@ export default class HomeHeader extends Component {
height ? "home-header d-flex flex-column" : "home-header d-flex"
}
>
{
title ? <div className="home-scroll__header d-flex">
<h1>{title}</h1>
<div className="home-scroll__header--more d-flex">
<span>موارد بیشتر</span>
<ChevronLeftIcon
style={{ width: 20, height: 20, color: "black", marginRight: 1 }}
/>
{title ? (
<div className="home-scroll__header d-flex">
<h1>{title}</h1>
<div className="home-scroll__header--more d-flex">
<span>{window.t("موارد بیشتر")}</span>
<ChevronLeftIcon
style={{
width: 20,
height: 20,
color: "black",
marginRight: 1,
}}
/>
</div>
</div>
</div> : null
}
) : null}
<div className="home-scroll__list d-flex">
{data.map((item, i) => (
<Item data={item} key={i} />
))}
</div>
</header>
);
}
@ -36,13 +40,16 @@ export default class HomeHeader extends Component {
const Item = (props) => {
return (
<Link to={props.data.link} style={{
width: `${props.data.width}%`,
height: "100%",
}}>
<Link
to={props.data.link}
style={{
width: `${props.data.width}%`,
height: "100%",
}}
>
<img
src={props.data.image}
alt=window.t("عکس")
alt={window.t("عکس")}
style={{
width: `${props.data.width}%`,
height: "100%",

@ -20,7 +20,7 @@ export default class HomeScroll extends Component {
</div>
<div className="mobile-home-scroll__header--more d-flex">
<span>{moreText}</span>
<img src={dropdown} alt=window.t("فلش") />
<img src={dropdown} alt={window.t("فلش")} />
</div>
</div>
<div className="mobile-home-scroll__list d-flex">

@ -56,7 +56,9 @@ export default function CustomizedSelects(props) {
filters: {
...parent.state.filters,
[name]:
e.target.value === window.t(window.t("پایه تحصیلی")) ? [] : [e.target.value],
e.target.value === window.t("پایه تحصیلی")
? []
: [e.target.value],
},
})
}

@ -28,7 +28,7 @@ class HomeSearch extends Component {
return window.innerWidth > 1000 ? (
<div className="home-search d-flex">
<input
placeholder=window.t("جستجو در عناوین کتاب ...")
placeholder={window.t("جستجو در عناوین کتاب ...")}
className="home-search__input d-flex"
type="text"
name="searchBox"
@ -40,7 +40,7 @@ class HomeSearch extends Component {
/>
<div className="home-search__select">
<Select options={levels} name="levels" parent={this} />
{/* <img src={dropdown} alt=window.t("فلش") style={{ position: "relative" }} /> */}
{/* <img src={dropdown} alt={window.t("فلش") style={{ position: "relative" }} /> */}
</div>
<button className="home-search__submit">جستجو</button>
</div>
@ -49,13 +49,13 @@ class HomeSearch extends Component {
<div className="home-mobile-search d-flex">
<div className="home-mobile-search__select" style={{ width: "100%" }}>
<Select options={levels} name="levels" parent={this} />
<img src={dropdown} alt=window.t("فلش") />
<img src={dropdown} alt={window.t("فلش")} />
</div>
</div>
<div className="home-mobile-search ">
<input
ref="input"
placeholder=window.t("نام یک کتاب را جستجو کنید")
placeholder={window.t("نام یک کتاب را جستجو کنید")}
className="home-mobile-search__input "
type="text"
name="searchBox"

@ -132,7 +132,7 @@ export default class Simple extends Component {
</div>
</div>
<Link to={`/blogs/${data.id}`}>
{data.buttonText || window.t(window.t("ادامه مطلب"))}
{data.buttonText || window.t("ادامه مطلب")}
</Link>
</div>
<span

@ -34,7 +34,7 @@ const SimpleHeader = (props) => {
className="home-scroll__header--more d-flex align-items-center"
>
<span style={{ fontSize: fontSize.desktop.h1 }}>بیشتر</span>
<img src={dropdown} alt=window.t("فلش") />
<img src={dropdown} alt={window.t("فلش")} />
</Link>
) : null}
</div>
@ -51,7 +51,7 @@ const SimpleHeader = (props) => {
className="mobile-home-scroll__header--more d-flex align-items-center"
>
<span>بیشتر</span>
<img src={dropdown} alt=window.t("فلش") />
<img src={dropdown} alt={window.t("فلش")} />
</Link>
) : null} */}
</div>
@ -74,7 +74,7 @@ const TabHeader = (props) => {
className="home-scroll__header--more d-flex align-items-center"
>
<span style={{ fontSize: fontSize.desktop.h1 }}>بیشتر</span>
<img src={dropdown} alt=window.t("فلش") />
<img src={dropdown} alt={window.t("فلش")} />
</Link> */}
</div>
) : null}
@ -86,7 +86,7 @@ const TabHeader = (props) => {
</div>
{/* <div className="mobile-home-scroll__header--more d-flex align-items-center">
<span>بیشتر</span>
<img src={dropdown} alt=window.t("فلش") />
<img src={dropdown} alt={window.t("فلش")} />
</div> */}
</div>
) : null}

@ -28,7 +28,7 @@ export default class HomeStatic extends Component {
<div className="home-scroll__header d-flex">
<h1>{title}</h1>
<div className="home-scroll__header--more d-flex">
<span>موارد بیشتر</span>
<span>{window.t("موارد بیشتر")}</span>
<ChevronLeftIcon
style={{
width: 20,
@ -87,7 +87,7 @@ const Item = (props) => {
</div>
<img
src={`https://dnvn.ir/api/v1/file/${props.data.fileId}`}
alt=window.t("عکس")
alt={window.t("عکس")}
/>
</div>
) : (
@ -100,7 +100,7 @@ const Item = (props) => {
>
<img
src={`https://dnvn.ir/api/v1/file/${props.data.fileId}`}
alt=window.t("عکس")
alt={window.t("عکس")}
style={{ float: "left" }}
/>
<div className="d-flex flex-column">

@ -17,7 +17,7 @@ class Membership extends Component {
</div>
<div className="d-flex">
<Input label={window.t("نام و نام خانوادگی")} name={"name"} />
<Input label={window.t(window.t(window.t("شماره تماس")))} name={"mobile"} />
<Input label={window.t("شماره تماس")} name={"mobile"} />
<button className="membership__submit">ثبت </button>
</div>
</div>
@ -35,7 +35,7 @@ class Membership extends Component {
<Input label={"نامونام خانوادگی"} name={"name"} />
</div>
<div>
<Input label={window.t(window.t(window.t("شماره تماس")))} name={"mobile"} />
<Input label={window.t("شماره تماس")} name={"mobile"} />
</div>
<button className="mobile-membership__submit">ثبت </button>
</div>

@ -36,7 +36,7 @@ class LaptopNavbar extends Component {
<nav className="laptop-navbar d-flex">
<div className="d-flex">
<Link to="/" className="laptop-navbar__logo">
<img src={logo} alt=window.t("لوگو") />
<img src={logo} alt={window.t("لوگو")} />
</Link>
<ul className="laptop-navbar__list d-flex">
{links.map((item, i) => (
@ -92,7 +92,7 @@ class LaptopNavbar extends Component {
width="20"
height="23"
src={basket}
alt=window.t("سبد خرید")
alt={window.t("سبد خرید")}
style={{ marginRight: 5 }}
/>
</Link>

@ -31,35 +31,35 @@ class NavbarDrawer extends Component {
{
name: window.t("صفحه اصلی"),
link: "/",
icon: <img src={mobileHome} alt=window.t("صفحه اصلی") />,
icon: <img src={mobileHome} alt={window.t("صفحه اصلی")} />,
toast: "",
message: "",
},
{
name: "ورود یا ثبت نام",
link: "/auth",
icon: <img src={mobileLogout} alt=window.t("کتابهای من") />,
icon: <img src={mobileLogout} alt={window.t("کتابهای من")} />,
toast: "",
message: "",
},
{
name: window.t("درباره ما"),
link: "/about",
icon: <img src={mobileBlog} alt=window.t("کتابهای من") />,
icon: <img src={mobileBlog} alt={window.t("کتابهای من")} />,
toast: "",
message: "",
},
{
name: window.t("فروشگاه"),
link: "/products",
icon: <img src={mobileBlog} alt=window.t("کتابهای من") />,
icon: <img src={mobileBlog} alt={window.t("کتابهای من")} />,
toast: "",
message: "",
},
{
name: window.t("سبد خرید"),
link: "/cart",
icon: <img src={mobileBlog} alt=window.t("کتابهای من") />,
icon: <img src={mobileBlog} alt={window.t("کتابهای من")} />,
toast: "",
message: "",
},
@ -73,7 +73,7 @@ class NavbarDrawer extends Component {
{
name: window.t("پشتیبانی"),
link: "/support",
icon: <img src={mobileDanger} alt=window.t("پشتیبانی") />,
icon: <img src={mobileDanger} alt={window.t("پشتیبانی")} />,
toast: "",
message: "",
// onClick: this.props.logout,
@ -83,35 +83,35 @@ class NavbarDrawer extends Component {
{
name: window.t("صفحه اصلی"),
link: "/",
icon: <img src={mobileHome} alt=window.t("صفحه اصلی") />,
icon: <img src={mobileHome} alt={window.t("صفحه اصلی")} />,
toast: "",
message: "",
},
{
name: window.t(window.t("واقعیت افزوده")),
name: window.t("واقعیت افزوده"),
link: "/ar",
icon: <img src={mobileAr} alt=window.t(window.t("واقعیت افزوده")) />,
icon: <img src={mobileAr} alt={window.t("واقعیت افزوده")} />,
toast: "",
message: "",
},
{
name: window.t("بارکد خوان"),
link: "/qr-scan",
icon: <img src={qrcode} alt=window.t("بارکد خوان") />,
icon: <img src={qrcode} alt={window.t("بارکد خوان")} />,
toast: "",
message: "",
},
{
name: window.t("کتابهای من"),
link: "/mybooks",
icon: <img src={mobileBlog} alt=window.t("کتابهای من") />,
icon: <img src={mobileBlog} alt={window.t("کتابهای من")} />,
toast: "",
message: "",
},
{
name: window.t("سبد خرید"),
link: "/cart",
icon: <img src={mobileBasket} alt=window.t("فروشگاه") />,
icon: <img src={mobileBasket} alt={window.t("فروشگاه")} />,
toast: "",
message: "",
},
@ -125,29 +125,29 @@ class NavbarDrawer extends Component {
{
name: window.t("دانوینیها"),
link: "/",
icon: <img src={mobileProfile} alt=window.t("دانوینیها") />,
icon: <img src={mobileProfile} alt={window.t("دانوینیها")} />,
toast: window.t("به زودی این بخش فعال می شود"),
message: "به زودی",
},
{
name: window.t("پشتیبانی"),
link: "/support",
icon: <img src={mobileDanger} alt=window.t("پشتیبانی") />,
icon: <img src={mobileDanger} alt={window.t("پشتیبانی")} />,
toast: "",
message: "",
// onClick: this.props.logout,
},
{
name: window.t(window.t("ویرایش مشخصات")),
name: window.t("ویرایش مشخصات"),
link: "/profile",
icon: <img src={mobileMail} alt=window.t(window.t("ویرایش مشخصات")) />,
icon: <img src={mobileMail} alt={window.t("ویرایش مشخصات")} />,
toast: "",
// message: "4 پیام",
},
{
name: window.t("بروز رسانی"),
link: "/",
icon: <img src={mobileLogout} alt=window.t(window.t(window.t("خروج"))) />,
icon: <img src={mobileLogout} alt={window.t("خروج")} />,
toast: "",
message: "",
onClick: () => {
@ -155,9 +155,9 @@ class NavbarDrawer extends Component {
},
},
{
name: window.t(window.t(window.t("خروج"))),
name: window.t("خروج"),
link: "/auth",
icon: <img src={mobileLogout} alt=window.t(window.t(window.t("خروج"))) />,
icon: <img src={mobileLogout} alt={window.t("خروج")} />,
toast: "",
message: "",
onClick: () => {

@ -18,7 +18,7 @@ function BackButton({ children }) {
let history = useHistory();
return (
<div type="button" onClick={() => history.goBack()}>
<img src={back} alt=window.t("بازگشت") />
<img src={back} alt={window.t("بازگشت")} />
</div>
);
}
@ -82,10 +82,10 @@ export default function MobileNavbar(props) {
style={{ marginTop: 10 }}
onClick={toggleDrawer("right", true)}
>
<img src={hamburger} alt=window.t("منو") />
<img src={hamburger} alt={window.t("منو")} />
</div>
<Link to="/" className="mobile-navbar__logo2" style={{}}>
<img src={logo} alt=window.t("لوگو") className="logo" />
<img src={logo} alt={window.t("لوگو")} className="logo" />
</Link>
</div>
<div className="mobile-navbar__left d-flex" style={{ marginLeft: 10 }}>
@ -115,23 +115,23 @@ export default function MobileNavbar(props) {
// style={{ transform: page !== "home" ? "translateX(-29px)" : "none" }}
>
<Link to="/">
<img src={logo} alt=window.t("لوگو") />
<img src={logo} alt={window.t("لوگو")} />
</Link>
</div> */}
<div
className="mobile-navbar__menu"
onClick={toggleDrawer("right", true)}
>
<img src={hamburger} alt=window.t("منو") />
<img src={hamburger} alt={window.t("منو")} />
<Link to="/">
<img src={logo} alt=window.t("لوگو") className="logo" />
<img src={logo} alt={window.t("لوگو")} className="logo" />
</Link>
</div>
<div className="mobile-navbar__left">
{page === "home" || page === "download" ? (
<Link to={"/products"}>
<img src={search} alt=window.t(window.t("جستجو")) />
<img src={search} alt={window.t("جستجو")} />
</Link>
) : (
<div className="d-flex align-items-center">
@ -139,7 +139,7 @@ export default function MobileNavbar(props) {
window.location.pathname !== "/mybooks" &&
window.location.pathname !== "/profile" && (
<Link to={"/products"}>
<img src={search} alt=window.t(window.t("جستجو")) />
<img src={search} alt={window.t("جستجو")} />
</Link>
)}
{window.location.pathname !== "/qr-scan" &&

@ -221,7 +221,7 @@ class NewProfile extends Component {
<div className="mb-2">
<Input
name="firstName"
label=window.t("نام")
label={window.t("نام")}
parent={this}
defaultValue={profile}
/>
@ -229,7 +229,7 @@ class NewProfile extends Component {
<div className="mb-2">
<Input
name="lastName"
label=window.t("نام خانوادگی")
label={window.t("نام خانوادگی")}
parent={this}
defaultValue={profile}
/>
@ -237,7 +237,7 @@ class NewProfile extends Component {
<div className="mb-2">
<Input
name="username"
label=window.t(window.t("نام کاربری"))
label={window.t("نام کاربری")}
parent={this}
defaultValue={profile}
align="left"
@ -255,7 +255,7 @@ class NewProfile extends Component {
<div className="mb-2">
<Input
name="nationalId"
label=window.t("کد ملی")
label={window.t("کد ملی")}
parent={this}
align="left"
defaultValue={profile}
@ -284,7 +284,7 @@ class NewProfile extends Component {
parent={this}
options={grades}
name="gradeId"
label={window.t(window.t("پایه تحصیلی"))}
label={window.t("پایه تحصیلی")}
/>
</div>
) : null}
@ -294,7 +294,7 @@ class NewProfile extends Component {
parent={this}
options={grades}
name="gradeId"
label={window.t(window.t("پایه تحصیلی"))}
label={window.t("پایه تحصیلی")}
selectedOptions={this.state.gradeId}
/>
</div>
@ -398,19 +398,19 @@ class NewProfile extends Component {
<Upload name="file" parent={this} />
<Input
name="firstName"
label=window.t("نام")
label={window.t("نام")}
parent={this}
onInput={this.forcePersian}
/>
<Input
name="lastName"
label=window.t("نام خانوادگی")
label={window.t("نام خانوادگی")}
parent={this}
onInput={this.forcePersian}
/>
<Input
name="username"
label=window.t(window.t("نام کاربری"))
label={window.t("نام کاربری")}
parent={this}
align="left"
/>
@ -422,7 +422,7 @@ class NewProfile extends Component {
/>
<Input
name="nationalId"
label=window.t("کد ملی")
label={window.t("کد ملی")}
parent={this}
align="left"
maxLength={10}
@ -440,7 +440,7 @@ class NewProfile extends Component {
parent={this}
options={grades}
name="gradeId"
label={window.t(window.t("پایه تحصیلی"))}
label={window.t("پایه تحصیلی")}
/>
) : null}
{this.state.userRoleId === window.t("معلم") ? (
@ -448,7 +448,7 @@ class NewProfile extends Component {
parent={this}
options={grades}
name="gradeId"
label={window.t(window.t("پایه تحصیلی"))}
label={window.t("پایه تحصیلی")}
selectedOptions={this.state.gradeId}
/>
) : null}
@ -489,10 +489,18 @@ class NewProfile extends Component {
label={window.t("شهر/روستا")}
/>
{this.state.userRoleId === window.t("دانش آموز") ? (
<Input parent={this} name="schoolId" label={window.t("نام مدرسه")} />
<Input
parent={this}
name="schoolId"
label={window.t("نام مدرسه")}
/>
) : null}
{this.state.userRoleId === window.t("معلم") ? (
<Input parent={this} name="schoolId" label={window.t("محل تدریس")} />
<Input
parent={this}
name="schoolId"
label={window.t("محل تدریس")}
/>
) : null}
{this.state.userRoleId === window.t("معلم") ? (
<Document parent={this} name="docFileIds" />
@ -503,7 +511,11 @@ class NewProfile extends Component {
label={window.t("کد پستی")}
align="left"
/>
<TextArea parent={this} label={window.t("آدرس محل سکونت")} name="address" />
<TextArea
parent={this}
label={window.t("آدرس محل سکونت")}
name="address"
/>
<div className="mobile-auth-profile__footer d-flex justify-content-center">
<button onClick={() => this.onSubmit()}>ذخیره</button>
</div>

@ -61,9 +61,12 @@ class Orders extends Component {
className="order-data-container-item-row1-order-status-text"
>
{
[window.t("پرداخت نشده"), window.t("در حال پردازش"), window.t(window.t("ارسال شد")), window.t("لغو شد")][
item.condition
]
[
window.t("پرداخت نشده"),
window.t("در حال پردازش"),
window.t("ارسال شد"),
window.t("لغو شد"),
][item.condition]
}
</div>
</div>

@ -1,68 +1,68 @@
import React, {useState} from 'react';
import Carousel from 'react-elastic-carousel';
import Video from '../../../QR/VideoBox/React-video-js-player/index';
import exit from '../../../../assets/icons/exit.svg';
import React, { useState } from "react";
import Carousel from "react-elastic-carousel";
import Video from "../../../QR/VideoBox/React-video-js-player/index";
import exit from "../../../../assets/icons/exit.svg";
import './index.scss';
import "./index.scss";
const Modal = (props) => {
const [displayed, setDisplayed] = useState(props.first ? props.first : props.gallery[0])
const {gallery, setModal} = props;
return(
const [displayed, setDisplayed] = useState(
props.first ? props.first : props.gallery[0]
);
const { gallery, setModal } = props;
return (
<>
{
window.innerWidth > 1000 ?
{window.innerWidth > 1000 ? (
<section className="modal d-flex flex-column align-items-center justify-content-center">
<img className="modal__exit" src={exit} alt="خروح" onClick={() => setModal(null)} />
<img
className="modal__exit"
src={exit}
alt="خروح"
onClick={() => setModal(null)}
/>
<div className="modal__display">
{
displayed.type === 'image' ?
<img src={displayed.value} alt=window.t("عکس") /> : null
}
{
displayed.type === 'film' ?
<Video /> : null
}
{displayed.type === "image" ? (
<img src={displayed.value} alt={window.t("عکس")} />
) : null}
{displayed.type === "film" ? <Video /> : null}
</div>
<footer className="modal__footer d-flex">
<Carousel
itemsToShow={4}
isRTL={true}
enableTilt={false}
showArrows={true}
pagination={false}
>
{gallery.map((item, i) => (
<Item
data={item}
key={i}
setDisplayed={setDisplayed}
active={item === displayed}
/>
))}
</Carousel>
itemsToShow={4}
isRTL={true}
enableTilt={false}
showArrows={true}
pagination={false}
>
{gallery.map((item, i) => (
<Item
data={item}
key={i}
setDisplayed={setDisplayed}
active={item === displayed}
/>
))}
</Carousel>
</footer>
</section> : null
}
</section>
) : null}
</>
);
}
};
export default Modal;
const Item = (props) => {
return(
return (
<div className="modal-carousel-item">
{
props.data.type === 'image' ?
<img src={props.data.value} alt=window.t("عکس") /> : null
}
{
props.data.type === 'film' ?
<Video /> : null
}
<div style={{ border: props.active ? '4px solid #1BBC6E' : '' }} className="modal-carousel-item__cover" onClick={() => props.setDisplayed(props.data)}>
</div>
{props.data.type === "image" ? (
<img src={props.data.value} alt={window.t("عکس")} />
) : null}
{props.data.type === "film" ? <Video /> : null}
<div
style={{ border: props.active ? "4px solid #1BBC6E" : "" }}
className="modal-carousel-item__cover"
onClick={() => props.setDisplayed(props.data)}
></div>
</div>
);
}
};

@ -71,10 +71,10 @@ function SimpleModal(props) {
letterSpacing: "-1px",
}}
>
کامنت خود را وارد کرده و دکمه ثبت را بزنید.
{window.t("کامنت خود را وارد کرده و دکمه ثبت را بزنید.")}
</h2>
<textarea
placeholder=window.t("متن پیام")
placeholder={window.t("متن پیام")}
name="description"
rows="5"
onChange={(e) => setText(e.target.value)}

@ -145,7 +145,9 @@ class Product extends Component {
<Info
subTitle={`پایه ${grades[info.gradeId]}`}
title={`${info.name} ${grades[info.gradeId]}`}
description={info.description || window.t("توضیحات محصول خالیست")}
description={
info.description || window.t("توضیحات محصول خالیست")
}
/>
<AddToCart
@ -169,7 +171,7 @@ class Product extends Component {
</h3>
<button onClick={() => this.handleOpenComment()}>
ارسال نظر
<img src={send_comment} alt=window.t("ارسال نظر") />
<img src={send_comment} alt={window.t("ارسال نظر")} />
</button>
</div>
@ -217,7 +219,9 @@ class Product extends Component {
info.name
} پایه ${grades[info.gradeId]}`}</h1>
<h2 style={{ fontSize: fontSize.mobile.h2 }}>
{page !== "digital" ? window.t("نسخه چاپی") : window.t("نسخه الکترونیک")}
{page !== "digital"
? window.t("نسخه چاپی")
: window.t("نسخه الکترونیک")}
</h2>
<h3 style={{ fontSize: fontSize.mobile.h1 }}>
{page === "digital"
@ -242,7 +246,9 @@ class Product extends Component {
className="mobile-product__header--digitalButton"
style={{ fontSize: fontSize.mobile.a, opacity: 0.3 }}
>
{page === "digital" ? window.t("نسخه چاپی") : window.t("نسخه الکترونیک")}
{page === "digital"
? window.t("نسخه چاپی")
: window.t("نسخه الکترونیک")}
</Link>
<Link
to={
@ -250,7 +256,9 @@ class Product extends Component {
}
onClick={() =>
!info.sampleFileId
? toast.info(window.t("برای این کتاب نمونهای درج نشده است."))
? toast.info(
window.t("برای این کتاب نمونهای درج نشده است.")
)
: null
}
className="mobile-product__header--purchase"
@ -299,7 +307,7 @@ class Product extends Component {
</h3>
<button onClick={() => this.handleOpenComment()}>
ارسال نظر
<img src={send_comment} alt=window.t("ارسال نظر") />
<img src={send_comment} alt={window.t("ارسال نظر")} />
</button>
</div>
<div className="mobile-product__comments--list d-flex">

@ -20,14 +20,14 @@ export default class Filtesrs extends React.Component {
name="subject"
parent={parent}
data={parent.props.subjects}
title=window.t("دسته بندی موضوعی")
title={window.t("دسته بندی موضوعی")}
theme="#D7FF17"
/>
<TypicalFilters
name="level"
parent={parent}
data={parent.props.levels}
title=window.t(window.t("پایه تحصیلی"))
title={window.t("پایه تحصیلی")}
theme="#FF8917"
/>
</div>

@ -50,7 +50,7 @@ export default function CustomizedSelects(props) {
onChange={(e) =>
e.target.value !== window.t("نام کتاب") &&
e.target.value !== window.t("مرتب سازی") &&
e.target.value !== window.t(window.t("پایه تحصیلی"))
e.target.value !== window.t("پایه تحصیلی")
? props.parent.setState({
selectedFilters: {
...props.parent.state.selectedFilters,

@ -92,10 +92,10 @@ class Products extends Component {
<input
type="search"
style={{ fontSize: 15 }}
placeholder={window.t(window.t("جستجو"))}
placeholder={window.t("جستجو")}
onChange={(e) => this.handleProductSearch(e.target.value)}
/>
<img src={navbarSearch} alt=window.t(window.t("جستجو")) />
<img src={navbarSearch} alt={window.t("جستجو")} />
</div>
<div className="mobile-products__filters d-flex">
<div className="d-flex">

@ -55,7 +55,7 @@ export default function Dropdown(props) {
style={{ fontSize: fontSize.desktop.input }}
onChange={(e) => handleSearch(e.target.value)}
/>
<img src={navbarSearch} alt=window.t(window.t("جستجو")) />
<img src={navbarSearch} alt={window.t("جستجو")} />
</div>
<ul>
{search

@ -224,7 +224,7 @@ class QR extends Component {
<div>
<img
src={exit}
alt=window.t("انصراف")
alt={window.t("انصراف")}
onClick={() =>
// this.props.logout({})
this.setState({ menu: !this.state.menu })

@ -45,7 +45,7 @@ class QRModal extends Component {
<div className="d-flex" style={{ justifyContent: "center" }}>
<Input
name="pageNumber"
// label=window.t("نام")
// label={window.t("نام")
parent={this}
defaultValue={pageNumber}
maxLength={3}
@ -105,7 +105,7 @@ class QRModal extends Component {
</span>
<Input
name="pageNumber"
// label=window.t("نام")
// label={window.t("نام")
parent={this}
defaultValue={pageNumber}
maxLength={3}

@ -35,7 +35,7 @@ export default function Sample({ fileId }) {
>
<Page
pageNumber={pageNumber}
noData=window.t("نمونه ای برای این محصول درج نشده است")
noData={window.t("نمونه ای برای این محصول درج نشده است")
/>
</Document>
<p>

@ -81,7 +81,12 @@ class Support extends Component {
}
render() {
let { status } = this.props;
let opt = [window.t("واحد مورد نظر"), window.t("واحد فروش"), window.t("واحد فنی"), window.t("واحد محتوایی")];
let opt = [
window.t("واحد مورد نظر"),
window.t("واحد فروش"),
window.t("واحد فنی"),
window.t("واحد محتوایی"),
];
opt = opt.map((e) => [e, e]);
return (
<>
@ -100,7 +105,11 @@ class Support extends Component {
name={"name"}
parent={this}
/>
<Input label={window.t(window.t(window.t("شماره تماس")))} name={"cellphone"} parent={this} />
<Input
label={window.t("شماره تماس")}
name={"cellphone"}
parent={this}
/>
</>
)}
<Select

Loading…
Cancel
Save