aboutsummaryrefslogtreecommitdiff
path: root/src/components/AncestryBar.vue
AgeCommit message (Collapse)Author
2022-06-24Add type annotations for UI optionsTerry Truong
2022-06-23Adjust component event namesTerry Truong
2022-06-20Prevent ancestry-bar scrollbar overlapping contentTerry Truong
2022-06-20Increase type-consistency via server-classes and client-typesTerry Truong
2022-05-27Use static-layout for ancestry-bar and tutorial-paneTerry Truong
2022-05-26Make ancestry-bar scroll-to-end when added toTerry Truong
2022-05-23Enable vertical wheel-scroll on horizontal ancestry barTerry Truong
2022-05-23Display 'compound images'Terry Truong
Adjust genLinkedImgs.py to associate multiple images to compound-nodes. Adjust server to send multiple image filenames for such nodes. Adjust Tile and TileInfoModal to display those compound-images.
2022-05-10Enable display of active-root with overflowTerry 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-03-29Update comments, adjust names, do minor refactorsTerry 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-28Rename Settings to SettingsPane, and ParentBar to AncestryBarTerry Truong