| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Make ancestry-bar scroll-to-end when added to | Terry Truong | |
| 2022-05-24 | Make search suggestions appear during long user-input runs | Terry Truong | |
| 2022-05-24 | Fix compound-image sub-image misalignment | 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 | Don't show blank image in info-modal for for compound-image with only 1 ↵ | Terry Truong | |
| sub-image | |||
| 2022-05-24 | Reduce compound-image sub-image movement during transition | Terry Truong | |
| 2022-05-24 | Scale/recenter images in compound-images | 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 tutorial stages, with prev/next buttons | Terry Truong | |
| 2022-05-23 | Add initial tutorial pane contents | Terry Truong | |
| 2022-05-23 | Display separate images tile-info for compound-image node | Terry Truong | |
| 2022-05-23 | Make settings icon fit-in with search/help/etc | Terry Truong | |
| 2022-05-23 | Make small info-modal fixes | Terry Truong | |
| 2022-05-23 | Enable vertical wheel-scroll on horizontal ancestry bar | 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 | Display multiple descriptions for compound-nodes | Terry Truong | |
| 2022-05-19 | Fix not scrolling to focused nodes | Terry Truong | |
| 2022-05-18 | Add wikipedia-link to tile-info display | Terry Truong | |
| Add 'wiki_id' and 'from_dbp' columns to 'descs' table, adjust dbpedia data to include wikipedia IDs, adjust data generations scripts, make server send extra data, and make TileInfo display it. | |||
| 2022-05-17 | Make reduced tree generation check non-alt-names | Terry Truong | |
| 2022-05-17 | Make search suggestions include non-alt-names | Terry Truong | |
| 2022-05-15 | Adjust resize/scroll throttling to reliably include end cases | Terry Truong | |
| 2022-05-15 | Load only visible tiles when overflowing | Terry Truong | |
| 2022-05-13 | Fix info-modal not display image for composite-nodes | Terry Truong | |
| 2022-05-13 | Fix inaccurate tile-info data when using reduced tree | 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 | Don't quote already-quoted common-names | Terry Truong | |
| 2022-05-12 | Adjust code for typescript checks | Terry Truong | |
| 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-11 | Use prefix-search with ranking-by-length | Terry Truong | |
| 2022-05-10 | Add quotes around displayed alt-names | Terry Truong | |
| 2022-05-10 | Add multiple header-color thresholds | Terry Truong | |
| Also add tips count in info modal | |||
| 2022-05-10 | Make an overflown-root scroll to a searched node | Terry Truong | |
| Also make overflown-root header remain visible while scrolling | |||
| 2022-05-10 | Fix border-shadow clipping by overflow:scroll | Terry Truong | |
| 2022-05-10 | Enable display of active-root with overflow | Terry Truong | |
| 2022-05-05 | Avoid case where transitionend doesn't trigger for low animation-delay | Terry Truong | |
| 2022-05-05 | Display common names | Terry Truong | |
| Also add capitalizeWords() in util.ts, for more capitalization control | |||
| 2022-05-05 | Make image copyright/link info retrieved upon info-modal open | Terry Truong | |
| 2022-05-05 | Make Tile use transitionend event instead of certain setTimeout()s | Terry Truong | |
| Did not replace watch variables with transition start, as this resulted in expanded tiles flashing fully-expanded on screen before getting overflow:hidden. | |||
| 2022-05-04 | Make search-enter use user input, instead of first match | Terry Truong | |
| 2022-05-04 | Capitalize displayed node names | Terry Truong | |
| 2022-05-04 | Prevent search-suggestion-request delay for initial inputs | Terry Truong | |
| 2022-05-04 | Add scripts for obtaining/sending/displaying wikipedia descriptions | Terry Truong | |
| Add backend/data/enwiki/ directory containing scripts and instructive READMEs. Adjust some other scripts to generate 'eol_ids' sqlite table separate from 'names'. Make server respond to /data/desc requests, and have client TileInfo component display response data. Also adjust .gitignore entries to be root-relative. | |||
| 2022-05-01 | Fix non-inclusion of canonical-names without english alt-names | Terry Truong | |
| Also fix lack of placeholder-image display in tile-info modal. | |||
