feat: Improved placeholder and upload handling for images

This commit is contained in:
Arek Nawo
2026-01-19 16:54:24 +01:00
parent 5510434221
commit 5bda5623f2
8 changed files with 137 additions and 126 deletions
@@ -0,0 +1,10 @@
.imagePlaceholder {
border-radius: 8px;
@mixin light {
background-color: var(--mantine-color-gray-0);
}
@mixin dark {
background-color: var(--mantine-color-dark-7);
}
}