refactor: migrate edit to custom component

This commit is contained in:
Carlos Valente
2025-06-21 11:04:16 +02:00
committed by Carlos Valente
parent 629204810f
commit e090bde8bb
5 changed files with 105 additions and 47 deletions
@@ -9,6 +9,11 @@
border-radius: 3px;
cursor: pointer;
&:disabled {
opacity: 0.4;
cursor: not-allowed;
}
}
.subtle {