aboutsummaryrefslogtreecommitdiff
path: root/src/components/Tile.vue
AgeCommit message (Collapse)Author
2022-05-10Add quotes around displayed alt-namesTerry Truong
2022-05-10Add multiple header-color thresholdsTerry Truong
Also add tips count in info modal
2022-05-10Make an overflown-root scroll to a searched nodeTerry Truong
Also make overflown-root header remain visible while scrolling
2022-05-10Fix border-shadow clipping by overflow:scrollTerry Truong
2022-05-10Enable display of active-root with overflowTerry Truong
2022-05-05Avoid case where transitionend doesn't trigger for low animation-delayTerry Truong
2022-05-05Display common namesTerry Truong
Also add capitalizeWords() in util.ts, for more capitalization control
2022-05-05Make image copyright/link info retrieved upon info-modal openTerry Truong
2022-05-05Make Tile use transitionend event instead of certain setTimeout()sTerry Truong
Did not replace watch variables with transition start, as this resulted in expanded tiles flashing fully-expanded on screen before getting overflow:hidden.
2022-05-04Capitalize displayed node namesTerry Truong
2022-04-30Make TileInfoModal display more dataTerry Truong
2022-04-30Add scripts for downloading/reviewing/cropping_and_resizing imagesTerry Truong
Also adjust client code to handle new format, and add backend/data/README.md explaining image production process.
2022-04-26Make TolMap have Map typeTerry Truong
2022-04-25Add tile visual indicators for many-tiles and phylogenetic-supportTerry Truong
2022-04-25Adapt to handle open-tree-of-life dataTerry Truong
Added data_otol/ with script that converts data from 'Open Tree of Life' release 13.4 into a JSON form. Moved old tree-of-life data and images into data_tol_old/. Added TolMap type to tol.ts, changed TolNode, and adapted other code to handle it. Temporarily disabling tile images until image data is added.
2022-04-24Fix z-index not being higher for tiles being expanded/collapsedTerry Truong
2022-03-29Make Tile's CSS-changes-during-transition apply during search and auto-modeTerry Truong
Implemented by having Tile watch pos+dims fields of it's LayoutNode to determine whether a transition is taking place.
2022-03-29Update comments, adjust names, do minor refactorsTerry Truong
2022-03-28Add info-icon to non-leaf tilesTerry Truong
2022-03-28Simplify info-icon code by removing top-level optionsTerry Truong
2022-03-28Make option passing less irregularTerry Truong
2022-03-28Merge TileImg back into Tile, adding nonAbsPos prop for AncestryBar usageTerry Truong
2022-03-28Split lib.ts into layout.ts and util.tsTerry Truong
2022-03-28Enable auto-mode to trigger expand/collapse-fail animationsTerry Truong
Done by sending a signal to a failed-operation's LayoutNode's Tile component via a watched property on LayoutNode. Also added code to prevent auto-mode from retrying a failed expand/collapse. Not an ideal solution, but signalling via LayoutNode is more general, and arguably cleaner, than the previous method of triggering fail animations by getting Tile to pass a callback upward as event data.
2022-03-27Simplify Tile transition-on-expand/collapse codeTerry Truong
2022-03-26Make auto-mode current-node-based, with focus indicationTerry Truong
2022-03-26Highlight search resultTerry Truong
2022-03-24Recognise click-and-hold instead of double-clickTerry Truong
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