matrix-react-sdk
Improve room sublist resizing
#2440
Merged

Commits
  • WIP
    bwindels committed 7 years ago
  • Merge branch 'experimental' into bwindels/smarterresizer
    bwindels committed 7 years ago
  • WIP2 for making smart resizer work, sort of works now but shows big scrollbar
    bwindels committed 7 years ago
  • change min size to exactly one room tile + header
    bwindels committed 7 years ago
  • trying to make the left panel not grow taller than available space
    bwindels committed 7 years ago
  • not sure we need this, but adding the padding in _offset container
    bwindels committed 7 years ago
  • support collapsed items
    bwindels committed 7 years ago
  • size header explicitly for content size
    bwindels committed 7 years ago
  • draft room sub list item api
    bwindels committed 7 years ago
  • try flex-basis for resizing
    bwindels committed 7 years ago
  • sized items cannot grow, unsized items start with their content size and shrink from there
    bwindels committed 7 years ago
  • try clear next item size when resizing so there is always one unsized item
    bwindels committed 7 years ago
  • persist cleared size sublists
    bwindels committed 7 years ago
  • fix typo
    bwindels committed 7 years ago
  • normalize sizes when starting drag operation
    bwindels committed 7 years ago
  • stop resize operation when cursor leaves viewport
    bwindels committed 7 years ago
  • flex-basis to 0 so sublists shrink/grow not-relative to their content
    bwindels committed 7 years ago
  • cleanup
    bwindels committed 7 years ago
  • cleanup - part II
    bwindels committed 7 years ago
  • Merge branch 'experimental' into bwindels/smarterresizer
    bwindels committed 7 years ago
  • fix min & max size for empty sublists
    bwindels committed 7 years ago
  • size all items to rendered height when starting drag operation
    bwindels committed 7 years ago
  • Update src/resizer/item.js
    turt2live committed 7 years ago
  • Update src/resizer/distributors/fixed.js
    turt2live committed 7 years ago
  • Update src/resizer/distributors/collapse.js
    turt2live committed 7 years ago
  • Update src/resizer/distributors/roomsublist.js
    turt2live committed 7 years ago
  • remove obsolete comments
    bwindels committed 7 years ago
Loading