Skip to content

[Website] Use outward glyph for Dock Export - #4091

Merged
adamziel merged 1 commit into
trunkfrom
adamziel/export-icon-options
Jul 16, 2026
Merged

[Website] Use outward glyph for Dock Export#4091
adamziel merged 1 commit into
trunkfrom
adamziel/export-icon-options

Conversation

@adamziel

@adamziel adamziel commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

The Dock Export button now uses the WordPress external glyph, so the icon reads as opening or sending the Playground outward instead of downloading into the current browser. Export contains download and GitHub handoff actions, so the old download glyph made the pane read like a download-only control.

This swaps the existing @wordpress/icons import from download to external for the Export dock item. The label and pane behavior stay unchanged.

Before:

Dock Export button with download icon

After:

Dock Export button with open outward icon

Tested with:

npx nx test playground-website --testFile=dock-item-button.spec.tsx

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the Dock “Export” button icon to use the WordPress upload glyph so the control better reflects “export/share” behavior rather than “download-only”.

Changes:

  • Replace @wordpress/icons import from download to upload.
  • Update the Export dock item to render the upload icon.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@adamziel
adamziel force-pushed the adamziel/export-icon-options branch from 30f74f1 to 4d7e0a4 Compare July 16, 2026 17:42
@adamziel adamziel changed the title [Website] Use upload glyph for Dock Export Jul 16, 2026
@adamziel
adamziel force-pushed the adamziel/export-icon-options branch from 4d7e0a4 to cc566ae Compare July 16, 2026 17:46
@adamziel
adamziel merged commit c068e33 into trunk Jul 16, 2026
52 checks passed
@adamziel
adamziel deleted the adamziel/export-icon-options branch July 16, 2026 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment