studio icon indicating copy to clipboard operation
studio copied to clipboard

Double wrapped thumbnail icon SVG

Open bjester opened this issue 8 months ago • 2 comments

This issue is not open for contribution. Visit Contributing guidelines to learn about the contributing process and how to find suitable issues.

Observed behavior

The Thumbnail.vue component was changed to use KIcon but it was implemented inside an already existing <svg> tag. Since KIcon outputs an <svg> tag itself, the pre-existing SVG tag wrapper is no longer necessary and could cause problems with display.

Image

Expected behavior

The Thumbnail.vue component should remove the unnecessary <svg> wrapper and correct any visual implications from its remove.

User-facing consequences

Unknown at this time

Steps to reproduce the issue

  1. Open Studio
  2. Navigate to your channel list
  3. Inspect a channel that does not have a thumbnail, and therefore renders a picture icon
  4. Observe the icon is double wrapped like the above screenshot

Usage Details

  • Browser: Chrome
  • Branch: unstable

bjester avatar Apr 07 '25 19:04 bjester

@bjester can I take up this issue

a-s-t-e-y-a avatar Apr 11 '25 05:04 a-s-t-e-y-a

Hi @a-s-t-e-y-a, thanks for volunteering! Only 'help wanted' issues are open for contribution.

MisRob avatar Apr 15 '25 18:04 MisRob