* only display tickets which have numeric ids
* push new ticket onto history when its link is clicked
* Fixed Timeline refresh non-rendering issue.
* fetch events when the incident changes.
* lint
* Use synchronizeFilters to implicitly fetch events.
* Switch from moment.js to Luxon for time-and-date formatting
* initial implementation
* group timepoints in zones by date
* improve testing around time formatting.
* linting
* refactor
* use `utc()` instead of `local() for timestamps
* Provide breadcrumbs of prev visited tickets
* Revise based on feedback
* add specs verifying link generation
* improve test coverage in NavMenu#mapStateToProps
* display eventType fetching errors w/formatting
* display eventType fetching errors w/formatting
* now all tests run, not just error message
* clean up per linting
* removed unused var
* responses to pr suggestions
* now runs all tests again, not just error message tests
* fix per linter
* pulled filter autocomplete menu into separate component
* decoupled filter from AutoCompleteMenu
* more generic autocomplete menu with validation & test
* added chai spies to test fx calls
* pulled filter autocomplete menu into separate component
* decoupled filter from AutoCompleteMenu
* more generic autocomplete menu with validation & test
* pulled filter autocomplete menu into separate component
* decoupled filter from AutoCompleteMenu
* more generic autocomplete menu with validation & test
* added chai spies to test fx calls
* pulled filter autocomplete menu into separate component
* decoupled filter from AutoCompleteMenu
* more generic autocomplete menu with validation & test
* more testing and validation
* clear linter errors for files i have changed
* changed dependency references from relative to alias
* fixed linter errors
* addressed test suggestions