aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
AgeCommit message (Expand)Author
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
2022-10-18Use shallowRef for event treeTerry Truong
2022-10-18Use RBTree to store events, and lookup by date rangeTerry Truong
2022-10-17Display event data from serverTerry Truong
2022-10-16Add basic display of placeholder eventsTerry Truong
2022-10-15Pass TimeLine offsets to BaseLineTerry Truong
2022-10-15Make new timelines copy existing onesTerry Truong
2022-10-15Make BaseLine spans use TimeLine start/end offsetsTerry Truong
2022-10-12Convert to represent dates instead of numbersTerry Truong
2022-10-11Fix regression where baseline timespans move on startupTerry Truong
2022-10-11Add global store, do general refactorTerry Truong
2022-10-10Fix non-pointer-centered scrolling in horizontal modeTerry Truong
2022-10-10Skip initial timeline+baseline transitionsTerry Truong
2022-10-10Add timeline bound indicators to baselineTerry Truong
2022-10-10Add BaseLine.vueTerry Truong
2022-10-10Make TimeLine track own sizingTerry Truong
2022-10-10Add timeline add/remove functionalityTerry Truong
2022-10-09Add timeline horz/vert switchingTerry Truong
2022-10-08Add TimeLine.vueTerry Truong
2022-10-08Add title barTerry Truong
2022-10-07Install client side toolsTerry Truong