| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-10 | Add FAQs section to help info | Terry Truong | |
| 2022-07-09 | Fix search suggestions wrong-text on mobile | Terry Truong | |
| Turns out the input wasn't converted to lowercase before being matched with suggestion data, and this was more noticeable on mobile due to auto-capitalisation | |||
| 2022-07-09 | Fix links-to-node failing on load | Terry Truong | |
| Was setting SERVER_URL incorrectly Also changed server API to include 'excl' param | |||
| 2022-07-08 | Adjust SCollapsible, allowing for v-model and @open | Terry Truong | |
| 2022-07-06 | Use URLSearchParams instead of plain strings | Terry Truong | |
| 2022-07-06 | Add link-to-node functionality | Terry Truong | |
| 2022-07-05 | Remove some redundant display:block specifiers | Terry Truong | |
| 2022-07-04 | Update IconButton to maintain equal width/height | Terry Truong | |
| 2022-07-04 | Add help-info content | Terry Truong | |
| 2022-07-03 | Add SCollapsible component | Terry Truong | |
| Also update info-modal source-info styling | |||
| 2022-07-03 | Add styling, mainly for TileInfoModal and Settings | Terry Truong | |
| 2022-07-01 | Account for compound-node info-lookup sub-name-denoted node absence | Terry Truong | |
| Return a null entry in such cases, and have client indicate this with tile-info message. | |||
| 2022-07-01 | Generate 3 reduced trees, keeping the original, and serve only those | Terry Truong | |
| Generate a 'trimmed' reduced tree instead of changing the original. Generate an 'images-only' reduced tree, and use it as the default. Combine 'picked' reduced tree code with that of other reduced trees. Adapt server API to allow selecting between more than 2 trees. Add client setting for selecting between 3 trees. | |||
| 2022-06-30 | Avoid displaying empty img-src info | Terry Truong | |
| 2022-06-29 | Refactor to provide default-option access to non-top-level components | Terry Truong | |
| 2022-06-29 | Remove constant-scrollbar-gap for ancestry-bar | Terry Truong | |
| Avoided having overflow:auto cause tile-overlapping scrollbar by using less tile-padding. Trying to solve this by dynamically detecting overflow seemed to get messy. | |||
| 2022-06-29 | Make links open in new tab | Terry Truong | |
| Add external-link icons | |||
| 2022-06-29 | Make tile-info image link to source-URL | Terry Truong | |
| 2022-06-29 | Resolve info-modal size-jump after getting info response | Terry Truong | |
| Make App get the info response, and pass that into TileInfoModal. Attempting to solve this via transitions doesn't seem to work, as transitioning a height to 'auto' seems disallowed. | |||
| 2022-06-28 | Add getImagePath() to lib.ts | Terry Truong | |
| 2022-06-28 | Convert server code to CGI script | Terry Truong | |
| Also adjust server-client API, for clarity/consistency | |||
| 2022-06-27 | Enable client directly using server URL, while avoiding CORS restrictions | Terry Truong | |
| 2022-06-27 | Add getServerResponse() | Terry Truong | |
| 2022-06-27 | In .vue files, move <template> sections to top | Terry Truong | |
| 2022-06-26 | Clean up code in SearchModal | Terry Truong | |
| Also allow cycling to top/bottom of search suggestions | |||
| 2022-06-26 | Refactor TileInfoModal | Terry Truong | |
| Also change server info-response format to include sub-node common-names | |||
| 2022-06-25 | Reduce degrees-of-variance in options set | Terry Truong | |
| Also add size prop to IconButton | |||
| 2022-06-24 | Move utility functions into util.ts | Terry Truong | |
| 2022-06-24 | Add type annotations for UI options | Terry Truong | |
| 2022-06-23 | Adjust component event names | Terry Truong | |
| 2022-06-20 | Remove scrims from tile-info-modal images | Terry Truong | |
| 2022-06-20 | Increase type-consistency via server-classes and client-types | Terry Truong | |
| 2022-06-11 | Add links to cc-license pages | Terry Truong | |
| 2022-06-11 | Adjust server+client code to handle merged image sets | Terry Truong | |
| 2022-06-04 | Add tile-info otol links | 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-23 | Make tutorial disable features until introduced | Terry Truong | |
| Also add tutorial finish button and close icon | |||
| 2022-05-23 | Display separate images tile-info for compound-image node | Terry Truong | |
| 2022-05-23 | Make small info-modal fixes | 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-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-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 | 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-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-04 | Capitalize displayed node names | Terry Truong | |
