Skip to content

feat(share-pnl): drop SVG cover and use logo-cleaned PNGs#161

Merged
kostovster merged 1 commit into
mainfrom
feat/share-pnl-clean-covers
May 8, 2026
Merged

feat(share-pnl): drop SVG cover and use logo-cleaned PNGs#161
kostovster merged 1 commit into
mainfrom
feat/share-pnl-clean-covers

Conversation

@kostovster
Copy link
Copy Markdown
Member

Summary

The light grey hand-and-star SVG cover was visually inconsistent with the other three illustrations. Drops it from the cover library entirely. Replaces the remaining three covers with re-exported PNGs that no longer bake in the Nolus logo, so the canvas-rendered logo from #160 stands alone instead of overlapping a baked-in twin.

Changes

  • Deleted src/assets/icons/share-image-1.svg.
  • Replaced share-image-{2,3,4}.png with versions exported without the baked-in Nolus logo.
  • Shrunk images and palettes arrays in SharePnLDialog.vue from 4 entries to 3 in lockstep — indices realign so each palettes[i] still corresponds to images[i].
  • imageIndex defaults to 0, which now points at the dark navy cover (was the deleted SVG).

Verification

  • npm run lint clean
  • npm run format:check clean
  • npm run build clean
  • npm test 760/760 passing

The light grey SVG cover (share-image-1.svg) had a different design
language from the other three and was visually inconsistent in the
share library. Drop it from the cover options entirely.

Replace the remaining three PNG covers with re-exported versions that
no longer bake in the Nolus logo. The canvas-rendered logo from #160
now stands alone instead of overlapping a baked-in twin.

images and palettes arrays shrink from 4 to 3 entries in lockstep so
their indices stay aligned. imageIndex defaults to 0, which now points
at the dark navy cover (was the deleted SVG).
@kostovster kostovster merged commit e4f107b into main May 8, 2026
2 checks passed
@kostovster kostovster deleted the feat/share-pnl-clean-covers branch May 8, 2026 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant