671 Commits

Author SHA1 Message Date
Łukasz Mierzwa
fcd3216313 fix(ui): ensure that filter input labels are truncated if too long
Tooltip component creates a div element which is currently missing mw-100 (and others) so it can be bigger than the wrapping label span
2019-04-08 21:52:14 +01:00
Renovate Bot
d33e317e2a fix(deps): update dependency @sentry/browser to v5.0.6 2019-04-08 08:46:54 +00:00
Łukasz Mierzwa
7957aacc68 fix(ui): cleanup filter input css classes
Text is not aligned properly on macOS/chrome and spinner for unapplied filters is moved to the top
2019-04-07 18:43:02 +01:00
Renovate Bot
84860688e4 chore(deps): update dependency enzyme-adapter-react-16 to v1.12.1 2019-04-06 22:39:21 +00:00
Renovate Bot
f46dffdc22 fix(deps): update dependency react-transition-group to v2.9.0 2019-04-06 13:21:07 +00:00
Łukasz Mierzwa
669f227b23 fix(ui): repack alert grid on font load
When fonts are loaded size of rendered elements might change, which can break the grid display, trigger a repack to fix that
2019-04-05 17:18:36 -07:00
Renovate Bot
e495a7eb41 fix(deps): update dependency copy-to-clipboard to v3.1.0 2019-04-05 06:59:52 +00:00
Renovate Bot
fa418f773d chore(deps): update dependency markdownlint-cli to v0.15.0 2019-04-05 05:41:20 +00:00
Renovate Bot
133d32e269 fix(deps): update dependency copy-to-clipboard to v3.0.9 2019-04-04 20:47:54 +00:00
Renovate Bot
3425b75a24 chore(deps): update dependency jest-fetch-mock to v2.1.2 2019-04-04 08:41:20 +00:00
Łukasz Mierzwa
942d86a652 fix(ui): redraw alert grid on orientation changes 2019-04-03 22:24:23 -07:00
Łukasz Mierzwa
ed58c3a1eb fix(ui): reset grid after browser reset
Resizing browser window requires reseting the grid, since the number of columns might change. Add event handlers to handle that
2019-04-03 20:23:06 -07:00
Łukasz Mierzwa
dfe9cb1426 fix(tests): mock fetch for LabelValueInput tests
Gettings lots of nodejs warnings about unhandled fetch errors due to lack of mocks for suggestion fetch requests, add mocks to supress those
2019-04-03 14:56:59 -07:00
Łukasz Mierzwa
2509704190 feat(ui): allow configuring default collapse state for alert groups 2019-04-03 14:56:59 -07:00
Renovate Bot
a634ea8cad fix(deps): update dependency @sentry/browser to v5.0.5 2019-04-03 17:01:33 +00:00
Łukasz Mierzwa
549b5c2310 feat(ui): show progress indicators for silence form matchers 2019-04-02 17:12:46 -07:00
Renovate Bot
8cbc43d057 fix(deps): update dependency @babel/polyfill to v7.4.3 2019-04-02 20:37:57 +00:00
Renovate Bot
e8db87db5d fix(deps): update dependency react-transition-group to v2.8.0 2019-04-02 17:11:36 +00:00
Renovate Bot
804c0da903 fix(deps): update dependency @sentry/browser to v5.0.3 2019-04-02 09:51:26 +00:00
Ł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