aboutsummaryrefslogtreecommitdiff
path: root/src/components/TimeLine.vue
AgeCommit message (Expand)Author
2023-01-28Tweak responsiveness when draggingTerry Truong
2023-01-28Adjust mouse wheel handlingTerry Truong
2023-01-28Flash search resultsTerry Truong
2023-01-25Tweak stylingTerry Truong
2023-01-24For search, jump to 'appropriate' scaleTerry Truong
2023-01-23Speed up transitions for touch actionsTerry Truong
2023-01-23Use <div> for tick labels instead of <text>Terry Truong
2023-01-23Replace ResizeObserver using width/height propsTerry Truong
2023-01-22Implement pinch zoomTerry Truong
2023-01-22Add help contentTerry Truong
2023-01-21Refactor some layout codeTerry Truong
2023-01-21Adjust coloring and spacingTerry Truong
2023-01-21Adjust documentation for layout/search handlingTerry Truong
2023-01-21Do more minor refactoringTerry Truong
2023-01-21Move general utility funcs into util.tsTerry Truong
2023-01-21Adjust frontend coding styleTerry Truong
2023-01-16Add settings for hiding event lines and baselineTerry Truong
2023-01-16Make title clicks reset timelinesTerry 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
2023-01-15Prevent searching past MAX_DATETerry Truong
2023-01-15Fix searches failing in certain casesTerry Truong
2023-01-15Add visual indication of pan/zoom failureTerry Truong
2023-01-15Fix event lines not updating on certain resizesTerry Truong
2023-01-14Allow showing events without imagesTerry Truong
2023-01-14Improve date display in info modalTerry Truong
2023-01-13Re-enable imagesTerry Truong
2023-01-09Reverse scroll direction for horizontal panningTerry Truong
2023-01-07Do minor refactor of panning codeTerry Truong
2023-01-07Add hover text for event elementsTerry Truong
2023-01-07Mark search results with box-shadowTerry Truong
2023-01-07Fix events sometimes not transitioningTerry Truong
2023-01-07Avoid occasional inability to zoom in with pointer beyond endsTerry Truong
2023-01-07Show events in unit after MAX_DATE tickTerry Truong
2023-01-07Prevent selection of tick/event label textTerry Truong
2023-01-06Keep track of a 'current' timelineTerry Truong
2023-01-06Implement filtering by event categoriesTerry Truong
2023-01-06Add settings modalTerry Truong
2023-01-06Jump to and highlight search resultsTerry Truong
2023-01-05Add partially-complete search modalTerry Truong
2023-01-04Add event info modalTerry Truong
2023-01-04Fix selection of event/label textTerry Truong
2023-01-04Remove server-side conversion of YearDates >4713 BC to CalDatesTerry Truong
2023-01-04Throttle server queriesTerry Truong
2023-01-03Query server when zoomed in enough even if within an already queried rangeTerry Truong
2023-01-03Fix event lines occasionally being off by one unitTerry Truong
2023-01-03Temporarily disable sending/showing event imagesTerry Truong
2023-01-03Merge branch 'frontend-update' into backend-updateTerry Truong
2023-01-02Make baseline time-spans non-overlappingTerry Truong