aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-10Add timeline add/remove functionalityTerry Truong
2022-10-10Add 'momentum' to draggingTerry Truong
2022-10-09Skip tick transitions on horz/vert swapTerry Truong
2022-10-09Add timeline horz/vert switchingTerry Truong
2022-10-09Fix regression of non-smooth tick-scroll-inTerry Truong
2022-10-09Enlargen ticks present in larger scaleTerry Truong
2022-10-09Add timeline draggingTerry Truong
Add basic code for timeline pinch-zooming
2022-10-09Add padding before/after min/max dateTerry Truong
Change marker for min/max date
2022-10-09Prevent endmost tick labels being clippedTerry Truong
2022-10-08Make timeline-zooming cursor-centeredTerry Truong
2022-10-08Add TimeLine.vueTerry Truong
Add timeline shift and zoom actions, and basic styling/animation Make App determine TimeLine dimensions (incl handling resizes)
2022-10-08Add title barTerry Truong
Add IconButton.vue and components/*Icon.vue files
2022-10-07Install client side toolsTerry Truong
Install and configure Vite, Vue, Tailwind, Pinia, Typescript, and ESLint Add basic framework files (index.html, App.vue, main.ts, etc) Update READMEs Add favicon, font, and LICENCE.txt
2022-10-05Add reduce_event_data.pyTerry Truong
Add unit test, update README
2022-10-05Add data serving scriptsTerry Truong
Add histplorer.py, implementing the http query interface Add unit test Add server.py as a simple backend dev server Update documentation
2022-10-04Add gen_picked_data.pyTerry Truong
Add unit test Update READMEs and .gitignore
2022-10-04Replace jdcal package with cal.pyTerry Truong
2022-10-04Add correction for jdcal treating year 0 as 1 BCETerry Truong
2022-10-03Add backend READMETerry Truong
2022-10-03Tweak gen_imgs.py outputTerry Truong
2022-10-03Add exponential-backoff download optionTerry Truong
2022-10-03Add gen_desc_data.pyTerry Truong
Add unit test, update README
2022-10-02Add gen_imgs.pyTerry Truong
Add package.json, for using npm package smartcrop-cli Add unit test
2022-10-02Add title column to img_data.dbTerry Truong
2022-10-02Add gen_pop_data.pyTerry Truong
2022-10-02Add per-event-category image limitTerry Truong
2022-10-01Update READMEs and .gitignoreTerry Truong
2022-10-01Add unit tests for Wikipedia extractionTerry Truong
2022-10-01Add scripts for Wikipedia dump extractionTerry Truong
2022-10-01Add unit tests for wikidata extractionTerry Truong
2022-10-01Add conversions for wikidata time dataTerry Truong
2022-09-30Add basic data extraction from wikidataTerry Truong