Commit Graph

116 Commits (73e83ad76709f22196ea625e17c6946fbeea7c5f)

Author SHA1 Message Date
Mike Cao af6ee27031 Fix issue with checkbox click, closes #549. 2021-04-24 20:56:22 -07:00
Kipras Melnikovas 4e4ae0a7d0
Toggle the checkbox when clicking on the label
Pretty sure the `user-select: none` could be employed
in other places aswell

Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
2021-03-28 20:07:09 +03:00
Mike Cao 609cc0e98a Fix datamaps. 2021-03-26 22:32:13 -07:00
Mike Cao c5341e605b Fixed country lookup. 2021-03-26 19:47:28 -07:00
Denys Dovhan edc3251966
Use datamaps world map instead of world-110m 2021-03-26 00:14:23 +02:00
Mike Cao cce59eae65
Merge pull request #541 from gnarlex/empty-placeholder-margin
Style: Add gap between "empty" placeholder message and children
2021-03-12 13:37:53 -08:00
Alexander Klein a4b1a478af style: add margin to "empty" placeholder message 2021-03-12 18:12:53 +01:00
Alexander Klein a1edcecde7 feature(components): add locale for date ranges 2021-03-10 10:38:35 +01:00
Alexander Klein a48c33fcd6 feature(DateFilter): use locale for date ranges 2021-03-10 10:22:19 +01:00
Alexander Klein 17836c70e7 feature(calendar): use locale for start of week 2021-03-10 10:11:23 +01:00
Mike Cao d6d0f99daa Updated date formatting for locales. 2021-02-26 22:41:05 -08:00
Alexander Klein c5e03cd5d4 fix(styling): "no data" caption not considered in height calculations
Change `NoData` container position to `relative`. Otherwise it won't be considered in `auto` height calculations by browsers.

Also change the way `NoData` content is centered.
2021-02-21 14:39:30 +01:00
Alexander Klein 90b778a25b feature(components): prop-type WorldMap 2021-02-16 14:20:05 +01:00
Alexander Klein 7e96a2a597 feature(components): prop-type Toast 2021-02-16 14:10:04 +01:00
Alexander Klein f14cafe926 feature(components): prop-type Tag 2021-02-16 14:08:29 +01:00
Alexander Klein cb4e481e5f feature(components): prop-type Table 2021-02-16 14:05:20 +01:00
Alexander Klein 002ac397f1 fix(RefreshButton): wrong type of websiteId 2021-02-16 13:51:14 +01:00
Alexander Klein 5766d3ac29 feature(components): prop-type RefreshButton 2021-02-16 13:35:16 +01:00
Alexander Klein 86ec5774b6 feature(components): prop-type NoData 2021-02-16 13:32:04 +01:00
Alexander Klein 86c2b75e61 feature(components): prop-type NavMenu 2021-02-16 13:31:03 +01:00
Alexander Klein de18b03803 feature(components): prop-type Modal 2021-02-16 13:28:32 +01:00
Alexander Klein cf87ec1ea5 feature(components): prop-type MenuButton 2021-02-16 13:27:03 +01:00
Alexander Klein 614dd51029 feature(components): prop-type Menu 2021-02-16 13:23:16 +01:00
Alexander Klein 4ff2bd4fa2 feature(components): prop-type Loading 2021-02-16 13:11:49 +01:00
Alexander Klein d5be21649a feature(components): prop-type Link 2021-02-16 13:10:34 +01:00
Alexander Klein 933a7f37e6 feature(components): prop-type FilterButtons 2021-02-16 13:07:59 +01:00
Alexander Klein 9ab3d36ced feature(components): prop-type Favicon 2021-02-16 13:04:35 +01:00
Alexander Klein 5b80b123fa feature(components): prop-type EmptyPlaceholder 2021-02-16 12:59:39 +01:00
Alexander Klein b75ad8eec5 feature(components): prop-type DropDown 2021-02-16 12:57:18 +01:00
Alexander Klein 303fffbc40 feature(components): prop-type Dot component 2021-02-16 12:50:27 +01:00
Alexander Klein 66154ac233 feature(components): prop-type DateFilter 2021-02-16 12:47:02 +01:00
Alexander Klein 2ff91389e0 feature(components): prop-type CopyButton 2021-02-16 12:33:37 +01:00
Alexander Klein 72b91899b3 feature(components): prop-type Checkbox 2021-02-16 12:04:00 +01:00
Alexander Klein 244fd6e494 feature(components): prop-type ButtonGroup component 2021-02-16 11:51:17 +01:00
Alexander Klein 3d910c2367 feature(components): prop-type Button component 2021-02-16 11:40:38 +01:00
Alexander Klein d9a7b27f0e feature(components): prop-type Icon component 2021-02-16 11:27:13 +01:00
Mike Cao 4217e890fc Bug fixes. 2021-01-20 19:11:36 -08:00
Mike Cao 339cd21596 Fix issues with basePath. 2020-11-09 21:01:53 -08:00
Mike Cao 8021d9d3fa
Merge pull request #319 from bokub/feature/favicon
Add favicon to websites
2020-10-21 15:53:48 -07:00
Boris Kubiak 90fa656d40 Add favicon to websites 2020-10-21 15:44:43 +02:00
Mike Cao 7d659212b0 Refactor chart components. 2020-10-14 22:09:00 -07:00
Mike Cao 894736d474 Updated log display. 2020-10-14 14:16:00 -07:00
Mike Cao 360a676dee Updated packages. 2020-10-13 18:24:27 -07:00
Mike Cao 876c8f7a68 Update language keys. 2020-10-12 22:53:59 -07:00
Mike Cao f1624780ee Added filter buttons for realtime. 2020-10-12 16:31:51 -07:00
Mike Cao b72a4c001c Refactored realtime API. Add dot component and colored dots in log. 2020-10-10 11:04:07 -07:00
Mike Cao e30f2dfb44 Realtime header component. 2020-10-09 17:58:27 -07:00
Mike Cao 69b317386a Updated fetch hook API. 2020-10-09 12:39:03 -07:00
Mike Cao 5dd3110fbf Updated log merge logic to prevent duplicates. 2020-10-09 10:48:47 -07:00
Mike Cao 8e0ea48c87 Updated log table rendering. 2020-10-09 04:21:59 -07:00