| 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 | Fix missed space-to-underscore conversion in lookupPage.py | Terry Truong | |
| 2022-05-26 | Fix bug with searching-for-tile in ancestry-bar | Terry Truong | |
| 2022-05-26 | Add some enwiki redirect data as alt-names | Terry Truong | |
| 2022-05-26 | Make ancestry-bar scroll-to-end when added to | 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 | Make search suggestions appear during long user-input runs | Terry Truong | |
| 2022-05-24 | Do post-collapsing-relayout relayout | 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 | Fix None-indexing bug in server.py | 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 | For compound-nodes without sub-images, don't use a child image | Terry Truong | |
| 2022-05-24 | Reduce compound-image sub-image movement during transition | Terry Truong | |
| 2022-05-24 | Fix small sql-param mismatch bug | Terry Truong | |
| 2022-05-24 | Don't generate compound-image if both sub-images non-existent | Terry Truong | |
| 2022-05-24 | Scale/recenter images in compound-images | 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 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 | Make ancestor-hiding during searches extend halfway to active-root | Terry Truong | |
| 2022-05-22 | Display multiple descriptions for compound-nodes | Terry Truong | |
| 2022-05-22 | Hide more ancestors upon search layout-failure | Terry Truong | |
| 2022-05-22 | Up-propgate images for usage in parents without images | Terry Truong | |
| Also adjust vite config to avoid apparent redundant processing when images are being downloaded. | |||
| 2022-05-19 | Unescape EOL alt-name data | 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-18 | For dbpedia data, prioritise manual conflict resolutions | Terry Truong | |
| 2022-05-17 | Make reduced tree generation check non-alt-names | Terry Truong | |
| 2022-05-17 | Remove certain same-name alt-names | Terry Truong | |
| 2022-05-17 | Make search suggestions include non-alt-names | Terry Truong | |
| 2022-05-17 | Fix small genDbpData.py typo | Terry Truong | |
| 2022-05-17 | Improve enwiki description extraction | Terry Truong | |
| Adjust enwiki code to handle single dump file, and add scripts for 'convenient' page-content lookup. | |||
| 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-15 | Converted nodes+r_nodes tables into nodes+edges+r_nodes+r_edges | Terry Truong | |
| Conversion avoids encoding node children as JSON strings, and allows for easier querying of edge data. Adjusted server to use new format. Also added some table indexes for common operations. | |||
| 2022-05-14 | Add desc-resolution special-case for root node | Terry Truong | |
| 2022-05-14 | Supplement DBpedia descs with enwiki's | Terry Truong | |
