Dodaj pole użytkowników do formularza zapisu filtrów, usuń klasę Backpro oraz zaktualizuj daty zakończenia pracy w zadaniach

This commit is contained in:
2025-02-18 21:57:20 +01:00
parent b0c463efc4
commit a736510c66
13 changed files with 253 additions and 179 deletions

View File

@@ -391,93 +391,95 @@ body>.top {
display: flex;
position: relative;
border-radius: .25rem;
flex-wrap: wrap;
&.notopened {
border: 2px solid $cRed;
}
.left {
width: 30px;
.top {
display: flex;
justify-content: space-between;
margin-bottom: 5px;
width: 100%;
.users {
._users {
display: flex;
gap: 5px;
flex-wrap: wrap;
.user {
display: flex;
width: 20px;
height: 20px;
border-radius: 50%;
width: 25px;
height: 25px;
border-radius: .25rem;
justify-content: center;
align-items: center;
color: #FFF;
font-size: 13px;
font-size: 12px;
}
}
._timer {
.recursively {
color: #ccc;
border-radius: 3px;
cursor: pointer;
margin-bottom: 5px;
width: 25px;
height: 25px;
text-align: center;
display: block;
i {
font-size: 15px;
}
}
.task_start {
display: block;
background: $cGreen;
color: #FFF;
border-radius: .25rem;
cursor: pointer;
margin-bottom: 5px;
width: 25px;
height: 25px;
text-align: center;
&.hidden {
display: none;
}
i {
font-size: 12px;
}
}
.task_end {
background: $cRed;
display: block;
color: #FFF;
border-radius: .25rem;
cursor: pointer;
margin-bottom: 5px;
width: 25px;
height: 25px;
text-align: center;
&.hidden {
display: none;
}
i {
font-size: 12px;
}
}
}
}
.middle {
width: calc(100% - 60px);
}
.right {
width: 30px;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
.recursively {
color: #ccc;
border-radius: 3px;
cursor: pointer;
margin-bottom: 5px;
width: 22px;
height: 22px;
text-align: center;
i {
font-size: 15px;
}
}
.task_start {
background: $cGreen;
color: #FFF;
border-radius: 3px;
cursor: pointer;
margin-bottom: 5px;
width: 22px;
height: 22px;
text-align: center;
&.hidden {
display: none;
}
i {
font-size: 12px;
}
}
.task_end {
background: $cRed;
color: #FFF;
border-radius: 3px;
cursor: pointer;
margin-bottom: 5px;
width: 22px;
height: 22px;
text-align: center;
&.hidden {
display: none;
}
i {
font-size: 12px;
}
}
width: 100%;
}
.name {
@@ -1048,10 +1050,14 @@ body>.top {
gap: 20px;
.left {
display: flex;
gap: 20px;
flex-wrap: wrap;
width: calc(100% - 250px);
._projects,
._users {
display: flex;
gap: 20px;
flex-wrap: wrap;
}
}
.right {