| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-17 | Add more 'title' tooltips | Terry Truong | |
| 2022-07-16 | Fix grammatical error | Terry Truong | |
| 2022-07-15 | Show tutorial-open icon when tut-pane auto-closes | Terry Truong | |
| 2022-07-15 | Change favicon | Terry Truong | |
| 2022-07-13 | Merge 'Data Sources' and 'Project Info' help sections | Terry Truong | |
| 2022-07-12 | Finalise for version 1.0.0 | Terry Truong | |
| 2022-07-12 | Increase adherence to Vue's Style Guide | Terry Truong | |
| Make components have multi-word names. Make all <v-for>s have a 'key' attribute. Use scoped styles. Also add sourcemap generation. | |||
| 2022-07-12 | Add <meta> image tags | Terry Truong | |
| 2022-07-12 | Add source code link and more credits | Terry Truong | |
| 2022-07-12 | Add links to MIT License on GitHub | Terry Truong | |
| 2022-07-12 | Fix search-suggestions not prioritising prefix-matches | Terry Truong | |
| 2022-07-12 | Fix off-center layout after jumping without sidebar | Terry Truong | |
| 2022-07-12 | Fix desc-association error due to case-insensitive label-matching | Terry Truong | |
| 2022-07-11 | Include picked-names when collapsing nodes in 'images' tree | Terry Truong | |
| Without this, nodes like 'giant panda' were getting removed | |||
| 2022-07-11 | Don't keep tut-pane up during an initial search/auto_mode | Terry Truong | |
| 2022-07-11 | Add deployment documentation | Terry Truong | |
| 2022-07-11 | Add more FAQs | Terry Truong | |
| 2022-07-11 | Fix re-init with url-links-to-node bug | Terry Truong | |
| 2022-07-11 | Fix auto-hide sometimes auto-collapsing an ancestor | Terry Truong | |
| 2022-07-11 | Fix search-mode not closing on Esc | Terry Truong | |
| 2022-07-11 | Update backend documentation | Terry Truong | |
| 2022-07-11 | Make backend dev server script serve the image files | Terry Truong | |
| Previously, image files in backend/data/img were moved to, or symlinked from, public/. This needed to be changed before each build, otherwise vite would end up copying gigabytes of images. | |||
| 2022-07-10 | Update project-level and client-side documentation | Terry Truong | |
| 2022-07-10 | Add preload <link> for font | Terry Truong | |
| 2022-07-10 | Add meta tags for SEO | Terry Truong | |
| 2022-07-10 | Add scrollbar colors | Terry Truong | |
| 2022-07-10 | Add FAQs section to help info | Terry Truong | |
| 2022-07-10 | Add processing indicator | Terry Truong | |
| 2022-07-10 | Add onActionStart() and onActionEnd() | Terry Truong | |
| 2022-07-09 | Add some non-monophyletic-name info in help-section | Terry Truong | |
| 2022-07-09 | Make clicking 'Tilo' collapse the tree | Terry Truong | |
| 2022-07-09 | Fix jump-to-overflowing after startup producing collapsed node | Terry Truong | |
| Turns out the closing of the tutorial-pane triggered a relayoutWithCollapse() which collapsed the node. | |||
| 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-09 | Replace CGI script with WSGI script and dev server | Terry Truong | |
| 2022-07-08 | Revert back to using vite-proxy for avoiding CORS issues | Terry Truong | |
| 2022-07-08 | Send activeRoot to server, for reducing toroot response sizes | Terry Truong | |
| 2022-07-08 | Fix jump-to-direct-child-of-ancestor layout-fail | Terry Truong | |
| 2022-07-08 | Hard-code root-name in cgi script | Terry Truong | |
| 2022-07-08 | Adjust SCollapsible, allowing for v-model and @open | Terry Truong | |
| 2022-07-07 | Fix corner-squished retained-overflow on resize-to-larger | Terry Truong | |
| 2022-07-07 | Adapt loading-modal to show other messages | Terry Truong | |
| Was intending to add 'Arranging tiles' and 'Rendering tiles' messages, but they wouldn't trigger during 'uncontrived' test cases, including with throttled CPU | |||
| 2022-07-07 | Add auto-hiding of ancestors on leaf-click | Terry Truong | |
| 2022-07-07 | Use subAction parameter to simplify action-functions | Terry Truong | |
| Stop using @transitionend in Tile, as it seems oddly unreliable (using @transitioncancel as well didn't help) | |||
| 2022-07-07 | Only relayout once during tut_pane/ancestry_bar transitions | Terry Truong | |
| 2022-07-07 | Add somewhat-dynamic font-sizes in headers | Terry Truong | |
| 2022-07-06 | During tutorial, avoid disabling actions the user has already used | Terry Truong | |
| For auto-mode and search, enable prerequisite actions when used | |||
| 2022-07-06 | Smoothen initial loading where URL has target node | Terry Truong | |
| 2022-07-06 | Use URLSearchParams instead of plain strings | Terry Truong | |
| 2022-07-06 | Add link-to-node functionality | Terry Truong | |
