Github user millayr commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/883#discussion_r109031856
  
    --- Diff: app/addons/fauxton/navigation/stores.js ---
    @@ -94,8 +107,7 @@ Stores.NavBarStore = FauxtonAPI.Store.extend({
       },
     
       toggleMenu () {
    -    
app.utils.localStorageSet(FauxtonAPI.constants.LOCAL_STORAGE.SIDEBAR_MINIMIZED,
    -                              !this.isMinimized());
    +    this._isMinimized = !this._isMinimized;
    --- End diff --
    
    I think I'd prefer to leave this as-is.  The new logic forces the sidebar 
to be minimized by default, showing users that they have much more screen real 
estate to work with, which is inline with the user research and feedback.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to