ferronn-dev / ferronnizer

My personal WoW addon
MIT License
1 stars 0 forks source link

explore just having every action having a full-time button #73

Closed ferronn-dev closed 2 years ago

ferronn-dev commented 3 years ago

and control things just with show/hide. this means moving bindings around

ferronn-dev commented 3 years ago

I think this makes sense to explore after #80 (the emote board) since we'll need different buttons for those, and thus have to reckon with the binding issue.

ferronn-dev commented 3 years ago

Another reason to do this: eliminate the actionButtonState table. We can still keep the "lang" setup. We just won't need separate storage of state.

ferronn-dev commented 2 years ago

A reason to not do this: a lot more state in widgets instead of in our own code. I don't think this is a win.