Commit Graph

652 Commits

Author SHA1 Message Date
Łukasz Mierzwa
e2be71d458 feat(ui): collapse alert groups on mobile by default 2019-04-01 21:00:51 -07:00
Renovate Bot
b8578f1e4e fix(deps): update dependency @sentry/browser to v5.0.2 2019-04-01 19:36:01 +00:00
Renovate Bot
e6f6c68861 fix(deps): update dependency @sentry/browser to v5.0.1 2019-04-01 17:23:03 +00:00
Łukasz Mierzwa
767d493a47 chore(ui): upgrade all 3rd party dependencies 2019-04-01 08:56:14 -07:00
Renovate Bot
79572e11b9 fix(deps): update dependency @sentry/browser to v5 2019-04-01 10:06:50 +00:00
Renovate Bot
0cb93b8646 fix(deps): update dependency mobx to v5.9.4 2019-03-30 10:31:58 +00:00
Renovate Bot
426adf4174 fix(deps): update dependency @sentry/browser to v4.6.6 2019-03-28 19:33:38 +00:00
Renovate Bot
bad8c846ab fix(deps): update react monorepo to v16.8.6 2019-03-28 09:41:00 +00:00
Łukasz Mierzwa
c74d697596 refactor(ui): add background color to the alert group title
Right now the title and the body blends together in the UI, add background color to make it easier to show where title bar ends and where the alert body starts
2019-03-27 19:25:01 -07:00
Łukasz Mierzwa
07566c9e87 fix(ui): remove padding from the spinner
When filter is not yet applied we draw a spinner icon that uses badge class on the parent element, remove padding from parent so we don't end up resizing parent
2019-03-26 22:04:37 -07:00
Łukasz Mierzwa
d4032ea816 fix(ui): only set custom colors on filters that are applied 2019-03-26 22:03:21 -07:00
Łukasz Mierzwa
7bd9cc641a fix(ui): cleanup filter input css classes 2019-03-26 21:32:48 -07:00
Łukasz Mierzwa
e8d5715e04 fix(ui): use flex for ordering filter elements 2019-03-26 21:11:39 -07:00
Renovate Bot
0fc81df74e fix(deps): update dependency react-idle-timer to v4.2.5 2019-03-27 01:34:15 +00:00
Renovate Bot
5d53fd35df fix(deps): update dependency react-idle-timer to v4.2.4 2019-03-26 22:22:07 +00:00
Renovate Bot
6398f6fb3c fix(deps): update dependency react-transition-group to v2.7.1 2019-03-25 22:35:45 +00:00
Renovate Bot
b65135e8d8 fix(deps): update dependency react-datepicker to v2.3.0 2019-03-25 12:25:58 +00:00
Renovate Bot
f84f32eafd chore(deps): update dependency markdownlint-cli to v0.14.1 2019-03-23 04:33:49 +00:00
Renovate Bot
6b4e64d8f4 fix(deps): update dependency qs to v6.7.0 2019-03-22 20:52:24 +00:00
Renovate Bot
a5a2a84fa7 fix(deps): update react monorepo to v16.8.5 2019-03-22 18:38:32 +00:00
Łukasz Mierzwa
baf0890392 feat(ui): hide filter counter value when not needed
Right now counter badge is rendered on every filter instance, but if there's only one filter that counter has the same value as the total alert counter on left side. With this change counter badge will only be rendered if there's a filter with hits != total alert count
2019-03-22 17:02:40 +00:00
Renovate Bot
0ff98bdc38 fix(deps): update dependency react-transition-group to v2.7.0 2019-03-22 13:24:41 +00:00
Renovate Bot
8f9b466827 fix(deps): update dependency @sentry/browser to v4.6.5 2019-03-22 13:24:03 +00:00
Renovate Bot
c47fc0db74 fix(deps): update font awesome 2019-03-21 21:28:37 +00:00
Łukasz Mierzwa
147de0098b chore(ui): upgrade all 3rd party dependencies 2019-03-21 12:19:56 +00:00
Łukasz Mierzwa
f79b655893 chore(ui): use rocket icon on the upgrade screen 2019-03-20 21:54:05 +00:00
Renovate Bot
8a9e2ac95c fix(deps): update font awesome 2019-03-19 22:38:19 +00:00
Renovate Bot
b8814d0c5f fix(deps): update dependency @babel/polyfill to v7.4.0 2019-03-19 21:06:26 +00:00
Łukasz Mierzwa
3974315ccc feat(ui): add UI toggle for changing autohide settings
This adds a checkbox in the settings form to control if navbar autohide is on or off

Fixes #530
2019-03-15 14:57:27 +00:00
Łukasz Mierzwa
fc334ab4ac feat(ui): add settings for controlling navbar autohide
This allows to control if the navbar should hide on idle or not
2019-03-15 14:57:27 +00:00
Renovate Bot
e3fdbd66f7 fix(deps): update dependency react-resize-detector to v4.0.5 2019-03-15 14:00:30 +00:00
Łukasz Mierzwa
4a751843fb fix(ui): shared silences is now a list
API changed, so UI needs to follow
2019-03-15 11:26:46 +00:00
Łukasz Mierzwa
a642dd7aff fix(ui): add margin around silence fallback 2019-03-15 11:25:30 +00:00
Renovate Bot
7874f9dea4 fix(deps): update dependency react-resize-detector to v4.0.4 2019-03-14 18:39:55 +00:00
Łukasz Mierzwa
4d138ddca7 fix(ui): tweak animations
Cleanup props by removing 'in' which is passed in from parent.
Set dropdown max-height to be biggish, so that the dropdown doesn't need to expand more after animation is complete.
Drop margin, padding and border overrides so transitions can't alter the size of the dropdown.
2019-03-14 18:04:21 +00:00
Renovate Bot
9dfac092c3 fix(deps): update dependency react-datepicker to v2.2.0 2019-03-14 12:38:33 +00:00
Renovate Bot
0d26e98cdd fix(deps): update dependency react-transition-group to v2.6.1 2019-03-14 10:35:58 +00:00
Renovate Bot
f250e81ddc fix(deps): update dependency react-json-pretty to v2.1.0 2019-03-14 08:28:22 +00:00
Renovate Bot
dedc9d1ef7 chore(deps): update dependency enzyme-adapter-react-16 to v1.11.2 2019-03-14 07:03:45 +00:00
Łukasz Mierzwa
bd0a32ec8a chore(ui): hide annotation details only when clicking on the - icon
This changes handling of annotation hide/show clicks. Right now annotation details are toggled when anything inside the annotation div is clicked. With this change showing annotation details stays the same (click anywhere), but hiding those details only works when clicking the minus icon. A tooltip was added and cursor changes to pointer only when hoovering over clickable elements.

Fixes #518
2019-03-13 18:06:15 +00:00
Renovate Bot
84b5d79b44 chore(deps): update dependency enzyme-adapter-react-16 to v1.11.0 2019-03-13 07:47:09 +00:00
Renovate Bot
9bbafdfab8 fix(deps): update dependency react-json-pretty to v2.0.1 2019-03-13 05:52:19 +00:00
Renovate Bot
1ee6410273 fix(deps): update dependency react-select to v2.4.2 2019-03-12 10:35:04 +00:00
Łukasz Mierzwa
6f24026ae0 fix(ui): update grid after long silence is truncated
Ensures that grid is always packed correctly, since truncating silence comment can alter the size of alert group card
2019-03-08 20:10:57 +00:00
Łukasz Mierzwa
41cca9e501 feat(ui): deduplicate silences
If all alerts in a group are silenced and the same silence ID is used for all of them then there's no point in rendering silence object for each of the alerts, since they are all identical. Move the silence rendering to the footer if that happens so we save screen space
2019-03-08 17:41:22 +00:00
Łukasz Mierzwa
e3596dfbf4 feat(ui): truncate silences with long comments
Only show first 2 lines of a silence comment by default, the rest should be visible only when silence details are visible
2019-03-07 23:01:11 +00:00
Renovate Bot
2f4f686d49 fix(deps): update dependency react-scripts to v2.1.8 2019-03-07 01:01:39 +00:00
Renovate Bot
69cf07130b fix(deps): update react monorepo to v16.8.4 2019-03-05 23:43:20 +00:00
Renovate Bot
3624aa67af fix(deps): update dependency react-resize-detector to v4.0.2 2019-03-05 19:36:54 +00:00
Łukasz Mierzwa
95ef07bb25 chore(ui): upgrade all 3rd party dependencies 2019-03-05 14:44:48 +00:00