Ł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
|
aac9695c02
|
fix(ui): add padding above silence progress
|
2019-11-26 20:18:35 +00:00 |
|
Łukasz Mierzwa
|
d33f9a783b
|
feat(ui): change filter background color on focus
|
2019-11-22 19:18:12 +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
|
cd8d566531
|
fix(ui): disable shadows on buttons
|
2019-11-21 21:35:10 +00:00 |
|
Łukasz Mierzwa
|
766b25af4c
|
feat(ui): more minimalistic style of the top filter bar
|
2019-11-21 21:35:10 +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
|
ae86f9f10c
|
fix(ui): migrate to @silence_ticket filters
|
2019-11-11 23:24:06 +00:00 |
|
Łukasz Mierzwa
|
7ade445cf0
|
fix(ui): prefer author from headers when acking alerts
|
2019-11-11 18:25:16 +00:00 |
|
Łukasz Mierzwa
|
da66604864
|
fix(ui): reformat js code
|
2019-11-09 14:57:50 +00:00 |
|
Łukasz Mierzwa
|
d7ba3a36da
|
feat(ui): show alertmanager badges on silences when multiple clusters are present
|
2019-11-06 11:56:17 +00:00 |
|
Łukasz Mierzwa
|
ec2f0fd2f0
|
feat(storybook): show ack button in storybook
|
2019-11-05 14:11:23 +00:00 |
|
Łukasz Mierzwa
|
0bec6135cb
|
fix(storybook): remove unused modal classes from navbar
|
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
|
1c9c34ed74
|
feat(ui): show silence ID on the silence detail view
|
2019-11-02 13:32:23 +00:00 |
|
Łukasz Mierzwa
|
7fdf08ec6e
|
chore(ui): enable bootstrap shadows
|
2019-11-01 20:01:09 +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
|
2e57e4af49
|
chore(ui): only fetch updates if seconds passed since last fetch
Right now fetcher will always trigger fetch if enough time passes, make it aware of the last fetch timestamp so the timer resets after each fetch
|
2019-10-31 22:39:38 +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
|
034206eaf8
|
chore(storybook): use bigger alert counters for silences"
|
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
|
68eecf363d
|
chore(ui): change default FilteringCounterBadge color to primary
|
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
|
ec836ae63c
|
chore(ui): avoid using inject in StaticLabel
|
2019-10-30 13:38:07 +00:00 |
|
Łukasz Mierzwa
|
311a101cda
|
chore(ui): avoid using inject in LabelWithPercent
|
2019-10-30 13:37:12 +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
|
d76d8862ef
|
fix(ui): add missing icon class
|
2019-10-29 13:41:18 +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
|
699f39fa90
|
fix(ui): correctly handle browser back/forward buttons
|
2019-10-28 13:47:17 +00:00 |
|
Łukasz Mierzwa
|
2c8db31fe5
|
fix(ui): fix matcher overflowing parent of silence details
|
2019-10-28 10:38:59 +00:00 |
|
Łukasz Mierzwa
|
6ea4149d8a
|
fix(tests): refactor entrypoint for full test coverage
|
2019-10-27 21:46:25 +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
|
3ef58930ad
|
fix(ui): set silence modal tab on edit
|
2019-10-27 12:35:17 +00:00 |
|
Łukasz Mierzwa
|
e3fa1d6277
|
chore(ui): use smaller border for silences
|
2019-10-27 12:31:18 +00:00 |
|
Łukasz Mierzwa
|
16f2d74603
|
fix(ui): avoid overflows on silence collapse toggle
|
2019-10-27 11:59:13 +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
|
490e0f43de
|
fix(ui): avoid overflows on silence component
|
2019-10-27 09:00:03 +00:00 |
|