Mike Cao
e0474ea05b
Merge pull request #574 from 20Koen02/patch-1
...
Vertically Center Theme Button
2021-03-25 20:18:32 -07:00
Koen van Wijngaarden
ed4b81eea2
Vertically Center Theme Button
2021-03-25 20:44:39 +01:00
Mike Cao
b8b4e1b75b
Merge pull request #513 from gabehab/dev
...
Create mobile menu
2021-03-17 07:25:18 -07:00
Mike Cao
dd577783d3
Merge pull request #550 from gnarlex/domain-placeholder
...
Feature: Add placeholder to domain input
2021-03-17 07:24:26 -07:00
Sammy-T
f306107a38
Adjust x-axis labels when record count is greater than 25
2021-03-16 12:20:57 -04:00
Sammy-T
ae8f642720
Include pixel density to scale along Bar Chart width
2021-03-16 11:12:51 -04:00
Alexander Klein
b0323b000a
feat: add placeholder to domain input
2021-03-16 14:44:38 +01:00
Sammy-T
4b9e7e9218
Adjust Bar Chart x-axis labels to prevent overlap
2021-03-16 03:55:21 -04:00
Mike Cao
a03e42e0d9
Added font for Chinese traditional.
2021-03-12 22:53:56 -08: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
Mike Cao
e486acb316
Merge pull request #534 from gnarlex/fix-start-of-week
...
Use locale to determine start of week
2021-03-10 20:53:41 -08: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
45181463c4
Merge pull request #522 from Sammy-T/login-menu
...
Login menu scaling
2021-03-08 21:04:49 -08:00
Sammy-T
52bf53eda9
Increase row padding
2021-03-08 16:18:24 -05:00
Sammy-T
1b0491588f
Extend input min-width and add padding
2021-03-05 19:48:20 -05:00
Sammy-T
38256c7e90
Contain login field widths on smaller displays
2021-03-05 19:18:31 -05:00
Meir Roth
3087fa5dc0
Added basePath
2021-03-05 00:20:53 +00:00
Meir Roth
81f6ecb128
fix favicon paths
2021-03-01 22:32:46 +02:00
gabehab
18806c15cf
Add temporary close and open menu icons
2021-02-28 20:37:59 -08:00
Mike Cao
d6d0f99daa
Updated date formatting for locales.
2021-02-26 22:41:05 -08:00
Mike Cao
50bc2371b8
Fix unknown country display on realtime page.
2021-02-26 21:20:47 -08:00
Mike Cao
f7201c9cfc
Remove domain parameter from queries.
2021-02-26 19:50:44 -08:00
Mike Cao
07754169ab
Merge pull request #496 from gnarlex/fix-event-details
...
fix: event table fails to render in detail view
2021-02-23 00:42:04 -08: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
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
Mike Cao
490fc99a8a
Merge branch 'dev' into unknown-count
2021-02-20 02:00:49 -08:00
Alexander Klein
306b555b96
fix(metrics): localize 'Unknown' label in tables
2021-02-20 08:28:52 +01:00
Mike Cao
92d4a46a0d
Merge pull request #487 from MoltenCoffee/master
...
Timestamp localization
2021-02-19 19:05:37 -08:00
MoltenCoffee
e7b92cd097
Add timestamp localization
2021-02-19 10:17:30 +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
Mike Cao
3a0195ed50
Merge pull request #476 from gnarlex/event-type-selection
...
Dashboard: Dropdown for filtering events by their type
2021-02-16 19:05:19 -08:00
Mike Cao
826facf56a
Merge pull request #481 from gnarlex/proptyping-common
...
Add prop-types for "common" components
2021-02-16 19:04:27 -08: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