1
0

feat: show the number of tasks we're about to remove when deleting a list

This commit is contained in:
kolaente
2022-04-24 18:09:54 +02:00
parent 202f6ce1b2
commit 62adf171ec
4 changed files with 67 additions and 31 deletions

View File

@ -2,12 +2,17 @@
<div class="loader-container is-loading"></div>
</template>
<style scoped>
<style scoped lang="scss">
.loader-container {
height: 100%;
min-height: 200px;
width: 100%;
min-width: 600px;
max-width: 100vw;
&.is-loading-small {
min-height: 50px;
min-width: 100px;
}
}
</style>