| <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> | |||||
| <path d="M9.66754 1.08749L15.6675 4.08749C15.9174 4.21167 16.1278 4.40311 16.2748 4.64027C16.4219 4.87744 16.4999 5.15093 16.5 5.42999V12.5775C16.4999 12.8566 16.4219 13.13 16.2748 13.3672C16.1278 13.6044 15.9174 13.7958 15.6675 13.92L9.66754 16.92C9.45914 17.0243 9.22932 17.0786 8.99629 17.0786C8.76326 17.0786 8.53343 17.0243 8.32504 16.92L2.32504 13.92C2.07538 13.7942 1.86585 13.6011 1.72008 13.3626C1.5743 13.1241 1.49809 12.8495 1.50004 12.57V5.42999C1.50018 5.15093 1.57818 4.87744 1.72525 4.64027C1.87231 4.40311 2.08263 4.21167 2.33254 4.08749L8.33254 1.08749C8.53995 0.984422 8.76842 0.930786 9.00004 0.930786C9.23165 0.930786 9.46012 0.984422 9.66754 1.08749V1.08749Z" stroke="#4C4C4C" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/> | |||||
| <path d="M1.74023 4.62L9.00023 8.25L16.2602 4.62" stroke="#4C4C4C" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/> | |||||
| <path d="M9 17.07V8.25" stroke="#4C4C4C" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/> | |||||
| <path d="M5.25 2.625L12.75 6.375" stroke="#4C4C4C" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/> | |||||
| </svg> |
| <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> | |||||
| <path d="M16.6663 17.5V15.8333C16.6663 14.9493 16.3152 14.1014 15.69 13.4763C15.0649 12.8512 14.2171 12.5 13.333 12.5H6.66634C5.78229 12.5 4.93444 12.8512 4.30932 13.4763C3.6842 14.1014 3.33301 14.9493 3.33301 15.8333V17.5" stroke="#4D4D4D" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/> | |||||
| <path d="M10.0003 9.16667C11.8413 9.16667 13.3337 7.67428 13.3337 5.83333C13.3337 3.99238 11.8413 2.5 10.0003 2.5C8.15938 2.5 6.66699 3.99238 6.66699 5.83333C6.66699 7.67428 8.15938 9.16667 10.0003 9.16667Z" stroke="#4D4D4D" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/> | |||||
| </svg> |
| sponsored={props.sponsored.toString()} | sponsored={props.sponsored.toString()} | ||||
| halfwidth={props.halfwidth ? 1 : 0} | halfwidth={props.halfwidth ? 1 : 0} | ||||
| className={props.className} | className={props.className} | ||||
| singleOffer={props.singleOffer} | |||||
| > | > | ||||
| <OfferInfo> | <OfferInfo> | ||||
| <Info> | <Info> | ||||
| value={offer?.offer?.views?.count} | value={offer?.offer?.views?.count} | ||||
| /> | /> | ||||
| </Info> | </Info> | ||||
| <DateButtonsContainer> | |||||
| <PostDate>{date}</PostDate> | |||||
| {isMyProfile && ( | |||||
| <ButtonsContainer> | |||||
| <EditDeleteButtons> | |||||
| <EditIconContainer onClick={() => setShowModalEdit(true)}> | |||||
| <EditIcon /> | |||||
| </EditIconContainer> | |||||
| <RemoveIconContainer onClick={() => setShowModalRemove(true)}> | |||||
| <RemoveIcon /> | |||||
| </RemoveIconContainer> | |||||
| </EditDeleteButtons> | |||||
| </ButtonsContainer> | |||||
| )} | |||||
| </DateButtonsContainer> | |||||
| <PostDate>{date}</PostDate> | |||||
| </OfferInfo> | </OfferInfo> | ||||
| <OfferDetails | <OfferDetails | ||||
| offer={offer} | offer={offer} | ||||
| showExchangeButton={props.showExchangeButton} | showExchangeButton={props.showExchangeButton} | ||||
| showPublishButton={props.showPublishButton} | showPublishButton={props.showPublishButton} | ||||
| singleOffer={props.singleOffer} | |||||
| /> | /> | ||||
| <DateButtonsContainer> | |||||
| {isMyProfile && ( | |||||
| <ButtonsContainer> | |||||
| <EditDeleteButtons> | |||||
| <EditIconContainer onClick={() => setShowModalEdit(true)}> | |||||
| <EditIcon /> | |||||
| </EditIconContainer> | |||||
| <RemoveIconContainer onClick={() => setShowModalRemove(true)}> | |||||
| <RemoveIcon /> | |||||
| </RemoveIconContainer> | |||||
| </EditDeleteButtons> | |||||
| </ButtonsContainer> | |||||
| )} | |||||
| </DateButtonsContainer> | |||||
| {!props.halfwidth && props.showExchangeButton && ( | {!props.halfwidth && props.showExchangeButton && ( | ||||
| <CheckButton | <CheckButton | ||||
| variant={props.sponsored ? "contained" : "outlined"} | variant={props.sponsored ? "contained" : "outlined"} | ||||
| showBarterButton: PropTypes.bool, | showBarterButton: PropTypes.bool, | ||||
| showPublishButton: PropTypes.bool, | showPublishButton: PropTypes.bool, | ||||
| className: PropTypes.string, | className: PropTypes.string, | ||||
| singleOffer: PropTypes.bool, | |||||
| }; | }; | ||||
| ItemDetailsCard.defaultProps = { | ItemDetailsCard.defaultProps = { | ||||
| halfwidth: false, | halfwidth: false, |
| flex-direction: column; | flex-direction: column; | ||||
| width: ${(props) => (!props.halfwidth ? "100%" : "49%")}; | width: ${(props) => (!props.halfwidth ? "100%" : "49%")}; | ||||
| box-sizing: border-box; | box-sizing: border-box; | ||||
| margin: 10px 0; | |||||
| margin: ${(props) => (props.singleOffer ? "10px 36px" : "10px 0")}; | |||||
| border: 1px solid ${selectedTheme.borderNormal}; | border: 1px solid ${selectedTheme.borderNormal}; | ||||
| background-color: ${(props) => | background-color: ${(props) => | ||||
| props.sponsored === "true" | props.sponsored === "true" | ||||
| /* padding-bottom: 70px; */ | /* padding-bottom: 70px; */ | ||||
| @media (max-width: 600px) { | @media (max-width: 600px) { | ||||
| margin: 18px 0; | |||||
| padding: 10px; | padding: 10px; | ||||
| padding-bottom: 65px; | padding-bottom: 65px; | ||||
| } | } | ||||
| export const DateButtonsContainer = styled(Box)` | export const DateButtonsContainer = styled(Box)` | ||||
| display: flex; | display: flex; | ||||
| align-items: center; | align-items: center; | ||||
| position: absolute; | |||||
| right: 220px; | |||||
| bottom: 22px; | |||||
| @media screen and (max-width: 600px) { | |||||
| top: 0; | |||||
| right: -10px; | |||||
| } | |||||
| `; | `; | ||||
| export const PostDate = styled(Typography)` | export const PostDate = styled(Typography)` |
| OfferImage, | OfferImage, | ||||
| OfferLittleDetails, | OfferLittleDetails, | ||||
| OfferTitle, | OfferTitle, | ||||
| Scroller, | |||||
| ScrollerHorizontal, | |||||
| ScrollerVertical, | |||||
| OfferInfoContainer, | |||||
| } from "./OfferDetails.styled"; | } from "./OfferDetails.styled"; | ||||
| import { useTranslation } from "react-i18next"; | import { useTranslation } from "react-i18next"; | ||||
| import useScreenDimensions from "../../../../hooks/useScreenDimensions"; | |||||
| const OfferDetails = (props) => { | const OfferDetails = (props) => { | ||||
| const offer = props.offer; | const offer = props.offer; | ||||
| const { t } = useTranslation(); | const { t } = useTranslation(); | ||||
| const dimension = useScreenDimensions(); | |||||
| return ( | return ( | ||||
| <Details | <Details | ||||
| hasScrollBar={!props.showPublishButton} | hasScrollBar={!props.showPublishButton} | ||||
| exchange={props.showExchangeButton} | exchange={props.showExchangeButton} | ||||
| singleOffer={props.singleOffer} | |||||
| > | > | ||||
| <OfferTitle>{offer?.offer?.name}</OfferTitle> | |||||
| <Scroller> | |||||
| {offer?.offer?.images?.map((item) => { | |||||
| return <OfferImage src={item} key={item} />; | |||||
| })} | |||||
| </Scroller> | |||||
| <OfferLittleDetails> | |||||
| <OfferDescriptionTitle> | |||||
| {t("itemDetailsCard.description")} | |||||
| </OfferDescriptionTitle> | |||||
| <OfferDescriptionText showBarterButton={props.showExchangeButton}> | |||||
| {offer?.offer?.description} | |||||
| </OfferDescriptionText> | |||||
| </OfferLittleDetails> | |||||
| {dimension.width < 600 || !props.singleOffer ? ( | |||||
| <ScrollerHorizontal> | |||||
| {offer?.offer?.images?.map((item) => { | |||||
| return <OfferImage src={item} key={item} />; | |||||
| })} | |||||
| </ScrollerHorizontal> | |||||
| ) : ( | |||||
| <ScrollerVertical> | |||||
| {offer?.offer?.images?.map((item) => { | |||||
| return <OfferImage src={item} key={item} />; | |||||
| })} | |||||
| </ScrollerVertical> | |||||
| )} | |||||
| <OfferInfoContainer> | |||||
| <OfferTitle singleOffer={props.singleOffer}> | |||||
| {offer?.offer?.name} | |||||
| </OfferTitle> | |||||
| <OfferLittleDetails singleOffer={props.singleOffer}> | |||||
| <OfferDescriptionTitle> | |||||
| {t("itemDetailsCard.description")} | |||||
| </OfferDescriptionTitle> | |||||
| <OfferDescriptionText showBarterButton={props.showExchangeButton}> | |||||
| {offer?.offer?.description} | |||||
| </OfferDescriptionText> | |||||
| </OfferLittleDetails> | |||||
| </OfferInfoContainer> | |||||
| </Details> | </Details> | ||||
| ); | ); | ||||
| }; | }; | ||||
| offer: PropTypes.any, | offer: PropTypes.any, | ||||
| showExchangeButton: PropTypes.bool, | showExchangeButton: PropTypes.bool, | ||||
| showPublishButton: PropTypes.bool, | showPublishButton: PropTypes.bool, | ||||
| singleOffer: PropTypes.bool, | |||||
| }; | }; | ||||
| export default OfferDetails; | export default OfferDetails; |
| import styled from "styled-components"; | import styled from "styled-components"; | ||||
| import selectedTheme from "../../../../themes"; | import selectedTheme from "../../../../themes"; | ||||
| import HorizontalScroller from "../../../Scroller/HorizontalScroller"; | import HorizontalScroller from "../../../Scroller/HorizontalScroller"; | ||||
| import VerticalScroller from "../../../Scroller/VerticalScroller"; | |||||
| export const Details = styled(Box)` | export const Details = styled(Box)` | ||||
| display: flex; | display: flex; | ||||
| flex-direction: column; | |||||
| flex-direction: ${(props) => (props.singleOffer ? "row" : "column-reverse")}; | |||||
| justify-content: start; | |||||
| gap: 12px; | gap: 12px; | ||||
| ${(props) => props.hasScrollBar && !props.exchange && `height: 300px;`} | ${(props) => props.hasScrollBar && !props.exchange && `height: 300px;`} | ||||
| overflow-y: auto; | overflow-y: auto; | ||||
| } | } | ||||
| @media screen and (max-width: 600px) { | @media screen and (max-width: 600px) { | ||||
| flex-direction: column-reverse; | |||||
| margin-top: 15px; | margin-top: 15px; | ||||
| min-height: 300px; | |||||
| ${(props) => | ${(props) => | ||||
| !props.hasScrollBar && props.exchange && | |||||
| !props.hasScrollBar && | |||||
| props.exchange && | |||||
| ` | ` | ||||
| overflow: hidden; | overflow: hidden; | ||||
| max-height: none;`} | max-height: none;`} | ||||
| color: ${selectedTheme.primaryPurple}; | color: ${selectedTheme.primaryPurple}; | ||||
| font-weight: 700; | font-weight: 700; | ||||
| font-size: 24px; | font-size: 24px; | ||||
| padding: 0 60px; | |||||
| padding: ${(props) => (props.singleOffer ? 0 : "0 60px")}; | |||||
| @media screen and (max-width: 600px) { | @media screen and (max-width: 600px) { | ||||
| padding: 0; | |||||
| padding: 0 8px; | |||||
| font-size: 18px; | font-size: 18px; | ||||
| } | } | ||||
| `; | `; | ||||
| flex-direction: column; | flex-direction: column; | ||||
| flex-wrap: ${(props) => (!props.halfwidth ? "no-wrap" : "wrap")}; | flex-wrap: ${(props) => (!props.halfwidth ? "no-wrap" : "wrap")}; | ||||
| justify-content: space-between; | justify-content: space-between; | ||||
| padding: 0 60px; | |||||
| padding: ${(props) => (props.singleOffer ? 0 : "0 60px")}; | |||||
| ${(props) => | |||||
| !props.singleOffer && | |||||
| ` | |||||
| position: absolute; | |||||
| bottom: 45px; | |||||
| `} | |||||
| @media (max-width: 600px) { | @media (max-width: 600px) { | ||||
| padding: 0; | |||||
| padding: 0 8px; | |||||
| position: absolute; | |||||
| top: 270px; | |||||
| left: 18px; | |||||
| justify-content: start; | |||||
| } | } | ||||
| `; | `; | ||||
| export const Scroller = styled(HorizontalScroller)` | |||||
| export const ScrollerHorizontal = styled(HorizontalScroller)` | |||||
| min-height: 144px; | |||||
| min-width: 144px; | |||||
| max-width: 100%; | |||||
| max-height: 144px; | |||||
| align-items: start; | |||||
| /* & div { | |||||
| margin: 0 9px; | |||||
| } */ | |||||
| `; | |||||
| export const ScrollerVertical = styled(VerticalScroller)` | |||||
| min-height: 144px; | min-height: 144px; | ||||
| min-width: 144px; | min-width: 144px; | ||||
| max-width: 100%; | max-width: 100%; | ||||
| margin: 0 9px; | margin: 0 9px; | ||||
| } */ | } */ | ||||
| `; | `; | ||||
| export const OfferInfoContainer = styled(Box)``; | |||||
| export const OfferDescriptionTitle = styled(Box)` | export const OfferDescriptionTitle = styled(Box)` | ||||
| font-family: "Open Sans"; | font-family: "Open Sans"; | ||||
| font-size: 12px; | font-size: 12px; | ||||
| color: ${selectedTheme.primaryDarkText}; | color: ${selectedTheme.primaryDarkText}; | ||||
| line-height: 22px; | line-height: 22px; | ||||
| padding-bottom: 20px; | padding-bottom: 20px; | ||||
| max-width: ${(props) => props.showBarterButton ? "calc(100% - 230px)" : "100%"}; | |||||
| max-width: ${(props) => | |||||
| props.showBarterButton ? "calc(100% - 230px)" : "100%"}; | |||||
| @media (max-width: 600px) { | @media (max-width: 600px) { | ||||
| font-size: 14px; | font-size: 14px; | ||||
| max-width: 100%; | max-width: 100%; | ||||
| min-width: 144px; | min-width: 144px; | ||||
| margin-right: 13px; | margin-right: 13px; | ||||
| } | } | ||||
| `; | |||||
| `; |
| width: 144px; | width: 144px; | ||||
| height: 144px; | height: 144px; | ||||
| overflow: hidden; | overflow: hidden; | ||||
| ` | |||||
| `; | |||||
| export const ImageOverlay = styled(Box)` | export const ImageOverlay = styled(Box)` | ||||
| position: absolute; | position: absolute; | ||||
| top: 0; | top: 0; |
| import { Box, Link, Typography} from "@mui/material"; | |||||
| import { Box, Link, Typography } from "@mui/material"; | |||||
| import styled from "styled-components"; | import styled from "styled-components"; | ||||
| import selectedTheme from "../../../themes"; | import selectedTheme from "../../../themes"; | ||||
| export const HeaderContainer = styled(Box)` | export const HeaderContainer = styled(Box)` | ||||
| margin-top: 20px; | |||||
| ` | |||||
| margin-top: 20px; | |||||
| `; | |||||
| export const ButtonContainer = styled(Link)` | export const ButtonContainer = styled(Link)` | ||||
| width:fit-content; | |||||
| cursor:pointer; | |||||
| display: flex; | |||||
| justify-content: start; | |||||
| align-items:center; | |||||
| gap:12px; | |||||
| ` | |||||
| export const HeaderText = styled(Typography) ` | |||||
| font-family: "Open Sans"; | |||||
| line-height: 22px; | |||||
| font-size: 16px; | |||||
| color: ${selectedTheme.primaryPurple}; | |||||
| text-decoration: underline; | |||||
| ` | |||||
| width: fit-content; | |||||
| cursor: pointer; | |||||
| display: flex; | |||||
| justify-content: start; | |||||
| align-items: center; | |||||
| gap: 12px; | |||||
| `; | |||||
| export const HeaderText = styled(Typography)` | |||||
| font-family: "Open Sans"; | |||||
| line-height: 22px; | |||||
| font-size: 16px; | |||||
| color: ${selectedTheme.primaryPurple}; | |||||
| text-decoration: underline; | |||||
| `; |
| import React, { useMemo } from "react"; | import React, { useMemo } from "react"; | ||||
| import { PropTypes } from "prop-types"; | |||||
| import Header from "./Header/Header"; | import Header from "./Header/Header"; | ||||
| import { useSelector } from "react-redux"; | import { useSelector } from "react-redux"; | ||||
| import { ItemDetailsContainer } from "./ItemDetails.styled"; | |||||
| import { | |||||
| ItemDetailsContainer, | |||||
| OfferIconContainer, | |||||
| OfferIconText, | |||||
| } from "./ItemDetails.styled"; | |||||
| import ItemDetailsCard from "../Cards/ItemDetailsCard/ItemDetailsCard"; | import ItemDetailsCard from "../Cards/ItemDetailsCard/ItemDetailsCard"; | ||||
| import ItemDetailsHeaderCard from "./ItemDetailsHeaderCard/ItemDetailsHeaderCard"; | import ItemDetailsHeaderCard from "./ItemDetailsHeaderCard/ItemDetailsHeaderCard"; | ||||
| import { selectOffer } from "../../store/selectors/offersSelectors"; | import { selectOffer } from "../../store/selectors/offersSelectors"; | ||||
| import { selectUserId } from "../../store/selectors/loginSelectors"; | import { selectUserId } from "../../store/selectors/loginSelectors"; | ||||
| // import { useHistory } from 'react-router-dom'; | |||||
| import { ReactComponent as OfferIcon } from "../../assets/images/svg/package-gray.svg"; | |||||
| import { useTranslation } from "react-i18next"; | |||||
| const ItemDetails = () => { | |||||
| const ItemDetails = (props) => { | |||||
| const offer = useSelector(selectOffer); | const offer = useSelector(selectOffer); | ||||
| const userId = useSelector(selectUserId); | const userId = useSelector(selectUserId); | ||||
| const { t } = useTranslation(); | |||||
| let isMyProfile = useMemo(() => { | let isMyProfile = useMemo(() => { | ||||
| if (offer?.offer?.userId?.toString() === userId?.toString()) { | if (offer?.offer?.userId?.toString() === userId?.toString()) { | ||||
| return true; | return true; | ||||
| return ( | return ( | ||||
| <ItemDetailsContainer> | <ItemDetailsContainer> | ||||
| <Header /> | <Header /> | ||||
| <ItemDetailsHeaderCard offer={offer} isMyProfile={isMyProfile} /> | |||||
| <ItemDetailsCard offer={offer} isMyOffer={isMyProfile} /> | |||||
| {!props.singleOffer && ( | |||||
| <ItemDetailsHeaderCard offer={offer} isMyProfile={isMyProfile} /> | |||||
| )} | |||||
| {props.singleOffer && ( | |||||
| <OfferIconContainer> | |||||
| <OfferIcon /> | |||||
| <OfferIconText>{t("offer.product")}</OfferIconText> | |||||
| </OfferIconContainer> | |||||
| )} | |||||
| <ItemDetailsCard offer={offer} isMyOffer={isMyProfile} singleOffer /> | |||||
| </ItemDetailsContainer> | </ItemDetailsContainer> | ||||
| ); | ); | ||||
| }; | }; | ||||
| ItemDetails.propTypes = { | |||||
| singleOffer: PropTypes.any, | |||||
| }; | |||||
| export default ItemDetails; | export default ItemDetails; |
| import { Box } from "@mui/material"; | |||||
| import { Box, Typography } from "@mui/material"; | |||||
| import styled from "styled-components"; | import styled from "styled-components"; | ||||
| export const ItemDetailsContainer = styled(Box)` | |||||
| export const ItemDetailsContainer = styled(Box)``; | |||||
| `; | |||||
| export const OfferIconContainer = styled(Box)` | |||||
| display: flex; | |||||
| align-items: center; | |||||
| margin-top: 34px; | |||||
| margin-left: 36px; | |||||
| @media screen and (max-width: 600px) { | |||||
| margin-left: 0; | |||||
| margin-top: 228px; | |||||
| svg { | |||||
| width: 14px; | |||||
| } | |||||
| } | |||||
| `; | |||||
| export const OfferIconText = styled(Typography)` | |||||
| font-family: "Open Sans"; | |||||
| font-size: 16px; | |||||
| margin-left: 7.2px; | |||||
| @media screen and (max-width: 600px) { | |||||
| font-size: 12px; | |||||
| } | |||||
| `; |
| </MessageIcon> | </MessageIcon> | ||||
| )} | )} | ||||
| </HeaderTop> | </HeaderTop> | ||||
| <StatisticDetails offer={offer} /> | |||||
| {!props.singleOffer && <StatisticDetails offer={offer} />} | |||||
| </ItemDetailsHeaderContainer> | </ItemDetailsHeaderContainer> | ||||
| ); | ); | ||||
| }; | }; | ||||
| sponsored: PropTypes.bool, | sponsored: PropTypes.bool, | ||||
| offer: PropTypes.any, | offer: PropTypes.any, | ||||
| isMyProfile: PropTypes.bool, | isMyProfile: PropTypes.bool, | ||||
| singleOffer: PropTypes.bool, | |||||
| }; | }; | ||||
| ItemDetailsHeaderCard.defaultProps = { | ItemDetailsHeaderCard.defaultProps = { | ||||
| halfwidth: false, | halfwidth: false, |
| border: 1px solid ${selectedTheme.primaryPurple}; | border: 1px solid ${selectedTheme.primaryPurple}; | ||||
| max-width: 2000px; | max-width: 2000px; | ||||
| position: relative; | position: relative; | ||||
| @media screen and (max-width: 600px) { | |||||
| width: 92%; | |||||
| } | |||||
| `; | `; | ||||
| export const HeaderTop = styled(Box)` | export const HeaderTop = styled(Box)` | ||||
| display: flex; | display: flex; |
| import React, { useMemo } from "react"; | |||||
| import { | |||||
| ProfileHeader, | |||||
| ProfileHeaderIconContainer, | |||||
| ProfileHeaderText, | |||||
| } from "./ProfileMini.styled"; | |||||
| import { useSelector } from "react-redux"; | |||||
| import { selectOffer } from "../../store/selectors/offersSelectors"; | |||||
| import { selectUserId } from "../../store/selectors/loginSelectors"; | |||||
| import { ReactComponent as ProfileIcon } from "../../assets/images/svg/user-gray.svg"; | |||||
| import ItemDetailsHeaderCard from "../ItemDetails/ItemDetailsHeaderCard/ItemDetailsHeaderCard"; | |||||
| import { useTranslation } from "react-i18next"; | |||||
| const ProfileMini = () => { | |||||
| const offer = useSelector(selectOffer); | |||||
| const userId = useSelector(selectUserId); | |||||
| const { t } = useTranslation(); | |||||
| let isMyProfile = useMemo(() => { | |||||
| if (offer?.offer?.userId?.toString() === userId?.toString()) { | |||||
| return true; | |||||
| } | |||||
| return false; | |||||
| }, [offer, userId]); | |||||
| return ( | |||||
| <ProfileHeader> | |||||
| <ProfileHeaderIconContainer> | |||||
| <ProfileIcon /> | |||||
| <ProfileHeaderText>{t("profile.companyProfile")}</ProfileHeaderText> | |||||
| </ProfileHeaderIconContainer> | |||||
| <ItemDetailsHeaderCard | |||||
| offer={offer} | |||||
| isMyProfile={isMyProfile} | |||||
| singleOffer | |||||
| /> | |||||
| </ProfileHeader> | |||||
| ); | |||||
| }; | |||||
| export default ProfileMini; |
| import styled from "styled-components"; | |||||
| import { Box } from "@mui/system"; | |||||
| import { Typography } from "@mui/material"; | |||||
| export const ProfileHeader = styled(Box)` | |||||
| margin-top: 60px; | |||||
| @media screen and (max-width: 600px) { | |||||
| width: 100%; | |||||
| position: absolute; | |||||
| top: 25px; | |||||
| } | |||||
| `; | |||||
| export const ProfileHeaderIconContainer = styled(Box)` | |||||
| display: flex; | |||||
| align-items: center; | |||||
| @media screen and (max-width: 600px) { | |||||
| margin-bottom: 18px; | |||||
| svg { | |||||
| width: 14px; | |||||
| } | |||||
| } | |||||
| `; | |||||
| export const ProfileHeaderText = styled(Typography)` | |||||
| font-family: "Open Sans"; | |||||
| font-size: 16px; | |||||
| margin-left: 7.2px; | |||||
| @media screen and (max-width: 600px) { | |||||
| font-size: 12px; | |||||
| } | |||||
| `; |
| scrollRef.current.scrollBy({ left: -50, behaviour: "smooth" }); | scrollRef.current.scrollBy({ left: -50, behaviour: "smooth" }); | ||||
| }; | }; | ||||
| return ( | return ( | ||||
| <HorizontalScrollerContainer style={props.containerStyle} className={props.className}> | |||||
| <HorizontalScrollerContainer | |||||
| style={props.containerStyle} | |||||
| className={props.className} | |||||
| > | |||||
| {!props.hideArrows && ( | {!props.hideArrows && ( | ||||
| <ArrowButton | <ArrowButton | ||||
| onClick={handleLeft} | onClick={handleLeft} |
| display: flex; | display: flex; | ||||
| flex: 1; | flex: 1; | ||||
| flex-direction: row; | flex-direction: row; | ||||
| align-items: center; | |||||
| flex-wrap: nowrap; | flex-wrap: nowrap; | ||||
| overflow: hidden; | overflow: hidden; | ||||
| padding-right: 5px; | padding-right: 5px; |
| import React, { useRef, useState } from "react"; | |||||
| import PropTypes from "prop-types"; | |||||
| import { | |||||
| VerticalScrollerContainer, | |||||
| ListContainer, | |||||
| ArrowIconContainer, | |||||
| } from "./VerticalScroller.styled"; | |||||
| import { ArrowButton } from "../Buttons/ArrowButton/ArrowButton"; | |||||
| const VerticalScroller = (props) => { | |||||
| const scrollRef = useRef(null); | |||||
| const [isDisabledUpButton, setIsDisabledUpButton] = useState(true); | |||||
| const [isDisabledDownButton, setIsDisabledDownButton] = useState(false); | |||||
| const handleScroll = (event) => { | |||||
| if (!event.external) { | |||||
| if (scrollRef.current.scrollTop === 0) { | |||||
| if (isDisabledUpButton !== true) setIsDisabledUpButton(true); | |||||
| } else { | |||||
| if (isDisabledUpButton !== false) setIsDisabledUpButton(false); | |||||
| } | |||||
| if ( | |||||
| scrollRef.current.scrollHeight - scrollRef.current.scrollTop === | |||||
| scrollRef.current.clientHeight | |||||
| ) { | |||||
| if (isDisabledDownButton !== true) setIsDisabledDownButton(true); | |||||
| } else { | |||||
| if (isDisabledDownButton !== false) setIsDisabledDownButton(false); | |||||
| } | |||||
| } | |||||
| }; | |||||
| const handleRight = () => { | |||||
| if (scrollRef.current.scrollTop + 50 !== 0) { | |||||
| if (isDisabledUpButton !== false) setIsDisabledUpButton(false); | |||||
| } | |||||
| if ( | |||||
| scrollRef.current.scrollHeight - scrollRef.current.scrollTop - 50 <= | |||||
| scrollRef.current.clientHeight | |||||
| ) { | |||||
| if (isDisabledDownButton !== true) setIsDisabledDownButton(true); | |||||
| } | |||||
| scrollRef.current.scrollBy({ top: 50, behaviour: "smooth" }); | |||||
| }; | |||||
| const handleLeft = () => { | |||||
| if (scrollRef.current.scrollHeight - 50 <= 0) { | |||||
| if (isDisabledUpButton !== true) setIsDisabledUpButton(true); | |||||
| } | |||||
| if ( | |||||
| scrollRef.current.scrollHeight - scrollRef.current.scrollTop + 50 !== | |||||
| scrollRef.current.clientHeight | |||||
| ) { | |||||
| if (isDisabledDownButton !== false) setIsDisabledDownButton(false); | |||||
| } | |||||
| scrollRef.current.scrollBy({ top: -50, behaviour: "smooth" }); | |||||
| }; | |||||
| return ( | |||||
| <VerticalScrollerContainer | |||||
| style={props.containerStyle} | |||||
| className={props.className} | |||||
| > | |||||
| {!props.hideArrows && ( | |||||
| <ArrowIconContainer side="up"> | |||||
| <ArrowButton | |||||
| onClick={handleLeft} | |||||
| disabled={isDisabledUpButton} | |||||
| side={"up"} | |||||
| ></ArrowButton> | |||||
| </ArrowIconContainer> | |||||
| )} | |||||
| <ListContainer | |||||
| innerRef={scrollRef} | |||||
| style={props.listStyle} | |||||
| onScroll={handleScroll} | |||||
| > | |||||
| {props.children} | |||||
| </ListContainer> | |||||
| {!props.hideArrows && ( | |||||
| <ArrowIconContainer> | |||||
| <ArrowButton | |||||
| onClick={handleRight} | |||||
| disabled={isDisabledDownButton} | |||||
| side={"down"} | |||||
| ></ArrowButton> | |||||
| </ArrowIconContainer> | |||||
| )} | |||||
| </VerticalScrollerContainer> | |||||
| ); | |||||
| }; | |||||
| VerticalScroller.propTypes = { | |||||
| children: PropTypes.node, | |||||
| className: PropTypes.string, | |||||
| containerStyle: PropTypes.any, | |||||
| listStyle: PropTypes.any, | |||||
| hideArrows: PropTypes.bool, | |||||
| }; | |||||
| export default VerticalScroller; |
| import { Box } from "@mui/material"; | |||||
| import styled from "styled-components"; | |||||
| import { ReactComponent as DownArrow } from "../../assets/images/svg/arrow-down.svg"; | |||||
| import selectedTheme from "../../themes"; | |||||
| import ScrollContainer from "react-indiana-drag-scroll"; | |||||
| import { IconButton } from "../Buttons/IconButton/IconButton"; | |||||
| export const VerticalScrollerContainer = styled(Box)` | |||||
| display: flex; | |||||
| flex-direction: column; | |||||
| align-items: center; | |||||
| flex-wrap: nowrap; | |||||
| overflow: hidden; | |||||
| padding-right: 5px; | |||||
| height: 594px; | |||||
| @media screen and (max-width: 600px) { | |||||
| width: 100%; | |||||
| } | |||||
| @media screen and (max-width: 480px) { | |||||
| width: 340px; | |||||
| } | |||||
| `; | |||||
| export const Arrow = styled(IconButton)` | |||||
| border: 1px solid ${selectedTheme.primaryPurple}; | |||||
| border-radius: 100%; | |||||
| min-width: 40px; | |||||
| width: 40px; | |||||
| height: 40px; | |||||
| display: block; | |||||
| box-sizing: border-box; | |||||
| cursor: pointer; | |||||
| padding-left: 8px; | |||||
| padding-top: 10px; | |||||
| margin-top: auto; | |||||
| margin-bottom: auto; | |||||
| transition: 0.2s all ease; | |||||
| &:hover { | |||||
| background-color: ${selectedTheme.primaryPurple}; | |||||
| & svg path { | |||||
| stroke: white; | |||||
| } | |||||
| } | |||||
| ${(props) => | |||||
| props.disabled && | |||||
| ` | |||||
| border 1px solid ${selectedTheme.iconStrokeDisabledColor}; | |||||
| & svg path { | |||||
| stroke: ${selectedTheme.iconStrokeDisabledColor}; | |||||
| transition: 0.2s all ease; | |||||
| } | |||||
| `} | |||||
| `; | |||||
| export const ListContainer = styled(ScrollContainer)` | |||||
| display: flex; | |||||
| flex: 1; | |||||
| flex-direction: column; | |||||
| flex-wrap: nowrap; | |||||
| scroll-behavior: smooth; | |||||
| margin: 0 18px; | |||||
| user-select: none; | |||||
| img { | |||||
| margin: 0; | |||||
| margin-top: 18px; | |||||
| } | |||||
| `; | |||||
| export const ArrowIconContainer = styled(Box)` | |||||
| transform: ${(props) => | |||||
| props.side === "up" ? "rotate(-90deg)" : "rotate(90deg)"}; | |||||
| `; | |||||
| export const ArrowIcon = styled(DownArrow)` | |||||
| /* ${(props) => | |||||
| props.side === "up" && | |||||
| ` | |||||
| transform: rotate(-90deg); | |||||
| `} */ | |||||
| width: 18px; | |||||
| height: 18px; | |||||
| & path { | |||||
| ${(props) => | |||||
| props.disabled && | |||||
| ` | |||||
| stroke: ${selectedTheme.iconStrokeDisabledColor} | |||||
| `} | |||||
| } | |||||
| `; |
| profileReviews: PropTypes.any, | profileReviews: PropTypes.any, | ||||
| className: PropTypes.string, | className: PropTypes.string, | ||||
| givingReview: PropTypes.bool, | givingReview: PropTypes.bool, | ||||
| offer: PropTypes.any, | |||||
| }; | }; | ||||
| UserReviews.defaultProps = { | UserReviews.defaultProps = { | ||||
| isProfileReviews: false, | isProfileReviews: false, |
| import selectedTheme from "../../themes"; | import selectedTheme from "../../themes"; | ||||
| export const ReviewsBox = styled(Box)` | export const ReviewsBox = styled(Box)` | ||||
| width: 100%; | |||||
| /* One review is 185px in height and 82 px are header title + padding */ | |||||
| /* height: ${props => props.numOfReviews > 0 ? props.numOfReviews * 185 + 82 + 'px' : `calc(100% - 90px)`}; */ | |||||
| /* max-height: 100vh; */ | |||||
| @media (max-width: 1200px) { | |||||
| padding: 0; | |||||
| } | |||||
| @media (max-width: 600px) { | |||||
| position: relative; | |||||
| top: -45px; | |||||
| overflow: hidden; | |||||
| max-height: ${props => props.numOfReviews > 2 ? "650px" : props.numOfReviews > 1 ? "450px" : "350px"}; | |||||
| padding: 0; | |||||
| } | |||||
| width: 100%; | |||||
| /* One review is 185px in height and 82 px are header title + padding */ | |||||
| /* height: ${(props) => | |||||
| props.numOfReviews > 0 | |||||
| ? props.numOfReviews * 185 + 82 + "px" | |||||
| : `calc(100% - 90px)`}; */ | |||||
| /* max-height: 100vh; */ | |||||
| @media (max-width: 1200px) { | |||||
| padding: 0; | |||||
| } | |||||
| @media (max-width: 600px) { | |||||
| position: relative; | |||||
| top: -45px; | |||||
| overflow: hidden; | |||||
| max-height: ${(props) => | |||||
| props.numOfReviews > 2 | |||||
| ? "650px" | |||||
| : props.numOfReviews > 1 | |||||
| ? "450px" | |||||
| : "350px"}; | |||||
| padding: 0; | |||||
| margin-top: 60px; | |||||
| } | |||||
| `; | `; | ||||
| export const ReviewsHeader = styled(Grid)` | export const ReviewsHeader = styled(Grid)` | ||||
| @media (max-width: 800px) { | |||||
| display: none; | |||||
| @media (max-width: 600px) { | |||||
| margin-bottom: 18px; | |||||
| font-size: 12px; | |||||
| } | } | ||||
| ` | |||||
| `; | |||||
| export const ReviewsTitle = styled(Typography)` | export const ReviewsTitle = styled(Typography)` | ||||
| font-family: "Open Sans"; | font-family: "Open Sans"; | ||||
| font-size: 16px; | font-size: 16px; | ||||
| @media (max-width: 800px) { | |||||
| display: none; | |||||
| @media (max-width: 600px) { | |||||
| font-size: 12px; | |||||
| } | } | ||||
| ` | |||||
| `; | |||||
| export const ReviewList = styled(List)` | export const ReviewList = styled(List)` | ||||
| background: white; | |||||
| padding: 2rem; | |||||
| border-radius: 4px 0 0 4px; | |||||
| padding-right: .4rem; | |||||
| height: 100%; | |||||
| width: 100%; | |||||
| border: 1px solid ${selectedTheme.borderNormal}; | |||||
| background: white; | |||||
| padding: 2rem; | |||||
| border-radius: 4px 0 0 4px; | |||||
| padding-right: 0.4rem; | |||||
| height: 100%; | |||||
| width: 100%; | |||||
| border: 1px solid ${selectedTheme.borderNormal}; | |||||
| /* overflow-y: auto; */ | |||||
| &::-webkit-scrollbar { | |||||
| width: 5px; | |||||
| } | |||||
| &::-webkit-scrollbar-track { | |||||
| background: #ddd; | |||||
| } | |||||
| &::-webkit-scrollbar-thumb { | |||||
| background: #777; | |||||
| } | |||||
| scrollbar-width: thin; | |||||
| scrollbar-color: #ddd; | |||||
| /* overflow-y: auto; */ | |||||
| &::-webkit-scrollbar { | |||||
| width: 5px; | |||||
| } | |||||
| &::-webkit-scrollbar-track { | |||||
| background: #ddd; | |||||
| } | |||||
| &::-webkit-scrollbar-thumb { | |||||
| background: #777; | |||||
| } | |||||
| scrollbar-width: thin; | |||||
| scrollbar-color: #ddd; | |||||
| `; | `; | ||||
| export const ThumbUp = styled(ThumbUpIcon)` | export const ThumbUp = styled(ThumbUpIcon)` | ||||
| position: relative; | position: relative; | ||||
| left: -8px; | left: -8px; | ||||
| ` | |||||
| `; | |||||
| export const ThumbDown = styled(ThumbDownIcon)` | export const ThumbDown = styled(ThumbDownIcon)` | ||||
| position: relative; | position: relative; | ||||
| left: -8px; | left: -8px; | ||||
| ` | |||||
| export const NoReviewsContainer = styled(Box)` | |||||
| ` | |||||
| `; | |||||
| export const NoReviewsContainer = styled(Box)``; | |||||
| export const NoReviewsText = styled(Typography)` | export const NoReviewsText = styled(Typography)` | ||||
| color: ${selectedTheme.primaryPurple}; | color: ${selectedTheme.primaryPurple}; | ||||
| font-size: 24px; | font-size: 24px; | ||||
| text-align: center; | text-align: center; | ||||
| font-weight: 700; | font-weight: 700; | ||||
| width: 100%; | width: 100%; | ||||
| ` | |||||
| `; | |||||
| export const NoReviewsAltText = styled(Typography)` | export const NoReviewsAltText = styled(Typography)` | ||||
| font-size: 12px; | font-size: 12px; | ||||
| color: ${selectedTheme.primaryDarkText}; | color: ${selectedTheme.primaryDarkText}; | ||||
| text-align: center; | text-align: center; | ||||
| width: 100%; | width: 100%; | ||||
| margin-bottom: 36px; | margin-bottom: 36px; | ||||
| ` | |||||
| `; | |||||
| export const ProfileImage = styled.img` | export const ProfileImage = styled.img` | ||||
| width: 54px; | width: 54px; | ||||
| height: 54px; | height: 54px; | ||||
| border-radius: 100%; | border-radius: 100%; | ||||
| ` | |||||
| `; | |||||
| export const ProfileImageContainer = styled(Box)` | export const ProfileImageContainer = styled(Box)` | ||||
| width: 54px; | width: 54px; | ||||
| height: 54px; | height: 54px; | ||||
| border-radius: 100%; | border-radius: 100%; | ||||
| margin-right: 14px; | margin-right: 14px; | ||||
| ` | |||||
| `; | |||||
| export const ReviewQuote = styled(Grid)` | export const ReviewQuote = styled(Grid)` | ||||
| position: relative; | position: relative; | ||||
| left: 8px; | left: 8px; | ||||
| ` | |||||
| export const ThumbBox = styled(Grid)` | |||||
| ` | |||||
| export const ReviewQuoteBox = styled(Grid)` | |||||
| ` | |||||
| `; | |||||
| export const ThumbBox = styled(Grid)``; | |||||
| export const ReviewQuoteBox = styled(Grid)``; | |||||
| export const ReviewQuoteText = styled(Typography)` | export const ReviewQuoteText = styled(Typography)` | ||||
| font-family: "Open Sans"; | font-family: "Open Sans"; | ||||
| font-size: 12px; | font-size: 12px; | ||||
| color: ${selectedTheme.primaryDarkText}; | color: ${selectedTheme.primaryDarkText}; | ||||
| ` | |||||
| export const ReviewDetails = styled(Grid)` | |||||
| ` | |||||
| `; | |||||
| export const ReviewDetails = styled(Grid)``; | |||||
| export const ReviewDetailsText = styled(Typography)` | export const ReviewDetailsText = styled(Typography)` | ||||
| font-family: "Open Sans"; | font-family: "Open Sans"; | ||||
| font-size: 12px; | font-size: 12px; | ||||
| color: ${selectedTheme.primaryDarkText}; | color: ${selectedTheme.primaryDarkText}; | ||||
| font-style: italic; | font-style: italic; | ||||
| letter-spacing: 0.02em; | letter-spacing: 0.02em; | ||||
| ` | |||||
| `; | |||||
| export const ReviewDetailsValue = styled(Typography)` | export const ReviewDetailsValue = styled(Typography)` | ||||
| color: ${selectedTheme.primaryPurple}; | color: ${selectedTheme.primaryPurple}; | ||||
| font-style: normal; | font-style: normal; | ||||
| font-weight: 600; | font-weight: 600; | ||||
| ` | |||||
| `; | |||||
| export const ProfileName = styled(Typography)` | export const ProfileName = styled(Typography)` | ||||
| font-weight: 600; | font-weight: 600; | ||||
| font-size: 16px; | font-size: 16px; | ||||
| font-family: "Open Sans"; | font-family: "Open Sans"; | ||||
| ` | |||||
| export const ReviewContainer = styled(Box)` | |||||
| ` | |||||
| `; | |||||
| export const ReviewContainer = styled(Box)``; |
| average: "srednja", | average: "srednja", | ||||
| good: "dobra", | good: "dobra", | ||||
| strong: "jaka", | strong: "jaka", | ||||
| strongPassword: "Lozinka mora imati barem jedan veliki karakter, jedan mali karakter i jedan znak!" | |||||
| strongPassword: | |||||
| "Lozinka mora imati barem jedan veliki karakter, jedan mali karakter i jedan znak!", | |||||
| }, | }, | ||||
| register: { | register: { | ||||
| title: "Registruj se", | title: "Registruj se", | ||||
| review: "Pregled", | review: "Pregled", | ||||
| changeOffer: "Izmena Objave", | changeOffer: "Izmena Objave", | ||||
| newOffer: "Nova Objava", | newOffer: "Nova Objava", | ||||
| product: "Proizvod", | |||||
| }, | }, | ||||
| apiErrors: { | apiErrors: { | ||||
| somethingWentWrong: "Greska sa serverom!", | somethingWentWrong: "Greska sa serverom!", | ||||
| numberOfViews: " ukupnih pregleda", | numberOfViews: " ukupnih pregleda", | ||||
| successComunication: " korektna komunikacija", | successComunication: " korektna komunikacija", | ||||
| back: "Nazad na objave", | back: "Nazad na objave", | ||||
| companyProfile: "Profil kompanije", | |||||
| }, | }, | ||||
| }; | }; |
| import React from "react"; | import React from "react"; | ||||
| import PropTypes from "prop-types"; | import PropTypes from "prop-types"; | ||||
| import { | import { | ||||
| ContentRightCardContainer, | |||||
| Content, | Content, | ||||
| RightCard, | RightCard, | ||||
| ItemDetailsLayoutContainer, | ItemDetailsLayoutContainer, | ||||
| } from "./ItemDetailsLayout.styled"; | } from "./ItemDetailsLayout.styled"; | ||||
| import { Grid } from "@mui/material"; | |||||
| const ItemDetailsLayout = (props) => { | const ItemDetailsLayout = (props) => { | ||||
| return ( | return ( | ||||
| <ItemDetailsLayoutContainer> | |||||
| <ItemDetailsLayoutContainer singleOffer={props.singleOffer}> | |||||
| {props.children} | {props.children} | ||||
| <Grid container maxHeight="xl" spacing={2}> | |||||
| <Content item xs={12} lg={9} xl={9.6} md={12}> | |||||
| {props.content} | |||||
| </Content> | |||||
| <RightCard item xs={12} lg={3} xl={2.4} md={12}> | |||||
| <ContentRightCardContainer> | |||||
| <Content item>{props.content}</Content> | |||||
| <RightCard item singleOffer={props.singleOffer}> | |||||
| {props.rightCard} | {props.rightCard} | ||||
| </RightCard> | </RightCard> | ||||
| </Grid> | |||||
| </ContentRightCardContainer> | |||||
| </ItemDetailsLayoutContainer> | </ItemDetailsLayoutContainer> | ||||
| ); | ); | ||||
| }; | }; | ||||
| leftCard: PropTypes.node, | leftCard: PropTypes.node, | ||||
| content: PropTypes.node, | content: PropTypes.node, | ||||
| rightCard: PropTypes.node, | rightCard: PropTypes.node, | ||||
| singleOffer: PropTypes.bool, | |||||
| }; | }; | ||||
| export default ItemDetailsLayout; | export default ItemDetailsLayout; |
| import { Container, Grid } from "@mui/material"; | |||||
| import { Container, Grid, Box } from "@mui/material"; | |||||
| import styled from "styled-components"; | import styled from "styled-components"; | ||||
| export const ItemDetailsLayoutContainer = styled(Container)` | export const ItemDetailsLayoutContainer = styled(Container)` | ||||
| padding-left: 60px; | |||||
| padding-right: 0; | |||||
| padding-left: 36px; | |||||
| padding-right: ${(props) => (props.singleOffer ? "76px" : 0)}; | |||||
| margin: 0; | margin: 0; | ||||
| width: 100%; | width: 100%; | ||||
| max-width: none; | max-width: none; | ||||
| display: flex; | |||||
| /* display: flex; */ | |||||
| position: relative; | position: relative; | ||||
| flex: 1; | |||||
| /* flex: 1; */ | |||||
| height: 100%; | height: 100%; | ||||
| @media (max-width: 1200px) { | @media (max-width: 1200px) { | ||||
| padding-right: 60px; | padding-right: 60px; | ||||
| } | } | ||||
| `; | `; | ||||
| export const ContentRightCardContainer = styled(Box)` | |||||
| display: flex; | |||||
| @media screen and (max-width: 600px) { | |||||
| flex-direction: column; | |||||
| } | |||||
| `; | |||||
| export const RightCard = styled(Grid)` | export const RightCard = styled(Grid)` | ||||
| margin-top: 34px; | |||||
| border-top-right-radius: 4px; | |||||
| margin-top: 0; | |||||
| margin-left: 0; | |||||
| padding-left: 0; | |||||
| @media screen and (min-width: 600px) { | |||||
| margin-top: 34px; | |||||
| margin-left: 36px; | |||||
| padding-left: ${(props) => (props.singleOffer ? "36px" : 0)}; | |||||
| border-top-right-radius: 4px; | |||||
| ${(props) => props.singleOffer && `width: 100%`} | |||||
| } | |||||
| `; | |||||
| export const Content = styled(Grid)` | |||||
| width: 100%; | width: 100%; | ||||
| `; | `; | ||||
| export const Content = styled(Grid)``; |
| display: flex; | display: flex; | ||||
| flex-direction: column; | flex-direction: column; | ||||
| background-color: ${selectedTheme.offerBackgroundColor}; | background-color: ${selectedTheme.offerBackgroundColor}; | ||||
| @media screen and (max-width: 600px) { | |||||
| margin-top: 55px; | |||||
| } | |||||
| `; | `; | ||||
| export const GridStyled = styled(Grid)` | |||||
| `; | |||||
| export const GridStyled = styled(Grid)``; |
| import { fetchOneOffer } from "../../store/actions/offers/offersActions"; | import { fetchOneOffer } from "../../store/actions/offers/offersActions"; | ||||
| import UserReviews from "../../components/UserReviews/UserReviews"; | import UserReviews from "../../components/UserReviews/UserReviews"; | ||||
| import { selectOffer } from "../../store/selectors/offersSelectors"; | import { selectOffer } from "../../store/selectors/offersSelectors"; | ||||
| import ProfileMini from "../../components/ProfileMini/ProfileMini"; | |||||
| const ItemDetailsPage = (props) => { | const ItemDetailsPage = (props) => { | ||||
| const dispatch = useDispatch(); | const dispatch = useDispatch(); | ||||
| return ( | return ( | ||||
| <ItemDetailsPageContainer> | <ItemDetailsPageContainer> | ||||
| <ItemDetailsLayout | <ItemDetailsLayout | ||||
| content={<ItemDetails />} | |||||
| rightCard={<UserReviews />} | |||||
| singleOffer | |||||
| content={<ItemDetails singleOffer />} | |||||
| rightCard={ | |||||
| <> | |||||
| <ProfileMini /> <UserReviews /> | |||||
| </> | |||||
| } | |||||
| /> | /> | ||||
| </ItemDetailsPageContainer> | </ItemDetailsPageContainer> | ||||
| ); | ); |
| ), | ), | ||||
| firmWebsite: Yup.string(), | firmWebsite: Yup.string(), | ||||
| firmApplink: Yup.string(), | firmApplink: Yup.string(), | ||||
| firmPhone: Yup.string() | |||||
| firmPhone: Yup.number() | |||||
| .required(i18n.t("editProfile.labelPhoneRequired")) | .required(i18n.t("editProfile.labelPhoneRequired")) | ||||
| .min(6, i18n.t("editProfile.labelPhoneValid")) | .min(6, i18n.t("editProfile.labelPhoneValid")) | ||||
| .max(14, i18n.t("editProfile.labelPhoneValid")), | .max(14, i18n.t("editProfile.labelPhoneValid")), |