27 494 B

1234567891011121314
  1. {
  2. "summary": "Avatar cropping works as intended now",
  3. "dedicated_hours": 4
  4. }
  5. - Crops a perfect circle
  6. - Shows proper preview
  7. Issues:
  8. - JS shows above header elements, of which the left panel is part of, to fix this z-index would be used;
  9. - To fix it the position property cannot be fixed, which would break the design, of course it needs to be fixed and will as soon as I find some alternative;
  10. Relevant commits:
  11. dfe061130b@upstream [UI] Cropping avatar as a circle, proper preview done