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
/
App.vue
Age
Commit message (
Expand
)
Author
2022-05-06
Fix lack server querying when click-holding leaves
Terry Truong
2022-05-05
Make server bulk-query for child nodes
Terry Truong
2022-05-04
Add prevention from starting search while in search/auto
Terry Truong
2022-04-30
Add scripts for downloading/reviewing/cropping_and_resizing images
Terry Truong
2022-04-26
Change data URL path format
Terry Truong
2022-04-26
Make TolMap have Map type
Terry Truong
2022-04-26
Have tol data in sqlite db, and add server script that accesses it
Terry Truong
2022-04-25
Add tile visual indicators for many-tiles and phylogenetic-support
Terry Truong
2022-04-25
Adapt to handle open-tree-of-life data
Terry Truong
2022-03-29
Update comments, adjust names, do minor refactors
Terry Truong
2022-03-28
Add info-icon to non-leaf tiles
Terry Truong
2022-03-28
Simplify info-icon code by removing top-level options
Terry Truong
2022-03-28
Make option passing less irregular
Terry Truong
2022-03-28
Convert SVG icons into icon components
Terry Truong
2022-03-28
Split lib.ts into layout.ts and util.ts
Terry Truong
2022-03-28
Move TolNode code to tol.ts
Terry Truong
2022-03-28
Rename Settings to SettingsPane, and ParentBar to AncestryBar
Terry Truong
2022-03-28
Enable auto-mode to trigger expand/collapse-fail animations
Terry Truong
2022-03-28
Make auto-mode move-across/down prioritise higher dCount
Terry Truong
2022-03-28
Make auto-mode more uniformly random and avoid undoing previous actions
Terry Truong
2022-03-27
Add faster rect-layout algorithm
Terry Truong
2022-03-27
Simplify Tile transition-on-expand/collapse code
Terry Truong
2022-03-27
Remove redundant full-view div
Terry Truong
2022-03-27
Move TileTree code into App.vue
Terry Truong
2022-03-27
Move svg details to index.html
Terry Truong
2022-03-23
Place window-resize handling back in TileTree
Terry Truong
2022-03-23
Prevent double-clicks from highlighting text
Terry Truong
2022-03-23
Move root-tile boundary-offset handling to TileTree
Terry Truong
2022-03-23
Move resize-handling and tile-tree positioning to App.vue
Terry Truong
2022-03-12
Make basic conversion to typescript
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
Allow starting from root tile, make App.vue tileCount-independent
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
Add basic sweep-to-side layout
Terry Truong
2022-03-03
Add basic multi-level-tree display
Terry Truong
2022-03-03
Add arrangement to grid, make dynamic with window size
Terry Truong
2022-03-02
Add basic code for arrangement via absolute positioning
Terry Truong
2022-03-02
Install tailwindcss
Terry Truong
2022-03-02
Add test data and images
Terry Truong
2022-03-02
Initial commit
Terry Truong