Cidan / BetterBags

A total replacement AddOn for World of Warcraft bag frames, inspired by AdiBags.
MIT License
89 stars 38 forks source link

Bag/Bank Anchor #466

Closed twilite69 closed 2 months ago

twilite69 commented 3 months ago

Describe the feature

It would be really awesome to have the bag and bank windows to have an anchor point. This would be especially helpful with the bag when it resorts and part of the bag is offscreen.

Describe the implementation

You could implement this feature how AdiBags did it with an anchor frame or in the options window by setting a point of the bag/bank window to grow from. Such as Bottom Right for the bag window and/or Top Left for the bank window.

Thanks

xathian commented 2 months ago

Yeah it currently seems to anchor from the bottom left, so if you swap between windows that are vastly different in size (like say, your bank and then your reagant tab) the bag shrinks downward

Soromeister commented 2 months ago

Any ETA on this? It's one of the features that are driving me insane whenever I use BetterBags. Anchor of bags should be user configurable or at least make it to the bottom right, where the bags usually open. For bank, it should be on the bottom left.

glassleo commented 2 months ago

I think this feature not existing is the main pain point for moving on from AdiBags.

Also number of columns should increase if your screen cannot fit more vertically.

fireboy92k commented 2 months ago

I agree this is a major pain point for me from AdiBags. Same issue with the 'Show Bags' option that resets the UI to a different location. Makes the add on practically unusable for me.

GamerMom201 commented 2 months ago

This is a feature I would love to see! The bags seem to want to stay on the bottom if it is a different size. Switching between bank tabs can get frustrating, and trying to see the actual bags to swap out bigger ones makes it either take up the whole screen or go off the screen.

Cidan commented 2 months ago

this is definitely coming, just wrapping up some other stuff first.

Basaingeal commented 2 months ago

I've been playing with the anchors that were just added. They're nice.

It would be nice to be able to choose the growth direction though. I have my anchor in the bottom right quadrant of my screen, but I would like the bag to grow left and down from there. Instead, it will only grow left and up.

Because there's UI/UX in the top of the bag, I like to know where that will be every time, but with my bag anchor towards the bottom right of the screen, I can't do that.

image

Cidan commented 2 months ago

It would be nice to be able to choose the growth direction though. I have my anchor in the bottom right quadrant of my screen, but I would like the bag to grow left and down from there. Instead, it will only grow left and up.

If you anchor to the bottom right, but grow left and down, you violate the constraint of the bottom right (key being bottom) being anchored.

I think what you really want here is to be able to set the anchor point to any of the four corners manually, instead of automating it. In this case, you probably would want the anchor to be on the top right, which would anchor the title to your Details window, but grow down and left.

Someone else asked for something similar -- this shouldn't be too hard to do. I'll add it soon :)

Cidan commented 2 months ago

You can now set a manual anchor point in the latest alpha, with a release coming tomorrow.