ToxiUI - ElvUI edit

ToxiUI - ElvUI edit

262k Downloads

Details gradient name

Toxicom opened this issue ยท 2 comments

commented

Description

  • From build v6.3.3-beta.6 we now have gradient text tags for Dark mode
  • We should apply the same gradient logic to skinning dark mode details, if db.gradientNames is true

Notes

  • Haven't looked too deep into this, but I assume it should be fairly easy. (famous last words)
  • Name should fade LTR, numbers should fade RTL

To reproduce

  1. Install a profile from build >6.3.3-beta.6
  2. Enable Dark Mode
  3. Enable Dark Mode -> Gradient Names
  4. /reload
  5. UnitFrames should have gradient names, whereas details should still have plain colored text

Acceptance criteria

  • Details has gradient names in dark mode
  • Details texts have correct gradient directions
commented

It looks like we just set the flag for class color in Details and let it handle the rest, this might prove more difficult than expected ๐Ÿ˜†
https://github.com/Toxicom/toxiui/blob/development/Modules/Skins/Details/Dark.lua#L134-L139

commented

Implemented with c654b81