Skip to content
Snippets Groups Projects
  1. Jul 20, 2017
  2. Jul 12, 2017
  3. Jun 13, 2017
  4. Jun 01, 2017
  5. May 31, 2017
    • Phil Hughes's avatar
      Expand/collapse close & backlog lists in issue boards · f452c1aa
      Phil Hughes authored
      The closed & backlog lists in issue boards are no collapsible. They can
      be collapsed independently of each other & this selection is then saved
      to the browser through localStorage. When the page loads, the code gets
      the data from localStorage & determines whether to show or hide the list
      
      Closes #23917
      f452c1aa
  6. May 26, 2017
  7. May 04, 2017
  8. Apr 06, 2017
  9. Apr 03, 2017
  10. Mar 28, 2017
  11. Mar 23, 2017
  12. Mar 16, 2017
  13. Feb 10, 2017
  14. Feb 03, 2017
  15. Jan 06, 2017
  16. Jan 04, 2017
  17. Jan 03, 2017
    • Phil Hughes's avatar
      Added animations to issue boards · 85a32984
      Phil Hughes authored
      - Adds animation when opening & closing the sidebar
      - Adds an animation when dragging boards to a new position
      - Adds animations to dragging issues around
      
      When opening the sidebar it will also animate the scrollLeft property to
      make moving to the opened issue less blunt.
      
      Closes #25630
      85a32984
  18. Dec 13, 2016
  19. Dec 02, 2016
    • Pier Paolo Ramon's avatar
      Extend the list header top border to the edge of the box · e19d4ce2
      Pier Paolo Ramon authored
      With border board lists (those created from labels) the top border
      created bad visual artifacts with the .board-inner gray border.
      With this change the colored border overflows the padding-box of
      .board-inner and extends to the edges.
      It works very well with most colors, excepts for very light ones (such
      as `#ff0` yellow for instance).
      e19d4ce2
Loading