tasks edit

This commit is contained in:
2023-05-16 00:24:52 +03:00
parent 65874161c7
commit 56ef7061fa
8 changed files with 160 additions and 43 deletions

View File

@ -290,6 +290,8 @@ export const Tracker = () => {
</div>
</div>
<div className="archive__tasksWrapper">
{loader && <Loader style="green" />}
{!loader && <>
{Boolean(filterCompleteTasks.length) ? (
filterCompleteTasks.map((task, index) => {
return (
@ -313,6 +315,8 @@ export const Tracker = () => {
<p>В архиве задач нет</p>
</div>
)}
</>
}
</div>
</div>
<div className="archive__projects">

View File

@ -289,7 +289,7 @@
color: #252c32;
border: 1px solid #dde2e4;
background: white;
left: -25px;
left: -18px;
z-index: 2;
}
@ -298,7 +298,7 @@
color: white;
font-size: 14px;
left: -30px;
z-index: 1;
z-index: 2;
}
p {