aboutsummaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Collapse)Author
25 hoursChange source code linksHEADmainTerry 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-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-23Fix some timelines not updating on category change with multiple timelinesTerry 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 help contentTerry Truong
Change 'and onwards' symbol in timeline position label Set scrollbar color
2023-01-21Refactor some layout codeTerry 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-20Relayout events upon category changesTerry Truong
2023-01-20Adjust info-modal display for picked eventsTerry 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
2023-01-15Add shadow to distinguish timeline position labelTerry Truong
2023-01-15Avoid tick label overlapTerry Truong
Use rotation for horizontal timelines with long tick labels. For other labels, look for overlap, and hide problematic ones. Use darker text to indicate minor ticks instead of minor offset.
2023-01-15Prevent searching past MAX_DATETerry Truong
2023-01-15Fix searches failing in certain casesTerry Truong
Fix server handling of 'incl' query param Force update of idToEvent for certain searches Adjust search-highlight-removal code to avoid pending-search case Fix event-transition-skipping code in updateLayout() to handle quick repeated calls
2023-01-15Add visual indication of pan/zoom failureTerry Truong
Add tick display data to Tick objects Add 'movement fail' divs Add animateWithClass() utility function Add animate-show-then-fade class
2023-01-15Fix event lines not updating on certain resizesTerry Truong
2023-01-15Reset events upon change of 'images only' settingTerry Truong
2023-01-14Add 'imgonly' server query paramTerry Truong
Remove script for deleting events in db without images
2023-01-14Use ctgs= query param for type=info requestsTerry Truong
2023-01-14Allow showing events without imagesTerry Truong
Add setting for showing such events Fix searches not always avoiding filtered categories
2023-01-14Avoid search results that have a disabled categoryTerry Truong
2023-01-14Don't combine start/end times in info modal displayTerry Truong
Combining them causes ambiguity between starts with imprecision and starts with ends.
2023-01-14Extend info modal date displayTerry Truong
Show combined descriptions for certain (imprecise) starts and ends. Conditionally display start and end separately.
2023-01-14Improve date display in info modalTerry Truong
Make desc field of EventInfo optional Don't require desc in type=info result Fix image not showing in info modal
2023-01-13Re-enable imagesTerry Truong
2023-01-09Reverse scroll direction for horizontal panningTerry Truong