b-morgan / Skillet

World of Warcraft addon
GNU General Public License v3.0
14 stars 5 forks source link

[Feature Request] Compact craftable quantities #19

Closed MorbidMind closed 2 years ago

MorbidMind commented 2 years ago

Hi,

I think it would be good if the right column with craftable quantities had an option of a compact view (or even by default), hiding the zero values.

Right now it shows three numbers, with yellow and orange being zeros for most of the time.

b-morgan commented 2 years ago

At the top of the column over the numbers is a "bag" icon. Right-Click on that icon and you can turn off or on each set of numbers. You can customize each profession separately. With the exception of owned, if all of the selected columns are zero, the display is suppressed. If any of the columns is non-zero, all of the selected columns are displayed.

This format was chosen (as opposed to fixed width vertical columns) because there's not a lot of room on the line to display all of the information Skillet-Classic can display.

If you have a specific alternate format in mind, please detail it here.

MorbidMind commented 2 years ago

Sorry for missing it, I didn't see it in the appearance settings, so I thought there is no possibility to hide it.

Would it be possible to change it from all-or-nothing to just showing the non-zero values?

b-morgan commented 2 years ago

The decision to display or not is in ...\Skillet\UI\MainFrame.lua lines 1196-1241. The actual format of the output is 1227-1236. You can change it to how you would like it to appear. When you have something you like, post it here and we can discuss options.