| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-23 | Make default settings screen-size dependent | Terry Truong | |
| Also, only save settings when the user has made a change. | |||
| 2022-06-23 | Make suggestion-limit client-configurable | Terry Truong | |
| 2022-06-23 | Remove hard-coded root-name from App.vue | Terry Truong | |
| 2022-06-23 | Fix tut-pane shrinkage when ancestry-bar is overflowing | Terry Truong | |
| 2022-06-23 | Adjust component event names | Terry Truong | |
| 2022-06-21 | Add tutorial-pane transition | Terry Truong | |
| 2022-06-20 | Avoid skipping initial transition due to large animation-time setting | Terry Truong | |
| 2022-06-20 | Increase type-consistency via server-classes and client-types | Terry Truong | |
| 2022-06-20 | After trimming low-info nodes, also trim some many-sibling nodes | Terry Truong | |
| 2022-06-20 | Avoid creating certain redundant dom-nodes after layout-with-collapse | Terry Truong | |
| 2022-06-19 | During search animation, switch sweep-to-parent from 'fallback' to 'prefer' | Terry Truong | |
| 2022-06-17 | Fix tile-flash-above-settings-modal bug | Terry Truong | |
| 2022-06-17 | Fix preferred/fallback sweep-to-parent layout-waste bug | Terry Truong | |
| 2022-06-16 | Add sweep-to-parent 'auto' setting | Terry Truong | |
| 2022-06-16 | Fix jump-to-hidden-ancestor-child layout-fail bug | Terry Truong | |
| 2022-05-28 | Fix tree-trimming to not discard certain nodes | Terry 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-28 | Allow keeping overflown-root after settings/tut events | Terry Truong | |
| Avoided keeping an overflown-root on resize, as it can get quite laggy. | |||
| 2022-05-28 | Avoid redundant relayout when initialising | Terry Truong | |
| 2022-05-27 | Make search-suggestion-requests and resize-handling initially-immediate | Terry Truong | |
| 2022-05-27 | Add back code that dynamically gets scrollbar widths | Terry Truong | |
| Was deleted due to apparent redundancy. Turns out it was still needed for overflown-node layout. | |||
| 2022-05-27 | Prevent first root tile transition | Terry Truong | |
| Avoids having it move in from top-left when tree data is loaded | |||
| 2022-05-27 | Use static-layout for ancestry-bar and tutorial-pane | Terry Truong | |
| 2022-05-26 | Fix bug with searching-for-tile in ancestry-bar | Terry Truong | |
| 2022-05-26 | Trim otol tree to avoid certain slowdowns | Terry 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-24 | Do post-collapsing-relayout relayout | Terry Truong | |
| 2022-05-24 | Add settings save and reset buttons | Terry Truong | |
| 2022-05-24 | Upon expand-to-view, remove ancestor other-descendants from layout tree | Terry Truong | |
| 2022-05-24 | Add jump-to-searched-node setting | Terry Truong | |
| 2022-05-24 | Close welcome message upon other-action | Terry Truong | |
| 2022-05-24 | Clean up tutorial disabled/trigger-action code | Terry Truong | |
| 2022-05-24 | Add feature-use triggers that advance tutorial | Terry Truong | |
| 2022-05-23 | Add help modal button that opens tutorial | Terry Truong | |
| Needed to add code for skipping tutorial pane's welcome message. Also fixed small unwanted click-propagation bug in SettingsModal. | |||
| 2022-05-23 | Make tutorial disable features until introduced | Terry Truong | |
| Also add tutorial finish button and close icon | |||
| 2022-05-23 | Add initial tutorial pane contents | Terry Truong | |
| 2022-05-23 | Make settings icon fit-in with search/help/etc | Terry Truong | |
| 2022-05-23 | Display 'compound images' | Terry Truong | |
| Adjust genLinkedImgs.py to associate multiple images to compound-nodes. Adjust server to send multiple image filenames for such nodes. Adjust Tile and TileInfoModal to display those compound-images. | |||
| 2022-05-22 | Make ancestor-hiding during searches extend halfway to active-root | Terry Truong | |
| 2022-05-22 | Hide more ancestors upon search layout-failure | Terry Truong | |
| 2022-05-18 | For dbpedia data, prioritise manual conflict resolutions | Terry Truong | |
| 2022-05-15 | Adjust resize/scroll throttling to reliably include end cases | Terry Truong | |
| 2022-05-12 | Enable info-display for search suggestions | Terry Truong | |
| Add info-icon to SearchModal, sending event when clicked. Change App to allow info-modal display on top of search-modal. Also make info-icon-click events send a node name instead of a LayoutNode, and make TileInfoModal and server get/send additional node info, seeing as the client might not have info about the node's common name, tips, etc, anymore. | |||
| 2022-05-12 | Add reduced-tree data generation+serving+querying+setting | Terry Truong | |
| Add genReducedTreeData.py, which generates a reduced_nodes table. Adjust server to serve that data for queries with a tree=reduced query param. Adjust client to query for that data depending on a useReducedTree variable. Add a SettingsPane setting to change that useReducedTree variable. | |||
| 2022-05-10 | Add multiple header-color thresholds | Terry Truong | |
| Also add tips count in info modal | |||
| 2022-05-10 | Obtain scrollbar width dynamically | Terry Truong | |
| 2022-05-10 | Remove search-focus upon new actions | Terry Truong | |
| 2022-05-10 | Enable display of active-root with overflow | Terry Truong | |
| 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 | |
| Also remove /data/children queries, and query-depth functionality. | |||
| 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 | |
| Also adjust client code to handle new format, and add backend/data/README.md explaining image production process. | |||
