aboutsummaryrefslogtreecommitdiff
path: root/src/components/AncestryBar.vue
AgeCommit message (Collapse)Author
2022-07-10Update project-level and client-side documentationTerry Truong
2022-07-08Adjust SCollapsible, allowing for v-model and @openTerry Truong
2022-07-03Add styling, mainly for TileInfoModal and SettingsTerry Truong
2022-06-30Don't disable actions on tut prev-clickTerry Truong
2022-06-29Refactor to provide default-option access to non-top-level componentsTerry Truong
2022-06-29Add breadth prop to AncestryBarTerry Truong
2022-06-29Remove constant-scrollbar-gap for ancestry-barTerry Truong
Avoided having overflow:auto cause tile-overlapping scrollbar by using less tile-padding. Trying to solve this by dynamically detecting overflow seemed to get messy.
2022-06-27In .vue files, move <template> sections to topTerry Truong
2022-06-27Clean up code in HelpModal and AncestryBarTerry Truong
2022-06-25Reduce degrees-of-variance in options setTerry Truong
Also add size prop to IconButton
2022-06-24Adjust some option namesTerry Truong
2022-06-24Move utility functions into util.tsTerry Truong
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