bismuth
bismuth copied to clipboard
feat: implement rotate for three-column-layout
Summary
Adds rotate/reverse rotate action handlers for the three-column-layout, essentially turning it into a three-row-layout. This is useful for screens where h > w (i.e. vertical scenario).
Breaking Changes
None
UI Changes
Before (no rotation):
After (rotated):
Test Plan
- Switch to three-column-layout, rotate.
- Eyeball it: switch between the three main scenarios (one-column, two-columns and three columns).
Related Issues
Relates to #397, #155
What's stopping this from being merged?
There are three pull requests ( #408, #416 and this one ) solving the vertical monitor issues #155 and #397. The lack of vertical slab layout is the main showstopper for me. It looks like this PR is the simplest fix. Why this can't be merged?