about summary refs log tree commit diff
path: root/src/rustllvm/PassWrapper.cpp
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-03-13 05:01:15 +0800
committerkennytm <kennytm@gmail.com>2018-03-13 05:01:15 +0800
commit15d71d32852024555ec008c3921fe0cd4e6cb047 (patch)
treefcec4bdf693ad483135ea85eef0e7c87afbbadcc /src/rustllvm/PassWrapper.cpp
parent684c6d17c575893b4cd4913f2558cb8731785c01 (diff)
parent2dd81c86c51435ed57d7a2b16f1b66c254a64cc8 (diff)
downloadrust-15d71d32852024555ec008c3921fe0cd4e6cb047.tar.gz
rust-15d71d32852024555ec008c3921fe0cd4e6cb047.zip
Rollup merge of #48631 - focusaurus:remember-collapse-setting, r=QuietMisdreavus
Remember state of top-level collapse toggle widget

This change allows the big top-right expand/collapse toggle to remember its setting across navigation or page reloads. Prior to this change, there was this annoyance:

- browse to some docs
- Click the minus button to collapse them
- browse to other docs (or reload the page)
- Everything is expanded again

The solution is based on storing a simple boolean flag in localStorage. I think it's a good improvement, but it does introduce the following potentially surprising behavior:

- browse to some docs
- click the minus button to collapse them
- click to expand a particular item (not the main top-right big one)
- reload the page, everything is collapsed

Paired with @debugsteven on this.
Diffstat (limited to 'src/rustllvm/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions