aboutsummaryrefslogtreecommitdiff
path: root/src/components/TileTree.vue
AgeCommit message (Collapse)Author
2022-03-21Avoid changing DOM-bound tree before new layout is determinedTerry Truong
Also made layout functions modify the passed-in tree instead of generating a new tree. And added type LayoutTreeChg.
2022-03-21Add distinct failed-header-collapse animationTerry Truong
2022-03-20Add offset between root tile and display boundaryTerry Truong
2022-03-20Add animation on expand/collapse failureTerry Truong
2022-03-19Add alternating background colors and 'depth' field. Add small image shadows.Terry Truong
2022-03-19Add some background and header stylingTerry Truong
2022-03-18Slightly reorganise CSS. Add basic image names.Terry Truong
2022-03-18Make commenting format more conventionalTerry Truong
2022-03-18Clean up rectLayoutFn() and sweepLayoutFn() code. Tweak sweptNodesPrio settings.Terry Truong
2022-03-16Clean up sqrLayoutFn() codeTerry Truong
2022-03-16Clean up .vue code, make root tile hide overflowTerry Truong
2022-03-16Add swept-nodes-priority optionTerry Truong
2022-03-15Make root tile centered in viewTerry Truong
2022-03-14Change layout.ts to lib.tsTerry Truong
2022-03-14Make display start from rootTerry Truong
2022-03-14Add LayoutTree, move options to TileTree, add parent nodesTerry Truong
2022-03-13Fix inconsistent-tileCount-on-layout-fail bugTerry Truong
2022-03-13Use 2-element arrays to represent x-y and width-height pairsTerry Truong
2022-03-13Merge TreeNode into FormatNodeTerry Truong
2022-03-13Combine SideArea and LeftoverArea into SepSweptAreaTerry Truong
2022-03-13Add LayoutFn type. Refactor some layout functions.Terry Truong
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-11Make rect-layout empty-space-shifting happen while laying out each cellTerry Truong
2022-03-11Add LayoutNode classTerry Truong
2022-03-10Fix a few layout bugsTerry Truong
2022-03-10Change layout objects into functionsTerry Truong
2022-03-10Move layout-info functions into one placeTerry Truong
2022-03-10Add throttling for resizing. Add array-creation helper functions.Terry Truong
2022-03-10Add sweep-to-narrower-document-side. Do some minor reorganisation.Terry Truong
2022-03-10Make empty-space-shifting apply recursively. Add temp-node and layout names ↵Terry Truong
for debugging.
2022-03-09Re-position headers for parent-area-using tile-groupsTerry Truong
2022-03-09Add divs enclosing parent-area-using tilesTerry Truong
2022-03-08Make TileTree update layout-info in one tree-walk, with cancellability. Do ↵Terry Truong
some side refactoring.
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-05Separate some of TileTree.vue into Tile.vueTerry Truong
2022-03-05Separate layout code into new fileTerry Truong
2022-03-05Increase z-index during tile expand/collapseTerry Truong
2022-03-05Allow starting from root tile, make App.vue tileCount-independentTerry Truong
2022-03-04Increase basicRectsLayout() general-usabilityTerry Truong
2022-03-04Provide transitions for tile expand/collapseTerry Truong
2022-03-04Add tile collapseTerry Truong
2022-03-04Add tile expansion, modify tol representationTerry Truong
2022-03-04Improve sweep-to-side layoutTerry Truong
2022-03-03Refactor layout methodsTerry Truong
2022-03-03Improve squares-layout algorithmTerry Truong
2022-03-03Add basic sweep-to-side layoutTerry Truong
2022-03-03Add basic multi-level-tree displayTerry Truong