aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-06-20Prevent unexpected-rectangle during sep-swept-area transitionTerry Truong
2022-06-20Prevent ancestry-bar scrollbar overlapping contentTerry Truong
2022-06-20Remove scrims from tile-info-modal imagesTerry Truong
2022-06-20Increase type-consistency via server-classes and client-typesTerry Truong
2022-06-20After trimming low-info nodes, also trim some many-sibling nodesTerry Truong
2022-06-20Avoid creating certain redundant dom-nodes after layout-with-collapseTerry Truong
2022-06-20Avoid adding dom-nodes for hidden-ancestor other-childrenTerry Truong
2022-06-19Automatically save settings changesTerry Truong
2022-06-19During search animation, switch sweep-to-parent from 'fallback' to 'prefer'Terry Truong
2022-06-19Add layout-skip heuristic using collective-min-size checkTerry Truong
2022-06-17Avoid capitalisation of apostrophe-s in tile-namesTerry Truong
2022-06-17Fix tile-flash-above-settings-modal bugTerry Truong
2022-06-17Make swept-nodes-area leave space for at least 1 non-leafTerry Truong
Also fix sweep-to-parent setting not being saved.
2022-06-17Fix preferred/fallback sweep-to-parent layout-waste bugTerry Truong
2022-06-16Add sweep-to-parent 'auto' settingTerry Truong
2022-06-16Make swept-left tiles less distant from non-swept siblingsTerry Truong
2022-06-16Fix jump-to-hidden-ancestor-child layout-fail bugTerry Truong
2022-06-11Add links to cc-license pagesTerry Truong
2022-06-11Adjust server+client code to handle merged image setsTerry Truong
2022-06-04Add tile-info otol linksTerry Truong
2022-05-28Set visible-overflow on just-unhidden tilesTerry Truong
2022-05-28Add RButton componentTerry Truong
2022-05-28Fix tree-trimming to not discard certain nodesTerry Truong
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.
2022-05-28Allow keeping overflown-root after settings/tut eventsTerry Truong
Avoided keeping an overflown-root on resize, as it can get quite laggy.
2022-05-28Avoid redundant relayout when initialisingTerry Truong
2022-05-27Make search-suggestion-requests and resize-handling initially-immediateTerry Truong
2022-05-27Add back code that dynamically gets scrollbar widthsTerry Truong
Was deleted due to apparent redundancy. Turns out it was still needed for overflown-node layout.
2022-05-27Prevent first root tile transitionTerry Truong
Avoids having it move in from top-left when tree data is loaded
2022-05-27Use static-layout for ancestry-bar and tutorial-paneTerry Truong
2022-05-26Fix bug with searching-for-tile in ancestry-barTerry Truong
2022-05-26Make ancestry-bar scroll-to-end when added toTerry Truong
2022-05-26Trim otol tree to avoid certain slowdownsTerry Truong
Some nodes had multiple ancestors with over 10k children, and jump-searching to them could take almost a minute for vue to load.
2022-05-24Make search suggestions appear during long user-input runsTerry Truong
2022-05-24Do post-collapsing-relayout relayoutTerry Truong
2022-05-24Fix compound-image sub-image misalignmentTerry Truong
2022-05-24Add settings save and reset buttonsTerry Truong
2022-05-24Upon expand-to-view, remove ancestor other-descendants from layout treeTerry Truong
2022-05-24Add jump-to-searched-node settingTerry Truong
2022-05-24Don't show blank image in info-modal for for compound-image with only 1 ↵Terry Truong
sub-image
2022-05-24Reduce compound-image sub-image movement during transitionTerry Truong
2022-05-24Scale/recenter images in compound-imagesTerry Truong
2022-05-24Close welcome message upon other-actionTerry Truong
2022-05-24Clean up tutorial disabled/trigger-action codeTerry Truong
2022-05-24Add feature-use triggers that advance tutorialTerry Truong
2022-05-23Add help modal button that opens tutorialTerry Truong
Needed to add code for skipping tutorial pane's welcome message. Also fixed small unwanted click-propagation bug in SettingsModal.
2022-05-23Make tutorial disable features until introducedTerry Truong
Also add tutorial finish button and close icon
2022-05-23Add tutorial stages, with prev/next buttonsTerry Truong
2022-05-23Add initial tutorial pane contentsTerry Truong
2022-05-23Display separate images tile-info for compound-image nodeTerry Truong
2022-05-23Make settings icon fit-in with search/help/etcTerry Truong