Commit Graph

15 Commits (b0d773b8430e84474a02db91184a7d3f37e1d0cf)

Author SHA1 Message Date
Alexander Klein f357916042 fix: event table fails to render in detail view
The `EventsTable` component failed to render in the detail view, because the `onDataLoad` property is called but none was provided. See the issue for details.

Add a nullcheck to `onDataLoad` before calling it.

Refs #495
2021-02-21 10:31:23 +01:00
Mike Cao 083ef2dc9c Updated method for getting event types. 2021-02-20 17:27:56 -08:00
Alexander Klein 37c61241aa feature(i18n): translations for event type dropdown 2021-02-15 18:16:23 +01:00
Alexander Klein 7c71294bc9 refactor: extract events table styling 2021-02-15 16:44:27 +01:00
Alexander Klein 49b45acf4b feature(dashboard): filter events by their type 2021-02-15 16:31:53 +01:00
Mike Cao d4bfc84ff3 Fix event value display. 2020-12-04 20:45:12 -08:00
Mike Cao 5a73c224b7 Created share token hook. 2020-10-11 02:29:55 -07:00
Mike Cao 4119e80a9a Update table components. 2020-10-11 01:33:26 -07:00
Mike Cao 69b317386a Updated fetch hook API. 2020-10-09 12:39:03 -07:00
Mike Cao 35b921bdb4 Convert buttons to links. 2020-09-25 23:38:28 -07:00
Mike Cao 96bd7e5b47 Use token authentication for API requests. 2020-09-17 22:52:20 -07:00
Mike Cao f0ac9b6522 Convert text for internationalization. 2020-09-05 17:27:01 -07:00
Mike Cao c5cb19a3bf Move date range selection into redux. 2020-08-31 14:11:30 -07:00
Mike Cao a7e7469d22 Bar chart styling. 2020-08-27 19:11:37 -07:00
Mike Cao 5206622d5a Events table. 2020-08-27 19:11:36 -07:00