| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-14 | Add desc-resolution special-case for root node | Terry Truong | |
| 2022-05-14 | Supplement DBpedia descs with enwiki's | Terry Truong | |
| 2022-05-14 | Use DBpedia data for node descriptions | Terry Truong | |
| Add backend/data/dbpedia/ directory containing scripts and README for obtaining DBpedia data, storing it into a db, converting/adding description data to data.db, and for resolving tol-node DBpedia-node association conflicts (via DBpedia relations, manual listing, etc). Resulted in less (about 3/4 as many) descriptions as with using enwiki, but with notably less mis-associations (eg: node Thor is described as a shrimp instead of a god). | |||
| 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 | Adjust reviewImgs.py to remove EXIF orientation data | 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 | Commit reduced-tree name-list data | 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 | Do minor code cleanup | Terry Truong | |
| 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 | Obtain scrollbar width dynamically | Terry Truong | |
| 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 | Remove search-focus upon new actions | Terry Truong | |
| 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-07 | Add timing info display to reviewImgs.py | Terry Truong | |
| 2022-05-07 | Update README line breaks | Terry Truong | |
| 2022-05-06 | Fix typo in data entry code | Terry Truong | |
| 2022-05-06 | Make server bulk-query eol-ids when image-finding | Terry Truong | |
| 2022-05-06 | Fix lack server querying when click-holding leaves | Terry Truong | |
| 2022-05-06 | Remove redundant layout-retry in sweepLayout() | Terry Truong | |
| 2022-05-05 | Make '... [N]' duplicate node name assignment prefer nodes with less tips | Terry Truong | |
| Adjust genOtolData.py to use int ids instead of names, reducing memory usage. Small fix for server.py commented-out substring-search code. | |||
| 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 | Add db table info to data/README.md | Terry Truong | |
| 2022-05-05 | Make image copyright/link info retrieved upon info-modal open | Terry Truong | |
| 2022-05-05 | Simplify nodeNameToFile() calls | 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-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 | Add prevention from starting search while in search/auto | Terry Truong | |
| 2022-05-04 | Capitalize displayed node names | Terry Truong | |
| 2022-05-04 | Fix forgetting to commit imagesList.db generator script | Terry Truong | |
| 2022-05-04 | Prevent search-suggestion-request delay for initial inputs | Terry Truong | |
| 2022-05-04 | Prevent vite from watching image files | 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. | |||
| 2022-05-01 | Reduce some unnecessary tolMap updates | Terry Truong | |
| 2022-05-01 | Make name data English-specific | Terry Truong | |
| 2022-05-01 | Add fuzzy-search via sqlite extension spellfix1 | Terry Truong | |
| Also add delay between client search-suggestion requests when search input undergoes multiple quick changes | |||
| 2022-05-01 | Order search suggestions by num tips | Terry Truong | |
| 2022-05-01 | Make node data in db not collapsed-in-json | Terry Truong | |
| 2022-05-01 | Use substring search | Terry Truong | |
| Also display common-name in search suggestions, and add more-results indicator. | |||
| 2022-05-01 | Enable search-suggestion sending/displaying/selection | Terry Truong | |
| 2022-04-30 | Add preferred-alt-name data to db, and use when reviewing | Terry Truong | |
