Skip to content

Fixed swapped icons on Import/Export buttons in GeneratePage.tsx#211

Merged
lightningpixel merged 1 commit into
lightningpixel:devfrom
ivk1800:export-import-icon-fix
Jun 28, 2026
Merged

Fixed swapped icons on Import/Export buttons in GeneratePage.tsx#211
lightningpixel merged 1 commit into
lightningpixel:devfrom
ivk1800:export-import-icon-fix

Conversation

@ivk1800

@ivk1800 ivk1800 commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Fixed swapped icons on Import/Export buttons in GeneratePage.tsx

Import button now shows upload icon (arrow pointing up/out of box)
Export button now shows download icon (arrow pointing down/into box)

The fix was needed because the icons were semantically reversed:

Import = bringing data in → should use download icon (arrow pointing down into box)
Export = sending data out → should use upload icon (arrow pointing up out of box)
The original code had them swapped - Import showed the upload icon, Export showed the download icon. This is a common UX mistake since "up = upload" and "down = download" is the standard convention.

Import button now shows upload icon (arrow pointing up/out of box)
Export button now shows download icon (arrow pointing down/into box)
@Lorchie

Lorchie commented Jun 28, 2026

Copy link
Copy Markdown
Collaborator

Of course thx you !!

@lightningpixel
lightningpixel merged commit 91fa646 into lightningpixel:dev Jun 28, 2026
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.

3 participants