Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose Item Level underneath Character name on summary panel #750

Open
ramsowo opened this issue Jul 3, 2023 · 2 comments
Open

Expose Item Level underneath Character name on summary panel #750

ramsowo opened this issue Jul 3, 2023 · 2 comments
Labels
🛠 Feature Request Feature request

Comments

@ramsowo
Copy link

ramsowo commented Jul 3, 2023

Is your feature request related to a problem? Please describe.
It's particularly frustrating to need to mouseover the character names to reveal item level. Since I am managing several characters seeing their item level at a glance would be very convenient and satisfying.

Describe the solution you'd like
A toggle setting within the settings to show character item level or not.

Describe alternatives you've considered
I could just mouse over the character name but I want to be able to see item level at a glance.

Additional context
Panel I'm referring to :)
image

@ramsowo ramsowo added the 🛠 Feature Request Feature request label Jul 3, 2023
@pouljin
Copy link

pouljin commented Sep 27, 2023

Juat came here to ask for the same exact thing! I am thinking something like: character(ilvl) at the top. Helps me figure out if I should try to get a better vault this week or not. Also lets me share a screenshot in discord to let friends know what alts ilvls are if they need something for a key or raid.

@pouljin
Copy link

pouljin commented Sep 27, 2023

If anyone else stumbles onto this while waiting like I did. I was able to add it to the display by simply modifying line 4256 in Core.lua to:
tooltip:SetCell(headLine, col, ClassColorise
(SI.db.Toons[toon].Class, toonstr .. "\n" .. "(" .. ("%d"):format(SI.db.Toons[toon].IL or 0) .. ")"),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 Feature Request Feature request
Projects
None yet
Development

No branches or pull requests

2 participants