index
:
tilo
main
Tilo: Interactive Tree of Life
Terry Truong
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
components
/
Tile.vue
Age
Commit message (
Collapse
)
Author
2022-03-13
Combine SideArea and LeftoverArea into SepSweptArea
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-10
Make non-expandable tiles more transparent. Use const for transition duration.
Terry Truong
2022-03-10
Add script for generating tol JSON from txt file. Significantly increase ↵
Terry Truong
dataset size.
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-09
Add basic code allowing sweep-layout to use leftover space from parent sweep
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
For groups of expanded tiles, shift empty space to bottom/right-most cells
Terry Truong
2022-03-06
Reduce code redundancy by adding more info to layout-objects
Terry Truong
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
Prevent overflow and excess space on tile expand and collapse
Terry Truong
2022-03-05
Separate some of TileTree.vue into Tile.vue
Terry Truong