aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-26Add small sqrLayout optimisationTerry Truong
2022-04-26Make TolMap have Map typeTerry Truong
2022-04-26Have tol data in sqlite db, and add server script that accesses itTerry 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
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
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-28Convert SVG icons into icon componentsTerry Truong
2022-03-28Split lib.ts into layout.ts and util.tsTerry Truong
2022-03-28Move TolNode code to tol.tsTerry Truong
2022-03-28Rename Settings to SettingsPane, and ParentBar to AncestryBarTerry Truong
2022-03-28Enable auto-mode to trigger expand/collapse-fail animationsTerry Truong
2022-03-28Make auto-mode move-across/down prioritise higher dCountTerry Truong
2022-03-28Make auto-mode more uniformly random and avoid undoing previous actionsTerry Truong
2022-03-27Add faster rect-layout algorithmTerry Truong
2022-03-27Add sweep-to-parent settingTerry Truong
2022-03-27Simplify Tile transition-on-expand/collapse codeTerry Truong
2022-03-27Remove redundant full-view divTerry Truong
2022-03-27Move TileTree code into App.vueTerry Truong
2022-03-27Prevent overflow during tile collapse/expandTerry Truong
2022-03-27Fix close-button unreliability bugTerry Truong
2022-03-27Move svg details to index.htmlTerry Truong
2022-03-27Remove unnecessary CSS varsTerry Truong
2022-03-27Make search shortcut cancel an active auto-modeTerry Truong
2022-03-27Make search shortcut re-focus input when search-bar is openTerry Truong
2022-03-27Propagate transition-duration setting to transition animationsTerry Truong
2022-03-27Separate settings icon code from settings paneTerry Truong
2022-03-26Add help modalTerry Truong
2022-03-26Make auto-mode current-node-based, with focus indicationTerry Truong
2022-03-26Add basic auto-mode implementationTerry Truong
2022-03-26Remove close button from search barTerry Truong
2022-03-26Add more iconsTerry Truong
2022-03-26Make clicking during search cause cancellationTerry Truong
2022-03-26Highlight search resultTerry Truong
2022-03-26Make search account for hidden nodesTerry Truong
2022-03-26Add LayoutMap to lib.ts, with updating via tryLayout()Terry Truong
2022-03-26Add basic expand-to-search-result codeTerry Truong
2022-03-25Make search-bar clear/animate on failTerry Truong
2022-03-25Add Ctrl-Shift-F search shortcutTerry Truong
2022-03-25Add tolNode parent pointers, tolMap, and layoutMapTerry Truong
2022-03-25Fix typescript errorsTerry Truong
2022-03-25Add search enter/escape, and close-icon svgsTerry Truong
2022-03-25Add search icon and basic modalTerry Truong
2022-03-25Simplify transition codeTerry Truong
2022-03-25Prevent mouse event propagation from info iconsTerry Truong