minhdam / BitbucketDiffTree

Chrome extension to display diff tree for Bitbucket
MIT License
44 stars 9 forks source link

Option to switch layout #5

Open kopach opened 6 years ago

kopach commented 6 years ago

If I work on laptop with small screen it's quite inconvenient to have file be shown on the right of the diff tree view. For such case I would prefer to have diff tree on the top and file view below it.

Would it be possible?

Isaak-Malers commented 5 years ago

I have also noticed this as frustrating. I'm testing a change that changes the minimum size to 32px instead of 200 px, and makes the tree view scroll with the page so that it is always visible. Our workflow with these changes is to minimize the tree view instead of scrolling back to the top of the page when we need it. Would this accomplish what you want?