feat: delete collection [FC-0062] (#1333)

* feat: delete collection

* feat: update button status on delete

* test: add tests for collection delete
This commit is contained in:
Navin Karkera
2024-10-08 22:29:06 +05:30
committed by GitHub
parent 75f937e11a
commit 434fea3a95
14 changed files with 409 additions and 111 deletions

View File

@@ -1,25 +1,15 @@
.processing-notification {
display: flex;
position: fixed;
bottom: -13rem;
transition: bottom 1s;
right: 1.25rem;
padding: .625rem 1.25rem;
z-index: $zindex-popover;
.processing-notification-icon {
animation: rotate 1s linear infinite;
}
&.is-show {
bottom: .625rem;
}
.processing-notification-icon {
margin-right: .625rem;
animation: rotate 1s linear infinite;
}
.processing-notification-title {
font-size: 1rem;
line-height: 1.5rem;
color: $white;
margin-bottom: 0;
.processing-notification-hide-close-button {
.btn-icon {
display: none;
}
}
.toast-container {
right: 1.25rem;
left: unset;
z-index: $zindex-popover;
}