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

[DISCUSS] Remove packery - replace with flexbox #300

Open
wants to merge 4 commits into
base: production
Choose a base branch
from

Commits on Apr 19, 2017

  1. Get rid of packery

    I don't think we've been using it in correct terms of the license, and I also
    think it has some performance issues in the browser as it condenses the
    grid.
    h-lame committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    8dfafb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Add a Tiler class

    This class is to replace packery by doing the tiling at html render time,
    rather than in JS on the browser.  We construct a Tiler with a number of
    rows and columns.  When we add a tile we say what size it is (default is
    1x1) and when we layout the tiles the tiler will fit things in and fill
    up spaces created by adding larger tiles using any future smaller
    tiles if possible.
    h-lame committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    11437a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a79213b View commit details
    Browse the repository at this point in the history
  3. WIP - use flexbox

    h-lame committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    35bad5f View commit details
    Browse the repository at this point in the history