aboutsummaryrefslogtreecommitdiff
path: root/src/components/Tile.vue
AgeCommit message (Collapse)Author
2022-03-24Add TileInfoModal and associated eventsTerry Truong
2022-03-23Make options propagate from TileTreeTerry Truong
2022-03-23Simplify non-leaf tile shadow handlingTerry Truong
2022-03-23Add TileImg for use by Tile and ParentBar. Remove scrim divs.Terry Truong
2022-03-23Fix small layout bugTerry Truong
2022-03-22Replace LayoutTree class with plain functionsTerry Truong
2022-03-22Hide ancestors on double-clickTerry Truong
2022-03-22Add double-click recognitionTerry Truong
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 font-size settings. Tweak root overflow and data.Terry Truong
2022-03-19Add coloured-outline for hovered-over headersTerry Truong
2022-03-19Add alternating background colors and 'depth' field. Add small image shadows.Terry Truong
2022-03-19Add coloured-outline for hovered-over imagesTerry Truong
2022-03-19Add some background and header stylingTerry Truong
2022-03-19Add styling for image labelsTerry Truong
2022-03-19Add rounded corners. Change method of rendering sep-swept-area.Terry 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 .vue code, make root tile hide overflowTerry Truong
2022-03-16Use outlines and pseudo-divs instead of bordersTerry Truong
2022-03-16Fix center-prop typescript error, add allocated-array type annotationsTerry Truong
2022-03-16Make parent-swept-area transition-in from top-leftTerry Truong
2022-03-15Enable ellipsis for long header namesTerry Truong
2022-03-15Make root tile centered in viewTerry Truong
2022-03-15Make layout funcs return node with best-fit dims, remove usedDimsTerry Truong
2022-03-14Change layout.ts to lib.tsTerry Truong
2022-03-14Add LayoutTree, move options to TileTree, add parent nodesTerry 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-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