index
:
tilo
ancestors-tables
ancestry-bar-label
arrange-with-flex
dynamic-sidebar-breadth
force-compound-img-end-size
four-directional-sweep
initial-tree-cache
load-some-outside-overflow
main
mutex-help-collapsibles
rect-sepd-leaves
remove-info-icon
settings-to-smaller-display-edge
skip-tut-for-repeat-visit
split-nodes-table
sweep-situational-rect
test-Coord-Dim
test-allowcollapse-via-layout-result-enum
test-img-label-box
test-leaftile-nonleaftile
test-nonleaf-hover-shadow-via-dummy-div
test-post-reqs
test-settings-info-icons
test-tile-event-callbacks
test-toroot-button
trim-one-child-ancestors
Tilo: Interactive Tree of Life
Terry Truong
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
components
/
TileTree.vue
Age
Commit message (
Collapse
)
Author
2022-03-13
Attempt adding Coord and Dims types
test-Coord-Dim
Terry Truong
2022-03-13
Add LayoutFn type. Refactor some layout functions.
Terry Truong
2022-03-12
Define TreeNode and LayoutNode. Move classes to types.ts.
Terry Truong
2022-03-12
Make basic conversion to typescript
Terry Truong
2022-03-12
Move images to public/
Terry Truong
2022-03-11
Make rect-layout empty-space-shifting happen while laying out each cell
Terry Truong
2022-03-11
Add LayoutNode class
Terry Truong
2022-03-10
Fix a few layout bugs
Terry Truong
2022-03-10
Change layout objects into functions
Terry Truong
2022-03-10
Move layout-info functions into one place
Terry Truong
2022-03-10
Add throttling for resizing. Add array-creation helper functions.
Terry Truong
2022-03-10
Add sweep-to-narrower-document-side. Do some minor reorganisation.
Terry Truong
2022-03-10
Make empty-space-shifting apply recursively. Add temp-node and layout names ↵
Terry Truong
for debugging.
2022-03-09
Re-position headers for parent-area-using tile-groups
Terry Truong
2022-03-09
Add divs enclosing parent-area-using tiles
Terry Truong
2022-03-08
Make TileTree update layout-info in one tree-walk, with cancellability. Do ↵
Terry Truong
some side refactoring.
2022-03-06
Improve layouts by using arFromArea() funcs as layout-info, and improving ↵
Terry Truong
tile-header awareness
2022-03-05
Make import pathnames less irregular
Terry Truong
2022-03-05
Separate some of TileTree.vue into Tile.vue
Terry Truong
2022-03-05
Separate layout code into new file
Terry Truong
2022-03-05
Increase z-index during tile expand/collapse
Terry Truong
2022-03-05
Allow starting from root tile, make App.vue tileCount-independent
Terry Truong
2022-03-04
Increase basicRectsLayout() general-usability
Terry Truong
2022-03-04
Provide transitions for tile expand/collapse
Terry Truong
2022-03-04
Add tile collapse
Terry Truong
2022-03-04
Add tile expansion, modify tol representation
Terry Truong
2022-03-04
Improve sweep-to-side layout
Terry Truong
2022-03-03
Refactor layout methods
Terry Truong
2022-03-03
Improve squares-layout algorithm
Terry Truong
2022-03-03
Add basic sweep-to-side layout
Terry Truong
2022-03-03
Add basic multi-level-tree display
Terry Truong