You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All three are the same pattern (border + border-top-color transparent + border-radius: 50% + rotate(360deg)), just with different sizes/colors and duplicated keyframes.
Should consolidate and re-use across these UI surfaces.
Follow-up from review feedback on #592
nx2 has multiple near-identical rotating border-spinners, each defining its own
@keyframes:nx2/blocks/ew-actions/ew-actions.css—.preview-dropdown-spinner+@keyframes preview-dropdown-spin(added in feat(ew): show loading spinner on preview & publish #592)nx2/styles/form.css—.da-checkbox.loading+@keyframes da-spinnx2/public/plugins/quick-edit/quick-edit.css—picture.image-uploading::after+@keyframes spinAll three are the same pattern (border +
border-top-colortransparent +border-radius: 50%+rotate(360deg)), just with different sizes/colors and duplicated keyframes.Should consolidate and re-use across these UI surfaces.