| Age | Commit message (Collapse) | Author |
|
Adjust image-source-info highlighting
Prevent info-modal title from overlapping close-icon
Don't display wikipedia citation for absent descriptions
Include 'prototype' in clickable title
|
|
Highlight current timeline when there are multiple
Make 'From Wikipedia' info-modal label grayer
make horizontal tick labels closer to mainline
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add setting for showing such events
Fix searches not always avoiding filtered categories
|
|
Combining them causes ambiguity between
starts with imprecision and starts with ends.
|
|
Show combined descriptions for certain (imprecise) starts and ends.
Conditionally display start and end separately.
|
|
Make desc field of EventInfo optional
Don't require desc in type=info result
Fix image not showing in info modal
|
|
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).
|