| Age | Commit message (Collapse) | Author |
|
Add github and license links
Add meta tags and image
|
|
|
|
|
|
|
|
For increasing compatibility with older devices
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use rotation for horizontal timelines with long tick labels.
For other labels, look for overlap, and hide problematic ones.
Use darker text to indicate minor ticks instead of minor offset.
|
|
Fix server handling of 'incl' query param
Force update of idToEvent for certain searches
Adjust search-highlight-removal code to avoid pending-search case
Fix event-transition-skipping code in updateLayout() to handle quick repeated calls
|
|
Add setting for showing such events
Fix searches not always avoiding filtered categories
|
|
|
|
Add saving, loading, default vals, and device-detection, to store.ts.
Add setting for hiding minor tick labels.
|
|
For now, use placeholder code for jumping to a search result.
Add db index for case-insensitive event title searching.
Make type=info requests accept title instead of ID (for looking up a searched-for title).
Make EventInfo contain an Event field (for showing info in search suggestions).
Add titleToEvent map in App, for use by SearchModal to look up searched-for titles.
Add keyboard shortcuts to open/close search and info modals.
|
|
Add InfoModal.vue, SCollapsible.vue, and icons.
Update Timeline.vue, App.vue, lib.ts, and store.ts to display modal.
For testing, send/use dummy EventInfo from server (still waiting on image downloads).
|
|
|
|
Use solid color, and skip transitions on screen size change
|
|
Backend:
Send event-count data to client in EventResponse instance
Fix certain usages of gregorian calendar instead of julian
Move HistDate, SCALES, etc, into cal.py
Frontend:
Make App update a unitCountMaps object using event-count data from server
Make TimeLine show visual indication of unit counts
Add showEventCounts option to store
Update unit tests
|
|
Add lower-bounds parameter to getScaleRatio()
|
|
Add YearDate and CalDate
Restrict non-calendar HistDates to years before 4713 BC
|
|
|
|
Resolve typescript issues
Make terminology more consistent
|