| Age | Commit message (Collapse) | Author |
|
- In TimeLine.vue, separate idToEvent and idToPos, to avoid sending event-req
while a previous one is still waiting on a server response
- In histDate, add cmp() method
|
|
Currently produces TypeErrors from rbtree.ts's single_rotate() saying
'save is null'. This also happens when using minimally-adapted rbtree.js.
Not sure how to resolve this.
|
|
Add queryServer()
Add image display
Add conversions from JSON responses to HistDate and HistEvent
|
|
Make App hold an event map, passing it to TimeLine children, which use it to
display events. A TimeLine emits an 'events-req' if more events in their range
could be displayed, which may cause App to add placeholder events to the map.
|
|
Add TimelineState
|
|
|
|
|
|
Change TimelineRange to hold years not HistDates
|
|
|
|
Make getMovedBounds() non-globals-dependent
|
|
|
|
|
|
- Remove paddedMinDate/etc
- Add getMovedBounds(), Ticks, JDN_EPOCH
- In lib.ts, add getScaleRatio(), and fix off-by-year bug in getMonthDiff()
|
|
- Add HistDate class
- Adapt TimeLine and BaseLine to work with HistDates
- For own-size-watching components, add onMounted() hook to run before
ResizeObserver is set up
|
|
Resolve typescript issues
Make terminology more consistent
|
|
|
|
|