aboutsummaryrefslogtreecommitdiff
path: root/src/components/TileInfoModal.vue
AgeCommit message (Collapse)Author
2022-05-12Add reduced-tree data generation+serving+querying+settingTerry 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-10Add multiple header-color thresholdsTerry Truong
Also add tips count in info modal
2022-05-05Display common namesTerry Truong
Also add capitalizeWords() in util.ts, for more capitalization control
2022-05-05Make image copyright/link info retrieved upon info-modal openTerry Truong
2022-05-04Capitalize displayed node namesTerry Truong
2022-05-04Add scripts for obtaining/sending/displaying wikipedia descriptionsTerry 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-01Fix non-inclusion of canonical-names without english alt-namesTerry Truong
Also fix lack of placeholder-image display in tile-info modal.
2022-04-30Make TileInfoModal display more dataTerry Truong
2022-04-30Add scripts for downloading/reviewing/cropping_and_resizing imagesTerry Truong
Also adjust client code to handle new format, and add backend/data/README.md explaining image production process.
2022-04-25Adapt to handle open-tree-of-life dataTerry Truong
Added data_otol/ with script that converts data from 'Open Tree of Life' release 13.4 into a JSON form. Moved old tree-of-life data and images into data_tol_old/. Added TolMap type to tol.ts, changed TolNode, and adapted other code to handle it. Temporarily disabling tile images until image data is added.
2022-03-29Update comments, adjust names, do minor refactorsTerry Truong
2022-03-28Make option passing less irregularTerry Truong
2022-03-28Convert SVG icons into icon componentsTerry Truong
2022-03-28Move TolNode code to tol.tsTerry Truong
2022-03-27Prevent overflow during tile collapse/expandTerry Truong
2022-03-27Fix close-button unreliability bugTerry Truong
2022-03-27Move svg details to index.htmlTerry Truong
2022-03-25Fix typescript errorsTerry Truong
2022-03-25Add search enter/escape, and close-icon svgsTerry Truong
2022-03-25Simplify transition codeTerry Truong
2022-03-25Allow interaction with settings open. Add esc shortcut.Terry Truong
2022-03-24Add basic Settings.vueTerry Truong
2022-03-24Propagate options to TileInfoModalTerry Truong
2022-03-24Add basic tile-info modal stylingTerry Truong
2022-03-24Add info-modal fade-outTerry Truong
2022-03-24Add TileInfoModal and associated eventsTerry Truong