| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Also add size prop to IconButton
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
transition end
|
|
Also fix jump-to-search-result not flashing node in some cases.
|
|
|
|
|
|
|
|
|
|
|
|
Also, only save settings when the user has made a change.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Was trimming off nodes without an image/desc/reduced_tree_presence,
including those with a descdendant that has them. Was using a
linked-image association to prevent this, but this wasn't reliable.
|
|
Avoided keeping an overflown-root on resize, as it can get quite laggy.
|
|
|
|
|
|
Was deleted due to apparent redundancy. Turns out it was still needed
for overflown-node layout.
|
|
Avoids having it move in from top-left when tree data is loaded
|
|
|
|
|
|
Some nodes had multiple ancestors with over 10k children, and
jump-searching to them could take almost a minute for vue to load.
|
|
|
|
|