feat: more tests, refactored

This commit is contained in:
2026-05-24 21:05:21 +07:00
parent e7dd9420e7
commit c1f12c7201
33 changed files with 1403 additions and 334 deletions
@@ -142,6 +142,15 @@ export function EditorSidebar({
className="w-full accent-[var(--color-accent-strong)]"
/>
</div>
{onCreateFillLayer ? (
<button
type="button"
onClick={onCreateFillLayer}
className={`mt-3 w-full rounded border px-3 py-2 text-xs font-semibold ${isDark ? "border-white/10 bg-[#353942] text-[#f0f3f8] hover:bg-[#3d424d]" : "border-black/10 bg-[#f4f6f9] text-[#1f2430] hover:bg-white"}`}
>
Create fill layer
</button>
) : null}
</div>
) : null}