Skip to content

Only show single page at any time, and pop pages that aren't visible

Devin Lin requested to merge work/devinlin/singlecolumn into master

This turns off ColumnView's multiple page support, so we don't end up with situations like this:

image

While we won't be able to have multiple pages visible now, I think the UI is much easier to navigate without it.

This also pops pages if they are after the current page in the page stack

Merge request reports