aboutsummaryrefslogtreecommitdiff
path: root/backend/tolData
AgeCommit message (Collapse)Author
2022-07-15Change faviconTerry Truong
2022-07-12Fix desc-association error due to case-insensitive label-matchingTerry Truong
2022-07-11Include picked-names when collapsing nodes in 'images' treeTerry Truong
Without this, nodes like 'giant panda' were getting removed
2022-07-11Update backend documentationTerry Truong
2022-07-11Make backend dev server script serve the image filesTerry 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.