| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also fix sweep-to-parent setting not being saved.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sub-image
|
|
|
|
|
|
|
|
|
|
|
|
Needed to add code for skipping tutorial pane's welcome message.
Also fixed small unwanted click-propagation bug in SettingsModal.
|
|
Also add tutorial finish button and close icon
|
|
|
|
|
|
|