aboutsummaryrefslogtreecommitdiff
path: root/src/lib.ts
AgeCommit message (Expand)Author
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-04Remove server-side conversion of YearDates >4713 BC to CalDatesTerry Truong
2023-01-03Query server when zoomed in enough even if within an already queried rangeTerry Truong
2023-01-03Merge branch 'frontend-update' into backend-updateTerry Truong
2023-01-02Make baseline time-spans non-overlappingTerry Truong
2023-01-02Adjust wikidata event specifiersTerry Truong
2022-12-30Add timeline position labelTerry Truong
2022-12-29Make server send error for breaking unit-count limitTerry Truong
2022-12-29Include events in units partially within displayTerry Truong
2022-12-29Show event-count data on timelineTerry Truong
2022-12-27Avoid dashed event-line at scales at/above event-start precisionTerry Truong
2022-12-26Make minor ticks more evenly spreadTerry Truong
2022-12-25Add minor ticksTerry Truong
2022-12-18Add unit testingTerry Truong
2022-10-20Add gcal to client-side HistDatesTerry Truong
2022-10-20Add basic abbreviation for displayed datesTerry Truong
2022-10-18Serialise event-req handlingTerry Truong
2022-10-18Keep track of date ranges where server has no more resultsTerry 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 stepDate() faster for high step countsTerry Truong
2022-10-15Make BaseLine spans use TimeLine start/end offsetsTerry Truong
2022-10-15Fix more bugs due to not excluding 0 CETerry Truong
2022-10-15On zooming out, align dates with start of units (eg: 1970-1-1 not 1970-2-4)Terry Truong
2022-10-14Account for there being no year 0 CETerry Truong
2022-10-14Avoid displaying pre-JDN dates with sub-year scaleTerry Truong
2022-10-14Allow non-unit-aligned timelinesTerry Truong
2022-10-12Convert to represent dates instead of numbersTerry Truong
2022-10-11Add global store, do general refactorTerry Truong
2022-10-10Prevent span-regions in baseline becoming too small to seeTerry Truong
2022-10-10Add timeline bound indicators to baselineTerry Truong