feat: Add ability to hide completed tasks (#1210)

This commit is contained in:
Symon Baikov
2025-07-21 19:33:02 +03:00
committed by GitHub
parent fc9c94b3b6
commit d8fbf2f909
17 changed files with 158 additions and 55 deletions

View File

@@ -6,23 +6,24 @@
:global(#app) {
.count {
color: #8c8c8c;
display: inline-block;
font-size: 14px;
line-height: 14px;
text-align: right;
vertical-align: top;
width: 50px;
}
.progress {
margin: 0 0 16px;
margin: 0;
}
.progressRow {
display: flex;
gap: 12px;
justify-content: space-between;
margin-bottom: 16px;
}
.progressWrapper {
display: inline-block;
padding: 3px 0;
vertical-align: top;
width: calc(100% - 50px);
width: 100%;
}
.tasks {