aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-03-24Recognise click-and-hold instead of double-clickTerry Truong
2022-03-24Propagate options to TileInfoModalTerry Truong
2022-03-24Add basic tile-info modal stylingTerry Truong
2022-03-24Add info-modal fade-outTerry Truong
2022-03-24Add TileInfoModal and associated eventsTerry Truong
2022-03-24Add info iconTerry Truong
2022-03-23Make parent-bar-tile clicks restore hidden parentsTerry Truong
2022-03-23Place window-resize handling back in TileTreeTerry Truong
Reversion done to prevent flashes on window resize.
2022-03-23Prevent double-clicks from highlighting textTerry Truong
2022-03-23Tweak parent-bar stylingTerry 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-23Add scrollBarOffset in ParentBarTerry Truong
2022-03-23Add basic ParentBar and ParentBarTile componentsTerry Truong
2022-03-23Fix small layout bugTerry Truong
2022-03-23Move root-tile boundary-offset handling to TileTreeTerry Truong
2022-03-23Move resize-handling and tile-tree positioning to App.vueTerry 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-22Enable layouting with allowCollapseTerry Truong
2022-03-22Add more adaptive min-cell-size for rect-layoutTerry Truong
2022-03-21Fix minor empSpc miscalculation and some commentsTerry Truong
2022-03-21Rename layout functionsTerry Truong
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-20Fix small tile-alignment bugTerry 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-18Add more data. Stop tracking generated data.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-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 compacted sweep-to-parent work recursively. Fix various spacing ↵Terry Truong
inconsistencies.
2022-03-15Make sweep-to-parent layout waste less spaceTerry Truong