| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 25 hours | Change source code linksHEADmain | Terry Truong | |
| 2023-02-04 | Use requirements.txt for backend dependencies | Terry Truong | |
| 2023-01-29 | Adjust frontend coding style | Terry Truong | |
| Add line spacing and section comments Fix 'Last updated' line in help modal being shown despite overflow | |||
| 2023-01-28 | Fix potential redundant handler calls in onResize() | Terry Truong | |
| 2023-01-28 | Adjust info and help modal styling | Terry Truong | |
| Fix minor typos in store.ts, App.vue, IconButton, etc | |||
| 2023-01-23 | Clean up some docs and naming inconsistencies | Terry Truong | |
| 2022-09-14 | Update credits | Terry Truong | |
| 2022-09-14 | Fix tile-flash not properly covering overflown scrolled tiles | Terry Truong | |
| Fix bug where some tiles are hidden upon entering an overflown tile after auto-mode | |||
| 2022-09-14 | Add missing constraint for auto-mode move-down | Terry Truong | |
| 2022-09-14 | Use Pinia to store user settings, palette colors, etc | Terry Truong | |
| Move uiOpts and lytOpts to store.ts Add 'const's to *.ts | |||
| 2022-09-13 | Trigger expand/collapse-fail animation via callback | Terry Truong | |
| Previously, this was done by changing a LayoutNode field from App.vue, and having TolTile watch that field | |||
| 2022-09-13 | Use Vue Composition API and ESLint | Terry Truong | |
| 2022-09-11 | Add backend unit tests | Terry Truong | |
| - Add unit testing code in backend/tests/ - Change to snake-case for script/file/directory names - Use os.path.join() instead of '/' - Refactor script code into function defs and a main-guard - Make global vars all-caps Some fixes: - For getting descriptions, some wiki redirects weren't properly resolved - Linked images were sub-optimally propagated - Generation of reduced trees assumed a wiki-id association implied a description - Tilo.py had potential null dereferences by not always using a reduced node set - EOL image downloading didn't properly wait for all threads to end when finishing | |||
| 2022-09-01 | Update credits | Terry Truong | |
| 2022-08-31 | Increase default min tile size on non-small screens | Terry Truong | |
| 2022-08-31 | Fix compound-node info-display bug | Terry Truong | |
| A v-for had a :key that assumed a non-null value | |||
| 2022-08-31 | Improve search suggestions | Terry Truong | |
| Don't show multiple suggestions for the same node Prioritise common-names Place suggestions from prefix-search before substring-search Add coloring to search-string matched-part and canonical-name-part | |||
| 2022-08-30 | Add node-popularity data for search-sugg ordering | Terry Truong | |
| Add Wikipedia pageview dumps to enwiki/pageview/ Add scripts to generate viewcount averages Update backend to sort search suggestions by popularity | |||
| 2022-08-30 | Display IUCN status in TileInfoModal | Terry Truong | |
| 2022-07-25 | Reduce animation stutter when resizing with many tiles | Terry Truong | |
| 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 off-center layout after jumping without sidebar | Terry Truong | |
| 2022-07-11 | Don't keep tut-pane up during an initial search/auto_mode | 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 | 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 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 | |
