Closed adupuis2 closed 3 years ago
Just two notes:
A color for Simple items that is more neutral to the white/grey theme is needed.
Thanks for the upstream change regarding inventory refresh issue. Still figuring out C# and whatever this designer stuff is called (WPF?).
~I'm selecting a color that has a contrast ratio of 3 using this tool. The resulting color: Is this acceptable?~
Nevermind. Just stealing the color from elsewhere in the interface. 😅
No worries. CyberCAT-SimpleGUI uses WinForms, which is an older but more reliable alternative to WPF.
It think it may be best to just scrap the alternating colors, it doesn't look too great with the limitations of a ListView. I've added the Simple/Modable type to the "Type" column (147d109d2cce695502cf340e2f08a7c55436866a) so that that info can still be seen at a glance.
Edit: This also has the added benefit of being able to use the inventory's column search feature to view only Simple or Modable items. For example "type:[m]" would show only Modable items.
Alternate color removed & PR rebased. :D