Compare commits
No commits in common. "a3bcfc7cf7d64d74eb1228f6851e85bcc1b169af" and "b19e00d98f1631a2c5b05944ca274a4d2618afb3" have entirely different histories.
a3bcfc7cf7
...
b19e00d98f
@ -286,15 +286,15 @@ export const ProfileCalendarComponent = React.memo(
|
||||
? `${getCorrectDate(startDate)} - ${getCorrectDate(endDate)}`
|
||||
: `${getCorrectDate(endDate)} - ${getCorrectDate(startDate)}`
|
||||
: activePeriod
|
||||
? "Выберите диапазон на календаре"
|
||||
: "Выбрать диапазон"}
|
||||
? "Выберите диапазон на календаре"
|
||||
: "Выбрать диапазон"}
|
||||
</span>
|
||||
<span>
|
||||
{totalRangeHours
|
||||
? `${totalRangeHours} ${hourOfNum(totalRangeHours)}`
|
||||
: endDate
|
||||
? "0 часов"
|
||||
: ""}
|
||||
? "0 часов"
|
||||
: ""}
|
||||
</span>
|
||||
{endDate && (
|
||||
<BaseButton
|
||||
|
@ -108,9 +108,17 @@ export const ProjectTicket = ({ project, index }) => {
|
||||
</div>
|
||||
</Link>
|
||||
|
||||
<Link to={`/profile/statistics/${project.id}`} className="project-stats">
|
||||
{/* <Link
|
||||
to={`/profile/statistics/${project.id}`}
|
||||
className="project__statistics"
|
||||
>
|
||||
Посмотреть статистику
|
||||
</Link>
|
||||
</Link> */}
|
||||
|
||||
<span className="project-stats" onClick={() => {}}>
|
||||
Просмотреть <br />
|
||||
статистику проекта
|
||||
</span>
|
||||
|
||||
<span
|
||||
className="menu-settings"
|
||||
|
@ -3,7 +3,7 @@
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
width: 22%;
|
||||
height: 140px;
|
||||
height: 170px;
|
||||
background: #f1f1f1;
|
||||
border-radius: 12px;
|
||||
|
||||
@ -90,7 +90,7 @@
|
||||
color: #678eda;
|
||||
position: absolute;
|
||||
left: 18px;
|
||||
bottom: 16px;
|
||||
bottom: 10px;
|
||||
}
|
||||
|
||||
.menu-settings {
|
||||
|
@ -130,6 +130,7 @@
|
||||
row-gap: 30px;
|
||||
display: none;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
@media (max-width: 785px) {
|
||||
row-gap: 25px;
|
||||
@ -162,7 +163,7 @@
|
||||
|
||||
.create-project-btn {
|
||||
width: 22%;
|
||||
height: 140px;
|
||||
height: 170px;
|
||||
border-radius: 12px;
|
||||
background: #ecf8e5;
|
||||
color: #000000;
|
||||
@ -190,10 +191,6 @@
|
||||
img {
|
||||
margin: 0 20px 0 0;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user