Commit Graph
781 Commits
Author SHA1 Message Date
Renovate Bot 58639154a6 chore(deps): update dependency markdownlint-cli to v0.17.0 2019-06-13 03:11:02 +00:00
Łukasz Mierzwa f343d450df feat(ui): show a spinner while silence is being deleted
Makes it obvious that the UI didn't freeze on slow connections
2019-06-12 20:37:13 +01:00
Łukasz Mierzwa acc14d37a9 fix(ui): don't hide the navbar on idle when updates are paused
Updates are now paused when editing filters, so we shouldn't try to hide the entire navbar (including edited filter) when that happens
2019-06-10 23:14:12 +01:00
Łukasz Mierzwa f2c24edff9 fix(ui): check for string className when handling clicks in filter input
For SVG elements there might be no className attribute so split() might raise an exception
2019-06-10 23:13:07 +01:00
Łukasz Mierzwa ed379a0600 feat(ui): pause updates while a filter is being edited 2019-06-10 18:50:03 +01:00
Renovate Bot d7ca52943b fix(deps): update dependency react-transition-group to v4.1.1 2019-06-10 17:01:49 +00:00
Renovate Bot c08fa590ec fix(deps): update dependency mobx to v5.10.1 2019-06-09 08:36:46 +00:00
Łukasz Mierzwa e1782df1a7 chore(ui): use FontAwesome icon instead of 'x' for FilterInputLabel 2019-06-07 14:22:42 +01:00
Renovate Bot 09f2fc8d20 fix(deps): update dependency react-resize-detector to v4.2.0 2019-06-07 07:52:24 +00:00
Renovate Bot bff458f33c fix(deps): update dependency react-datepicker to v2.7.0 2019-06-06 10:26:04 +00:00
Łukasz Mierzwa 25d940e843 chore(ui): upgrade all 3rd party dependencies 2019-06-05 14:19:12 +01:00
Renovate Bot 549728b0d1 fix(deps): update font awesome to v5.9.0 2019-06-04 21:33:35 +00:00
Renovate Bot d3b9738eba fix(deps): update dependency @fortawesome/fontawesome-svg-core to v1.2.19 2019-06-04 20:34:49 +00:00
Renovate Bot dca48cd89c fix(deps): update dependency mobx to v5.10.0 2019-06-04 10:36:15 +00:00
Renovate Bot c3e62ab3ac chore(deps): update dependency enzyme to v3.10.0 2019-06-04 02:43:07 +00:00
Renovate Bot df2397927e chore(deps): update dependency enzyme-adapter-react-16 to v1.14.0 2019-06-03 23:50:43 +00:00
Renovate Bot bc1d540da7 fix(deps): update dependency react-select to v3.0.4 2019-06-02 22:53:30 +01:00
Łukasz Mierzwa bbc3a079da fix(ui): add npmrc file with save-exact=true 2019-06-01 21:09:56 +01:00
Łukasz Mierzwa 4465808287 fix(ui): apply correct font color to filter input labels
Bootstrap classes for.btn are getting priorioty so the text is always black, even when background color is dark
2019-06-01 14:17:37 +01:00
Renovate Bot a55bd67ecf fix(deps): update dependency @sentry/browser to v5.4.0 2019-05-31 13:04:03 +00:00
Renovate Bot 588d732c87 chore(deps): update dependency @commitlint/travis-cli to v8 2019-05-31 07:26:11 +00:00
Łukasz Mierzwa 3839d531e4 fix(ui): allow any string as silence author, not just email
Alertmanager doesn't restrict this field, so no need to force an email there.

Fixes #741
2019-05-30 23:08:13 +01:00
Renovate Bot 8364a680f9 fix(deps): update dependency react-transition-group to v4.1.0 2019-05-30 15:55:04 +00:00
Renovate Bot 1a7ebec8af fix(deps): update dependency react-datepicker to v2.6.0 2019-05-30 08:15:30 +00:00
Łukasz Mierzwa 7d22169377 chore(ui): migrate from yarn to npm
nodejs 10.16.0 includes npm 6.9.0 which fixes previous issues with npm in LTS nodejs (lock diff on different platforms) so we can move back to using npm instead of yarn. The main problem with yarn is that it's harder to manage the version used in different places (CI, docker, local dev) while npm is bundled with nodejs so doesn't suffer from the same problem
2019-05-29 19:42:14 +01:00
Renovate Bot e93044dd93 fix(deps): update dependency react-resize-detector to v4.1.4 2019-05-29 17:43:32 +00:00
Renovate Bot cd4223226a fix(deps): update dependency semver to v6.1.1 2019-05-28 17:18:28 +00:00
Łukasz Mierzwa 92a7c8c847 fix(ui): migrate to react-select v3 2019-05-27 16:50:30 +01:00
Renovate Bot 434688ee04 fix(deps): update dependency react-select to v3 2019-05-27 16:36:54 +01:00
Łukasz Mierzwa f32fc6e529 chore(ui): upgrade all 3rd party dependencies 2019-05-27 14:02:00 +01:00
Łukasz Mierzwa 685a0220e0 fix(ui): use width passed by ReactResizeDetector instead of body width
Trying to fix #721.
2019-05-27 11:39:35 +01:00
Renovate Bot efe20b9aca fix(deps): update dependency react-select to v2.4.4 2019-05-27 06:02:13 +00:00
Renovate Bot e148675c82 chore(deps): update dependency enzyme-adapter-react-16 to v1.13.2 2019-05-26 22:26:31 +00:00
Renovate Bot 7df2cdc314 fix(deps): update dependency semver to v6.1.0 2019-05-23 12:35:46 +00:00
Renovate Bot dd22aa1c97 fix(deps): update dependency @sentry/browser to v5.3.0 2019-05-22 10:17:10 +00:00
Renovate Bot c515ac6856 chore(deps): update dependency enzyme-adapter-react-16 to v1.13.1 2019-05-19 18:00:14 +00:00
Renovate Bot d015aad596 fix(deps): update dependency mobx-react to v5.4.4 2019-05-16 20:49:02 +00:00
Renovate Bot 92b4044efb chore(deps): update dependency jest-canvas-mock to v2.1.0 2019-05-14 02:32:26 +00:00
Renovate Bot fe0766718a fix(deps): update dependency @sentry/browser to v5.2.1 2019-05-13 09:39:10 +00:00
Łukasz Mierzwa 78660cd374 feat(ui): animate alert counter on changes 2019-05-12 11:09:34 +01:00
Renovate Bot d72bcfbe7e chore(deps): update dependency markdownlint-cli to v0.16.0 2019-05-12 07:08:08 +00:00
Łukasz Mierzwa c374d627e6 fix(ui): matcher badge and close icon css fixes
Counter badge is misaligned, fix it by setting line-height.
Close icon border padding is different than parent, ensure it's inherited to avoid mismatch
2019-05-11 23:29:56 +01:00
Łukasz Mierzwa e2dc16b1b2 fix(ui): remove pointless prop definition
It's defined on Tooltip instead of the wrapper and it's not needed
2019-05-11 18:51:28 +01:00
Łukasz Mierzwa eb1181cd70 feat(ui): lazy load modals
This uses React code splitting to only load modal content components if they are used - all modal components will be loaded the first time user open a modal, rather than on initial page load
2019-05-11 18:38:54 +01:00
Renovate Bot 861ed1c94d chore(deps): update dependency enzyme-adapter-react-16 to v1.13.0 2019-05-11 15:42:59 +00:00
Łukasz Mierzwa f50ac75363 fix(ui): fix alert menu content being under other alert groups
Because every alert group uses 'position: absolute' our menu content rendered after clicking on group header or each alert dropdown is hidden under neighbour groups. To fix this we'll add 'z-index: 100' to the group with currently open menu.
2019-05-10 20:06:02 +01:00
Łukasz Mierzwa 884bbe8398 feat(ui): add shadows to dropdown menus 2019-05-09 22:56:27 +01:00
Renovate Bot cba22f7a0d fix(deps): update dependency react-transition-group to v4.0.1 2019-05-09 20:09:16 +00:00
Renovate Bot 9af0007f0f chore(deps): update dependency @commitlint/travis-cli to v7.6.1 2019-05-09 12:27:41 +00:00
Renovate Bot 1d5ec1b1b5 fix(deps): update dependency @sentry/browser to v5.2.0 2019-05-08 20:48:28 +00:00