Feedback
DeeGRe opened this issue · 4 comments
-
Increase senstivity of a mouse scroll. Or add an option for it. I believe it would be a huge QoL if you can scroll from the top to bottom in just one scroll (I need 9 scrolls atm. Very frustrating)
-
Hide/show achievements/quests by clicking on it.
2a. Hide completed objectives. Or add an option to hide/show it.
IF possible separately for achievements and quests. IF possible separately for EACH achievement/quest -
Name of the locations or events (red texts) need dark background. Also would be great to have a possibility to show/hide them by clicking on it - just like achi/quest above.
P.S. thanks for an awesome addon
Thank for your feedback. I appreciate it
Increase senstivity of a mouse scroll. Or add an option for it. I believe it would be a huge QoL if you can scroll from the top to bottom in just one scroll (I need 9 scrolls atm. Very frustrating)
I have added a new slash command /slt scrollstep 15
for setting the sensibility of scrolling in the 0.4.1 version.
Hide/show achievements/quests by clicking on it.
2a. Hide completed objectives. Or add an option to hide/show it.
IF possible separately for achievements and quests. IF possible separately for EACH achievement/quest
I take note of that.
I have some plan for giving a way to manipulate the data sent to the view. By this way, it would be possible to create a filter. For example, you will be able to intercept the quests data, modify it in removing the completed quests. The result of that is only the quests have not been completed will be displayed. Sure you can apply this same logic for completed objectives or everything else.
Name of the locations or events (red texts) need dark background. Also would be great to have a possibility to show/hide them by clicking on it - just like achi/quest above.
I'll look what i can do for improving that.
Thanks! Command works just great.
The dungeon objective shows up at the very bottom.
Mine opinion: it should be at the top as the most recent objective just like world quests. Same for m+ (didnt test), torghast and lfr
Also you can see why i asked for the hide/show thing. Achievement looks very big although its still better than standard interface where you can see only 5 lines.
Indeed, it's not intended the achievements are above of dungeon. I need to update the value used by the different content for setting their order.
About hiding the completed objectives, i could consider adding that but only on the following form for the moment as the options are not yet built:
/run SLT.Settings("achievement-hide-completed-objectives", true)
For Scenario issue, It seems similar to #16 , i haven't yet had the opportunity to look what's wrong.