Commit Graph

198 Commits

Author SHA1 Message Date
Łukasz Mierzwa
378866ae34 fix(ui): remove hash tests, it's no longer exposed in the API 2020-01-06 22:23:16 +00:00
Łukasz Mierzwa
a83f50accb fix(ui): brighter silence background 2019-12-25 21:15:21 +00:00
Łukasz Mierzwa
4694b50d4e chore(ui): increase grid grutter 2019-12-25 20:59:17 +00:00
Łukasz Mierzwa
96f9df7e50 fix(ui): tweak dark theme css 2019-12-25 19:58:02 +00:00
Łukasz Mierzwa
5b64a4699a fix(ui): margin should only be set between elements
Right now margin is set after each element rather than to enfore space between two elements
2019-12-23 14:56:23 +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
95c036be5c fix(ui): tweak css for ErrorBoundary component 2019-12-20 23:00:26 +00:00
Łukasz Mierzwa
ddd3a448a3 fix(ui): fix padding on error page 2019-12-20 20:51:03 +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
0a57500c86 chore(ui): use CenteredMessage for full page messages 2019-12-12 22:13:41 +00:00
Łukasz Mierzwa
ef5a9594ad refactor(ui): move out centered message style to a dedicated component 2019-12-12 21:46:02 +00:00
Łukasz Mierzwa
689f296508 fix(ui): update snapshots 2019-12-12 10:22:06 +00:00
Łukasz Mierzwa
a7b409e661 fix(ui): reduce bundle size 2019-11-29 15:58:16 +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
da66604864 fix(ui): reformat js code 2019-11-09 14:57:50 +00:00
Łukasz Mierzwa
ec2f0fd2f0 feat(storybook): show ack button in storybook 2019-11-05 14:11:23 +00:00
Łukasz Mierzwa
63a3d2a30b feat(ui): allow acknowledging alerts using short lived silences 2019-11-05 14:11:23 +00:00
Łukasz Mierzwa
3e9b5f6152 chore(ui): tweak silence css for better readability 2019-11-01 19:29:12 +00:00
Łukasz Mierzwa
013499388f fix(ui): reset lazy loader limit if group count changes 2019-10-31 23:33:47 +00:00
Łukasz Mierzwa
560e1e2cf3 fix(ui): cleanup colors on silence comments 2019-10-31 19:24:11 +00:00
Łukasz Mierzwa
a6a9ab494d fix(ui): tweak margins for the collapse toggle on silence view 2019-10-30 17:25:12 +00:00
Łukasz Mierzwa
7d99551075 feat(ci): render silences in storybook grid view 2019-10-30 17:25:11 +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
c31917d0b7 chore(ui): avoid using inject in FilteringLabel 2019-10-30 13:35:58 +00:00
Łukasz Mierzwa
f57041988a chore(ui): avoid using inject in RenderNonLinkAnnotation 2019-10-30 13:31:44 +00:00
Łukasz Mierzwa
0bf5ec1b72 chore(ui): avoid using inject in FilteringCounterBadge 2019-10-30 13:29:17 +00:00
Łukasz Mierzwa
2d4e2640b2 chore(ui): avoid using inject in FetchPauser 2019-10-30 13:24:48 +00:00
Łukasz Mierzwa
794607919a feat(ui): experimental dark theme
Very ugly, might be buggy, but need to start somewhere
2019-10-28 18:38:12 +00:00
Łukasz Mierzwa
2c8db31fe5 fix(ui): fix matcher overflowing parent of silence details 2019-10-28 10:38:59 +00:00
Łukasz Mierzwa
a5255d5d16 chore(ui): use pure css instead of react-truncate 2019-10-27 15:27:04 +00:00
Łukasz Mierzwa
3ef58930ad fix(ui): set silence modal tab on edit 2019-10-27 12:35:17 +00:00
Łukasz Mierzwa
16f2d74603 fix(ui): avoid overflows on silence collapse toggle 2019-10-27 11:59:13 +00:00
Łukasz Mierzwa
490e0f43de fix(ui): avoid overflows on silence component 2019-10-27 09:00:03 +00:00
Łukasz Mierzwa
791219b152 fix(ci): test long string wrapping on storybook 2019-10-27 08:03:52 +00:00
Łukasz Mierzwa
f3572dba61 fix(ui): tweak silence display 2019-10-26 17:46:02 +01:00
Łukasz Mierzwa
96cd8a856b chore(ui): replace Silence usage with ManagedSilence 2019-10-26 17:36:31 +01:00
Łukasz Mierzwa
87efb25cd8 feat(ui): add UI for managing all silences
This change adds a new view mode in the silence modal that allows to browse and edit any silence found in alertmanager upstream.

Fixes #625
2019-10-26 17:36:12 +01:00
Łukasz Mierzwa
1266458505 chore(ui): change alert background on hover 2019-10-22 22:40:22 +01:00
Łukasz Mierzwa
93f9add875 chore(ci): move upstream error storybook to the AlertGrid view 2019-10-16 10:34:23 +01:00
Łukasz Mierzwa
540d6c4264 chore(ui): fade grid placeholder on first render 2019-10-14 21:33:26 +01:00
Łukasz Mierzwa
1346237777 fix(project): refactor proxy & external_uri handling
Fixes #1024
2019-10-11 00:10:58 +01:00
Łukasz Mierzwa
16cb976e81 fix(ci): update snapshots after font-awesome upgrade 2019-10-10 16:08:22 +01:00
Łukasz Mierzwa
48b906b887 chore(ui): use mug-hot icon for empty grid 2019-10-08 21:24:41 +01:00
Łukasz Mierzwa
010449c2b3 feat(ui): show an icon when the grid is empty
Makes it clear that there are no alerts, especially with hidden navbar
2019-10-07 23:26:03 +01:00
Łukasz Mierzwa
49325fcca5 fix(tests): always use UTC timestamps in UI tests 2019-10-05 11:31:18 +01:00
Łukasz Mierzwa
68b3793ef3 fix(ui): add a test for react-moment 2019-10-05 11:16:47 +01:00
Łukasz Mierzwa
ff7d83c211 fix(ui): reset grid size on settings change 2019-10-02 21:15:23 +01:00