aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
AgeCommit message (Expand)Author
2023-01-25Tweak stylingTerry Truong
2023-01-24Adjust limits and timeoutsTerry Truong
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-23Replace ResizeObserver using width/height propsTerry Truong
2023-01-22Add 'prototype' to titleTerry Truong
2023-01-22Add help contentTerry Truong
2023-01-21Adjust coloring and spacingTerry 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-20Relayout events upon category changesTerry Truong
2023-01-18Adjust heuristic for limit on events requestedTerry Truong
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 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-15Reset events upon change of 'images only' settingTerry Truong
2023-01-14Add 'imgonly' server query paramTerry Truong
2023-01-06Keep track of a 'current' timelineTerry Truong
2023-01-06Add help modalTerry 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 linear-time search of unit-count mapTerry 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-02Make baseline time-spans non-overlappingTerry Truong
2022-12-29Adjust event-count-indicator stylingTerry Truong
2022-12-29Make server send error for breaking unit-count limitTerry Truong
2022-12-29Show event-count data on timelineTerry Truong
2022-12-28Use scale-associated event scores for uniform spreadTerry Truong
2022-12-28Don't re-query server for same range and scaleTerry Truong
2022-12-18Make BaseLine spans more visibleTerry Truong
2022-12-18Only show close button for multiple timelinesTerry Truong
2022-12-18Add unit testingTerry Truong
2022-10-20Add gcal to client-side HistDatesTerry Truong
2022-10-20Move various constants to global storeTerry Truong
2022-10-19Move event labels to below imagesTerry Truong
2022-10-19Place event labels above imageTerry Truong
2022-10-19Fix bug where pendingReq wasn't always resetTerry Truong
2022-10-19Move mainline to side when display area is too smallTerry Truong
2022-10-18Add basic grid-like event layoutTerry Truong
2022-10-18Serialise event-req handlingTerry Truong
2022-10-18Reduce event data after reaching a memory limitTerry Truong
2022-10-18Keep track of date ranges where server has no more resultsTerry Truong