Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Improved toggle #176

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Improved toggle #176

wants to merge 19 commits into from

Commits on Jan 7, 2016

  1. refactor(toggle): renamed local variable 'result' to 'isCollapsed' to…

    … make code more readable
    widmoser committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    b9b66e1 View commit details
    Browse the repository at this point in the history
  2. refactor(toggle): simplified code that modifies the toggle buttons af…

    …ter a toggle operation
    widmoser committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    a03f328 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97030ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d1ca1c View commit details
    Browse the repository at this point in the history
  5. feat(toggle): removed the ui-layout-loaded indirection

    now that the programmatic toggling is properly implemented, the initialisation of collapsed containers can be done in a more straight-forward style. We only have to make sure that the splitbar is informed about changes to the collapsed state.
    widmoser committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    07491d3 View commit details
    Browse the repository at this point in the history
  6. test(toggle): fixed tests

    widmoser committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    2ccb399 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    710c2fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae4a70b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2016

  1. Configuration menu
    Copy the full SHA
    4724ebf View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. Configuration menu
    Copy the full SHA
    c2fc151 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2016

  1. Merge branch 'master' into feature/toggle

    Conflicts:
    	src/ui-layout.js
    widmoser committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    c95fe4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8864d83 View commit details
    Browse the repository at this point in the history
  3. style: cleaned up diff

    widmoser committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    56a26b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. Configuration menu
    Copy the full SHA
    3c888d8 View commit details
    Browse the repository at this point in the history
  2. feat(toggle): Add option to control whether a container collapses to …

    …its min size or to 0px
    widmoser committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    55f725f View commit details
    Browse the repository at this point in the history
  3. feat(toggle): Change collapseToMinSize to hideCollapsedContainer to k…

    …eep default behaviour
    widmoser committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    9d8430d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e677cc View commit details
    Browse the repository at this point in the history

Commits on May 26, 2016

  1. Configuration menu
    Copy the full SHA
    34048ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68403bc View commit details
    Browse the repository at this point in the history