aboutsummaryrefslogtreecommitdiff
path: root/src/components/Tile.vue
AgeCommit message (Collapse)Author
2022-03-12Define TreeNode and LayoutNode. Move classes to types.ts.Terry Truong
2022-03-12Make basic conversion to typescriptTerry Truong
2022-03-12Move images to public/Terry Truong
2022-03-10Make non-expandable tiles more transparent. Use const for transition duration.Terry Truong
2022-03-10Add script for generating tol JSON from txt file. Significantly increase ↵Terry Truong
dataset size.
2022-03-09Re-position headers for parent-area-using tile-groupsTerry Truong
2022-03-09Add divs enclosing parent-area-using tilesTerry Truong
2022-03-09Add basic code allowing sweep-layout to use leftover space from parent sweepTerry Truong
2022-03-08Make TileTree update layout-info in one tree-walk, with cancellability. Do ↵Terry Truong
some side refactoring.
2022-03-06For groups of expanded tiles, shift empty space to bottom/right-most cellsTerry Truong
2022-03-06Reduce code redundancy by adding more info to layout-objectsTerry Truong
2022-03-06Improve layouts by using arFromArea() funcs as layout-info, and improving ↵Terry Truong
tile-header awareness
2022-03-05Make import pathnames less irregularTerry Truong
2022-03-05Prevent overflow and excess space on tile expand and collapseTerry Truong
2022-03-05Separate some of TileTree.vue into Tile.vueTerry Truong