| 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
|
|
- Fixes 'saved is null' errors
- De-lint rbtree.ts
- Add rbtree_shallow_copy(), for triggering changes upon modifying the
eventTree (using triggerRef doesn't work)
|
|
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
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add timeline shift and zoom actions, and basic styling/animation
Make App determine TimeLine dimensions (incl handling resizes)
|
|
Add IconButton.vue and components/*Icon.vue files
|
|
Install and configure Vite, Vue, Tailwind, Pinia, Typescript, and ESLint
Add basic framework files (index.html, App.vue, main.ts, etc)
Update READMEs
Add favicon, font, and LICENCE.txt
|