Page MenuHomePhabricator

View mode (full, collapsed, small) should be remembered
Closed, ResolvedPublic

Description

The view mode chosen by the user via the three icons on the upper right ("Full view", "Collapsed view" or "Small view") should be remembered.

If a user prefers to view one board collapsed he surely wants it to
a) actually stay collapsed when reloading the page

(which is not the case currently) and

b) probably also wants other board to be shown collapsed

(which is not the case either)

Therefore the chosen view mode should be remembered, similar as to how the CollapsibleNav state of the Vector extension is remembered.


Version: unspecified
Severity: enhancement

Details

Reference
bz61518

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 3:04 AM
bzimport set Reference to bz61518.
bzimport added a subscriber: Unknown Object (MLST).

Yep, this is definitely a feature we want! We'll be doing some technical research to explore implementation options in the coming development sprint.

This is fixed in the Flow front-end rewrite (currently on beta labs). AIUI it's using browser sessionStorage to do this.