Skip to content

IV/EV Display Integration & Sorting in PC#286

Open
marbaret wants to merge 4 commits intoh0tp-ftw:mainfrom
marbaret:IV/EV-Display-Integration
Open

IV/EV Display Integration & Sorting in PC#286
marbaret wants to merge 4 commits intoh0tp-ftw:mainfrom
marbaret:IV/EV-Display-Integration

Conversation

@marbaret
Copy link

@marbaret marbaret commented Jan 23, 2026

This integrates detailed IV and EV displays directly into the Pokémon PC interface and adds sorting capabilities.

image

IV/EV Tabs

  • Replaced the old static stats table in the details panel with a tabbed view (Stats, IV, EV).

Visual Updates

  • Added progress bars for IVs and EVs with color coding (Gold for max IV, Green for high, etc.)
  • Added a ⭐ to highlight perfect IVs (31)
  • Adjusted layouts, backgrounds, and fonts to match the rest of the UI

Sorting

  • Added "Sort by IV" and "Sort by EV" in the PC box

UX Improvements

  • The selected tab (Stats/IV/EV) now stays selected when switching between Pokémon
  • Updated QTabWidget styling so it fits nicely with both Dark and Light themes
  • Left-click now instantly opens details, while Right-click opens the actions menu

@marbaret marbaret force-pushed the IV/EV-Display-Integration branch from 21e5f32 to eee5678 Compare January 23, 2026 05:22
Copy link
Collaborator

@Someon1e Someon1e left a comment

Choose a reason for hiding this comment

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

Good changes!

image image image

Some small problems I've noticed:

  • The labels on the right should be consistent (e.g. see ATK and ATTACK)
  • The bar colours for IVs look out-of-place compared to the Stats & EV - maybe the text colour should be changed instead of the bar colours?
  • The padding/space between the number and the bar is very different for Stats compared to EVs & IVs
  • The corners are missing image

@marbaret
Copy link
Author

Thanks for the feedback! I’ll try to address all of them

The bar colours for IVs look out-of-place compared to the Stats & EV - maybe the text colour should be changed instead of the bar colours?

I kind of agree with this one (also the gold color for IV 31 might be a bit too close to the yellow/orange used for mid IVs)
But the bars also make it really quick to see the overall IV stats when browsing multiple Pokémon. Using colored numbers could also be a bit hard to read depending on the light/dark theme.
I’ll try to find a good middle ground and share a screenshot here for feedback 🫡

@marbaret
Copy link
Author

marbaret commented Jan 23, 2026

Okay, so I made a few changes:

image image image

Looks better

I also changed the layout of the buttons at the bottom so that everything isn’t too compact, since the new graph takes up a bit more space

@Someon1e Someon1e dismissed their stale review January 25, 2026 09:58

changes have been made

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.

2 participants