bismuth icon indicating copy to clipboard operation
bismuth copied to clipboard

feat: implement rotate for three-column-layout

Open defer opened this issue 2 years ago • 2 comments

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): before

After (rotated): after

Test Plan

  1. Switch to three-column-layout, rotate.
  2. Eyeball it: switch between the three main scenarios (one-column, two-columns and three columns).

Related Issues

Relates to #397, #155

defer avatar Aug 04 '22 14:08 defer

What's stopping this from being merged?

z0rgster avatar Mar 02 '23 17:03 z0rgster

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?

tlaguz avatar Apr 03 '23 21:04 tlaguz