Commit Graph

177 Commits

Author SHA1 Message Date
Łukasz Mierzwa
c8dfeb7a66 fix(ui): replace MountFade with react-reveal Fade 2020-04-16 10:06:33 +01:00
Łukasz Mierzwa
fd08799a42 fix(ui): ensure that react-select input gets correct color 2020-04-01 21:03:38 +01:00
Łukasz Mierzwa
3177637142 fix(ui): fix regression in silence preview
Previews got broken due to API changes needed for multi-grid, this fixes it.

Fixes #1573
2020-04-01 12:26:57 +01:00
Łukasz Mierzwa
43fa4962c5 feat(ui): update silence form duration on mouse wheel
Fixes #1553
2020-03-27 12:09:21 +00:00
Łukasz Mierzwa
c12f218b4e fix(ui): reformat code using prettier v2 2020-03-25 21:43:39 +00:00
Łukasz Mierzwa
8795f1d132 fix(tests): update snapshots 2020-03-25 15:43:29 +00:00
Łukasz Mierzwa
db28c52a89 fix(ui): more readable disable input bg color 2020-03-09 23:14:08 +00:00
Łukasz Mierzwa
f95ed8b110 fix(tests): update jest snapshots 2020-03-07 15:49:10 +00:00
Łukasz Mierzwa
9c725655cb chore(ui): switch matched alerts preview to use pagination component 2020-02-29 10:16:41 +00:00
Łukasz Mierzwa
b6e8e18d61 chore(ui): switch silence browser to use pagination component 2020-02-29 10:16:41 +00:00
Łukasz Mierzwa
caded5f465 fix(ui): remove silenceForm.author usage in the UI 2020-02-22 15:50:01 +00:00
Łukasz Mierzwa
541b1ef519 feat(ui): enforce username from credentials if auth is enabled 2020-02-22 15:50:01 +00:00
Łukasz Mierzwa
7c35a83a6d fix-ui 2020-02-19 12:25:07 +00:00
Łukasz Mierzwa
1f22a11e14 fix(ui): use CORS credential settings from each alertmanager configuration
Fixes #1432
2020-02-19 12:10:42 +00:00
Łukasz Mierzwa
d0f59977b0 fix(ui): remove alertmanager API V1 support 2020-02-12 16:09:55 +00:00
Łukasz Mierzwa
9cc7938c6d fix(ui): align datetime pickers 2020-02-10 14:35:41 +00:00
Łukasz Mierzwa
b050c83366 fix(tests): update react-datepicker snapshots 2020-02-08 10:19:09 +00:00
Łukasz Mierzwa
3df4d27efc feat(ui): disable silence actions for read-only alertmanagers 2020-01-28 22:26:56 +00:00
Łukasz Mierzwa
77e298bfb2 fix(tests): update snapshots 2020-01-12 22:10:57 +00:00
Łukasz Mierzwa
4779f25206 fix(ui): tweak navbar css to better align elements 2019-12-26 21:34:40 +00:00
Łukasz Mierzwa
96f9df7e50 fix(ui): tweak dark theme css 2019-12-25 19:58:02 +00:00
Łukasz Mierzwa
0b6d2e0360 fix(ui): tab badge on silence modal is invisible with dark theme 2019-12-23 23:25:57 +00:00
Łukasz Mierzwa
59470daffb feat(ui): add a component to reload the page if needed 2019-12-21 18:34:23 +00:00
Łukasz Mierzwa
cdd74396e8 fix(tests): correctly fail mock requests 2019-12-20 21:57:52 +00:00
Łukasz Mierzwa
e58cdc7d68 fix(ui): import only needed functions from semver 2019-12-18 10:18:29 +00:00
Łukasz Mierzwa
e7d6edc163 chore(ui): change default label color to gray
Orange color isn't very readable and stands out on the page, use
more neutral and more readable gray
2019-12-16 21:42:17 +00:00
Łukasz Mierzwa
ccc44b042a feat(storybook): add more stories 2019-12-12 22:25:39 +00:00
Łukasz Mierzwa
10ec1a84fc fix(ui): left side of a select needs radius 2019-11-29 22:04:58 +00:00
Łukasz Mierzwa
a7b409e661 fix(ui): reduce bundle size 2019-11-29 15:58:16 +00:00
Łukasz Mierzwa
e95f9bd0b5 fix(storybook): add missing fetch mocks 2019-11-28 12:31:07 +00:00
Łukasz Mierzwa
f9633b49ea feat(storybook): render both themes in storybook 2019-11-27 12:18:13 +00:00
Łukasz Mierzwa
de43f1ac4a feat(ui): theme switching
This add "proper" dark mode using darkly bootstrap theme
2019-11-27 12:18:13 +00:00
Łukasz Mierzwa
f3e2ed2b00 feat(storybook): add more stories to storybook 2019-11-26 23:36:07 +00:00
Łukasz Mierzwa
aab5b29eb6 fix(ui): avoid duplicating bootstrap styles
bootstrap css gets injected multiple time due to how imports are structured, only import variables in component scss
2019-11-21 22:28:26 +00:00
Łukasz Mierzwa
9005d44503 fix(ui): fix css classes used by pagination 2019-11-19 17:12:44 +00:00
Łukasz Mierzwa
94b91c3a47 fix(ui): revert use mode:no-cors for fetch GET requests
responses for mode:no-cors requests have no body, which we need
2019-11-14 19:46:21 +00:00
Łukasz Mierzwa
159bcc4e8a fix(ui): use mode:no-cors for fetch GET requests
This should play better with auth middlewares that uses redirects since CORS will no longer break the redirect chain
2019-11-14 16:25:17 +00:00
Łukasz Mierzwa
09f31e172b fix(ui): follow redirects when fetching alerts from the UI 2019-11-14 13:20:45 +00:00
Łukasz Mierzwa
da66604864 fix(ui): reformat js code 2019-11-09 14:57:50 +00:00
Łukasz Mierzwa
034206eaf8 chore(storybook): use bigger alert counters for silences" 2019-10-30 17:25:12 +00:00
Łukasz Mierzwa
96822e7f66 feat(ui): show matched alert count on silence browser 2019-10-30 17:25:11 +00:00
Łukasz Mierzwa
acae2cb2a5 chore(ui): remove all usage of Provider component 2019-10-30 13:44:18 +00:00
Łukasz Mierzwa
a5255d5d16 chore(ui): use pure css instead of react-truncate 2019-10-27 15:27:04 +00:00
Łukasz Mierzwa
037370a387 chore(ci): mock counters in storybook 2019-10-27 13:49:32 +00:00
Łukasz Mierzwa
50177e75dc fix(ui): ensure that pagination doesn't set active page to 0 2019-10-27 11:29:55 +00:00
Łukasz Mierzwa
1fbb5120e6 fix(ui): reset pagination if needed 2019-10-27 09:40:23 +00:00
Łukasz Mierzwa
40eedc8156 fix(ui): silence browser controls should switch from row to columns on small screen 2019-10-27 08:03:53 +00:00
Łukasz Mierzwa
392e39e621 fix(ui): don't allow overflow on silence details 2019-10-27 07:51:20 +00:00
Łukasz Mierzwa
5490cb39bb fix(tests): only debounce user generated requests 2019-10-27 07:35:04 +00:00
Łukasz Mierzwa
166dd6e727 feat(ci): mock silence fetches in storybook 2019-10-27 07:35:04 +00:00