Alexander Klein
a4b1a478af
style: add margin to "empty" placeholder message
2021-03-12 18:12:53 +01:00
Alexander Klein
f6f14bf104
fix(lib): add default value for getDateRange
2021-03-10 10:40:59 +01:00
Alexander Klein
3cb748b29b
feature(hooks): use locale in useDateRange hook
2021-03-10 10:39:31 +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
eb1029bfc8
feature(lib): locale option for getDateRange
2021-03-10 10:20:54 +01:00
Alexander Klein
17836c70e7
feature(calendar): use locale for start of week
2021-03-10 10:11:23 +01:00
Alexander Klein
9115ce4200
revert: allow ports in non-localhost domain names
...
Refs: 22ca617
2021-02-24 11:00:08 +01:00
Alexander Klein
22ca617165
fix(regex): ports in domain names
...
Accept port numbers on all domain names, not just `localhost`.
Deny leading zeros in port numbers.
2021-02-23 16:11:42 +01:00
Alexander Klein
0c2b68d56e
fix(regex): protocol accepted in domain name
...
Add missing brackets to the regex.
Before, the caret and dollar sign symbols were not applied to the whole string but to either side of the `|` symbol.
2021-02-23 15:58:31 +01:00
Alexander Klein
f93ecdfee8
style(realtime): fix layout for realtime protocol
2021-02-21 15:12:49 +01: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
98a60d0d3e
fix(Dashboard): "no data" caption not rendered
...
Change styling of `DataTable` to make `NoData` visible again.
Refs #498
2021-02-21 13:51:33 +01:00
Alexander Klein
a981fa30c7
style(MetricTable): fill container height
2021-02-21 13:25:27 +01:00
Alexander Klein
20932a4a11
style(grid): grid row x-padding for smaller screens
2021-02-21 13:20:35 +01:00
Alexander Klein
a65f9b9d73
fix(deps): add prop-types dependency
...
Forgot to do this in the referenced PR.
Refs #481
2021-02-21 10:54:30 +01:00
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
Alexander Klein
39faf8750a
fix(constants): domain regex accepting invalid domains
...
Change the domain regex to match the whole string.
Before, the regex would accept a string if it contained a valid domain at any point.
2021-02-20 08:42:57 +01:00
Alexander Klein
306b555b96
fix(metrics): localize 'Unknown' label in tables
2021-02-20 08:28:52 +01:00
Alexander Klein
06f24b0c90
refactor(filter): remove now obsolete filters
2021-02-19 09:58:58 +01:00
Alexander Klein
ba4272c878
fix: remove devices/OS filter from table components
2021-02-19 09:58:20 +01:00
Alexander Klein
14e1366fe4
feature(CountriesTable): default nullish labels to 'Unknown'
2021-02-19 09:56:40 +01:00
Alexander Klein
fb85d576a2
feature(DataTable): render nullish labels as 'Unknown'
2021-02-19 09:55:11 +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
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
Alexander Klein
67551fb129
feature(api): add event types endpoint
2021-02-15 16:28:46 +01:00
Alexander Klein
8b6308d686
feature(lib): add event type query
2021-02-15 16:28:09 +01:00
Alexander Klein
2cab8bb15d
feature(lib): add event type filter
2021-02-15 13:02:12 +01:00