• Justin Ho's avatar
    Move state logic from using classes to container · 00dcd48c
    Justin Ho authored
    Instead of relying on the toggling of "hidden" class,
    we now use `data-is-expanded` on the container class
    to check for `isExpanded`. This should make the code
    less error-prone and more Vue-like.
    00dcd48c
issuables_helper.rb 14.9 KB