aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-24Fix search-bar mode-change button not saving settingTerry Truong
Also fix jump-to-search-result not flashing node in some cases.
2022-06-24Add rect-sensitivity option for layout-stabilityTerry Truong
2022-06-24Add 'flash' upon tile focusTerry Truong
2022-06-24Add jump-to-searched-node button to search-barTerry Truong
2022-06-24Fix tileAreaOffset setting not workingTerry Truong
2022-06-24Add ancestry-bar appear/disappear transitionTerry Truong
2022-06-24Customise fontTerry Truong
2022-06-23Make title bar larger, and with colored buttonsTerry Truong
2022-06-23Fix error upon empty-string searchTerry Truong
2022-06-23In search results, make matched substrings boldTerry Truong
2022-06-23Only save user-changed settings, and re-apply other settings on resizeTerry Truong
2022-06-23Make default settings screen-size dependentTerry Truong
Also, only save settings when the user has made a change.
2022-06-23Indicate p-support with asterisk, and stop indicating alt-name usageTerry Truong
2022-06-23Make suggestion-limit client-configurableTerry Truong
2022-06-23Fix root-displayed-in-italics bugTerry Truong
2022-06-23Clean up server.py codeTerry Truong
2022-06-23Remove hard-coded root-name from App.vueTerry Truong
2022-06-23Fix tut-pane shrinkage when ancestry-bar is overflowingTerry Truong
2022-06-23Adjust component event namesTerry Truong
2022-06-23Update some client-side READMEsTerry Truong
2022-06-22Refactor backend scriptsTerry Truong
2022-06-22Update backend READMEs, rename some files for consistencyTerry Truong
2022-06-21Add tutorial-pane transitionTerry Truong
2022-06-20Avoid skipping initial transition due to large animation-time settingTerry Truong
2022-06-20Prevent unexpected-rectangle during sep-swept-area transitionTerry Truong
2022-06-20Prevent ancestry-bar scrollbar overlapping contentTerry Truong
2022-06-20Remove scrims from tile-info-modal imagesTerry Truong
2022-06-20Increase type-consistency via server-classes and client-typesTerry Truong
2022-06-20Make server order children by num-tipsTerry Truong
2022-06-20After trimming low-info nodes, also trim some many-sibling nodesTerry Truong
2022-06-20Avoid creating certain redundant dom-nodes after layout-with-collapseTerry Truong
2022-06-20Avoid adding dom-nodes for hidden-ancestor other-childrenTerry Truong
2022-06-19Enable gzipped server responsesTerry Truong
2022-06-19Fix search-result-repeats bugTerry Truong
2022-06-19Automatically save settings changesTerry Truong
2022-06-19Make addPickedNames.py avoid redundant updatesTerry Truong
2022-06-19During search animation, switch sweep-to-parent from 'fallback' to 'prefer'Terry Truong
2022-06-19Add layout-skip heuristic using collective-min-size checkTerry Truong
2022-06-19Add fallback substring-searchTerry Truong
2022-06-19Add code/file for adding manually-picked alt-namesTerry Truong
2022-06-19Default to trimming all nodes without images/descs/etcTerry Truong
2022-06-19Make manual enwiki-desc-associations more flexibleTerry Truong
Also enable getEnwikiImgData.py to skip already-processed wiki-ids
2022-06-19Fix linked_imgs table compound-img representation bugTerry Truong
2022-06-19Allow for manually adding images from other sourcesTerry Truong
2022-06-17Avoid capitalisation of apostrophe-s in tile-namesTerry Truong
2022-06-17Fix tile-flash-above-settings-modal bugTerry Truong
2022-06-17Avoid alt-names with many wordsTerry Truong
Without this, taxa like 'Amphibia' may get preferred-names like 'frogs, salamanders, and caecilians'
2022-06-17Add code+file for excluding bad-alt-namesTerry Truong
2022-06-17Add no-file-generation setting to genImgsForWeb.pyTerry Truong
2022-06-17Make swept-nodes-area leave space for at least 1 non-leafTerry Truong
Also fix sweep-to-parent setting not being saved.