aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-28Adjust onEventDisplay() to be more reponsiveTerry Truong
2023-01-28Finalise for version 0.9Terry Truong
Add github and license links Add meta tags and image
2023-01-28Tweak responsiveness when draggingTerry Truong
2023-01-28Adjust mouse wheel handlingTerry Truong
Account for horizontal mouse wheels Use Ctrl for zooming, and Shift for panning
2023-01-28Prevent timeline height becoming negativeTerry Truong
2023-01-28Update help docs and intro msgTerry Truong
2023-01-28Tweak more stylingTerry Truong
Adjust image-source-info highlighting Prevent info-modal title from overlapping close-icon Don't display wikipedia citation for absent descriptions Include 'prototype' in clickable title
2023-01-28Shorten intro contentTerry Truong
2023-01-28Flash search resultsTerry Truong
2023-01-25Add intro modalTerry Truong
2023-01-25Tweak stylingTerry Truong
Highlight current timeline when there are multiple Make 'From Wikipedia' info-modal label grayer make horizontal tick labels closer to mainline
2023-01-24Don't defer relayout upon ctg changeTerry Truong
2023-01-24For search, jump to 'appropriate' scaleTerry Truong
2023-01-24Adjust limits and timeoutsTerry Truong
Increase MAX_REQ_EVENTS in chrona.py. Without this, a large-screened client might request with a limit of 700 events, more than the previous server limit of 500, causing the client to display nothing. Reduce onEventDisplay() throttling timeout in App.vue, for faster user responsiveness.
2023-01-23Fix some timelines not updating on category change with multiple timelinesTerry Truong
2023-01-23Handle initialisation with wrong dimensions on some devicesTerry Truong
2023-01-23Speed up transitions for touch actionsTerry Truong
2023-01-23Use <div> for tick labels instead of <text>Terry Truong
For compatibility with older devices
2023-01-23Replace ResizeObserver using width/height propsTerry Truong
For increasing compatibility with older devices
2023-01-22Implement pinch zoomTerry Truong
2023-01-22Add 'prototype' to titleTerry Truong
2023-01-22For deployment, copy cal.py content into chrona.pyTerry Truong
2023-01-22Add deployment docs and scriptTerry Truong
Add DEPLOY.md and prebuild.sh Update READMEs Change project name
2023-01-22Add help contentTerry Truong
Change 'and onwards' symbol in timeline position label Set scrollbar color
2023-01-21Refactor some layout codeTerry Truong
2023-01-21Change initial start/end datesTerry Truong
2023-01-21Add Baseline horizontal fade-divTerry Truong
2023-01-21Make info modal start/end labels category-specificTerry Truong
2023-01-21Adjust coloring and spacingTerry Truong
2023-01-21Adjust documentation for layout/search handlingTerry Truong
2023-01-21Do more minor refactoringTerry Truong
Document some variables coupled between client and server. Add more term consistency ('unit', 'event density'). Make console messages more consistent.
2023-01-21Move general utility funcs into util.tsTerry Truong
2023-01-21Adjust frontend coding styleTerry Truong
2023-01-21Adjust backend coding styleTerry Truong
Increase line spacing, add section comments, etc
2023-01-20Relayout events upon category changesTerry Truong
2023-01-20Adjust info-modal display for picked eventsTerry Truong
2023-01-20Make gen_picked_data.py update event distribution tablesTerry Truong
2023-01-20Enable gen_picked_events.py to modify and delete eventsTerry Truong
2023-01-18Adjust heuristic for limit on events requestedTerry Truong
2023-01-18Adjust backend docs after another db regenerationTerry Truong
2023-01-17Remove EXCL_PROPS from gen_events_data.pyTerry Truong
2023-01-16Fix some wikidata processing bugsTerry Truong
Interpret 'estimated age' event data relative to 1 AD. Exclude fictional characters/etc. Use category-specific time-indicative properties.
2023-01-16Tailor request limit to screen sizeTerry Truong
2023-01-16Add makeThrottled*() function generatorsTerry Truong
2023-01-16Add loading indicatorTerry Truong
2023-01-16Add fading for overflowing baseline labelsTerry Truong
2023-01-16Add settings for hiding event lines and baselineTerry Truong
2023-01-16Make title clicks reset timelinesTerry Truong
2023-01-16Disable timeline-add button upon reaching maxTerry Truong
2023-01-16Evenly space event rows/colsTerry Truong