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
Mike Cao
b42965fbbb
Merge pull request #537 from mikecao/dependabot/npm_and_yarn/elliptic-6.5.4
...
build(deps): bump elliptic from 6.5.3 to 6.5.4
2021-03-10 20:52:00 -08:00
dependabot[bot]
73ab39748d
build(deps): bump elliptic from 6.5.3 to 6.5.4
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-11 01:57:36 +00: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
Mike Cao
45181463c4
Merge pull request #522 from Sammy-T/login-menu
...
Login menu scaling
2021-03-08 21:04:49 -08:00
Mike Cao
6fd5c36925
Merge pull request #526 from MaxFork/master
...
Adding translation file fa-IR
2021-03-08 20:41:39 -08:00
Sammy-T
52bf53eda9
Increase row padding
2021-03-08 16:18:24 -05:00
Max Base
b759bb0b00
Completing the translation file fa-IR
2021-03-08 05:20:00 +03:30
Max Base
2d56809de9
Translate more words in fa-IR
2021-03-08 05:15:16 +03:30
Max Base
b03834b91b
translate more words in fa-IR
2021-03-08 05:09:09 +03:30
Max Base
ec83f8d5f3
Create fa-IR with default as en-US
2021-03-08 05:06:27 +03:30
Max Base
3ae7f8589f
Create fa-IR.json
2021-03-08 05:06:10 +03:30
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
Mike Cao
24206a652a
Merge pull request #516 from meirroth/master
...
Fix favicon paths
2021-03-04 20:38:48 -08:00
Meir Roth
c5c62b68c9
Added basePath
2021-03-05 00:23:47 +00: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
0720050d65
Remove errand file
2021-02-28 20:42:21 -08:00
gabehab
18806c15cf
Add temporary close and open menu icons
2021-02-28 20:37:59 -08:00
Sammy-T
47d26c743f
Merge remote-tracking branch 'upstream/master'
2021-02-27 03:42:15 -05:00
Mike Cao
405766d829
Merge pull request #512 from mikecao/dev
...
v1.14.0
2021-02-26 22:55:54 -08:00
Mike Cao
4edd012712
Merge pull request #504 from gnarlex/fix-domain-regex
...
Fix: Domain name regex accepts protocols on non-localhost domains
2021-02-26 22:49:21 -08:00
Mike Cao
f3bf35189a
Bump version.
2021-02-26 22:46:44 -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
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
Mike Cao
278672233e
Merge pull request #490 from ruibaby/fix/page-content-jitter
...
fix: the page content jitters when the page jumps.
2021-02-23 00:45:15 -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
Mike Cao
72066c0332
Merge pull request #497 from gnarlex/add-prop-types-dependency
...
fix(deps): add prop-types dependency
2021-02-23 00:41:25 -08:00
Mike Cao
5d9357748e
Merge pull request #499 from gnarlex/fix-style-issues
...
Fix "No data available" display issues
2021-02-23 00:40:55 -08:00
Sammy-T
bb0f762217
Merge pull request #1 from mikecao/master
...
Update from root repo
2021-02-22 00:10:50 -05: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
Mike Cao
7eb0ca8034
Merge pull request #492 from mikecao/dev
...
v1.13.0
2021-02-20 20:46:34 -08:00
Mike Cao
083ef2dc9c
Updated method for getting event types.
2021-02-20 17:27:56 -08:00