Łukasz Mierzwa
|
d860dae3ca
|
fix(ui): reduce webpack bundle size by splitting lodash imports
|
2020-05-18 17:38:13 +01:00 |
|
Łukasz Mierzwa
|
938cfcc9b7
|
fix(ui): only trigger useOnClickOutside when needed
useOnClickOutside should start listening for events only if there's an action to take.
Fixes #1754
|
2020-05-18 14:00:01 +01:00 |
|
Łukasz Mierzwa
|
80160baaf7
|
fix(ui): fix cleanup in useFetchGet hook
Don't try to set the response if request was canceled
|
2020-05-18 11:26:32 +01:00 |
|
Łukasz Mierzwa
|
ba459a08e2
|
fix(ui): add regex filters to default silence matchers
Fixes #1750
|
2020-05-18 09:30:15 +01:00 |
|
Łukasz Mierzwa
|
e0ac21e1c6
|
feat(ui): use current filters as default silence form matchers
Fixes #1750
|
2020-05-17 22:14:23 +01:00 |
|
Łukasz Mierzwa
|
d3aaa5bff7
|
fix(ui): use custom inline edit component
|
2020-05-17 21:45:08 +01:00 |
|
Łukasz Mierzwa
|
40edb80314
|
fix(ui): use custom component for tooltips
|
2020-05-16 12:23:00 +01:00 |
|
Łukasz Mierzwa
|
5dd1251010
|
fix(ui): hide @receiver label when there's only one receiver configured
Fixes #1715
|
2020-05-14 16:45:49 +01:00 |
|
Łukasz Mierzwa
|
ba3005d47c
|
fix(ui): render last 4 filters on history for mobile
|
2020-05-14 15:03:05 +01:00 |
|
Łukasz Mierzwa
|
acfae1a663
|
fix(ui): fix menu close on trigger click
|
2020-05-14 11:50:57 +01:00 |
|
Łukasz Mierzwa
|
80bbc58090
|
fix(ui): use react-popper-tooltip instead of react-tippy
|
2020-05-14 11:14:45 +01:00 |
|
Łukasz Mierzwa
|
4eacd18cf6
|
fix(ui): drop react-onclickoutside
use a custom hook instad
|
2020-05-13 17:56:00 +01:00 |
|
Łukasz Mierzwa
|
4d2a543e4a
|
fix(ui): collapse annotations when clicking on the name
Fixes #1721
|
2020-05-13 09:18:17 +01:00 |
|
Łukasz Mierzwa
|
22e1c7c05e
|
fix(ui): drop unused MultiSelect component
|
2020-05-12 18:01:47 +01:00 |
|
Łukasz Mierzwa
|
0f3dabb517
|
fix(tests): use fetch-mock instead of jest-fetch-mock
|
2020-05-12 18:01:47 +01:00 |
|
Łukasz Mierzwa
|
01a8f069eb
|
fix(ui): rewrite SilenceSubmitProgress with hooks
|
2020-05-12 18:01:47 +01:00 |
|
Łukasz Mierzwa
|
686f42af22
|
fix(ui): rewrite AlertAck with hooks
|
2020-05-12 18:01:47 +01:00 |
|
Łukasz Mierzwa
|
cde4cb19bb
|
fix(ui): fix error handling
|
2020-05-11 12:49:24 +01:00 |
|
Łukasz Mierzwa
|
65e7f7e33d
|
fix(ui): rewrite AlertManagerInput with hooks
|
2020-05-11 12:49:24 +01:00 |
|
Łukasz Mierzwa
|
60bdf96be1
|
feat(ui): use hooks for fetch requests
|
2020-05-11 12:49:24 +01:00 |
|
Łukasz Mierzwa
|
11a3e15d03
|
fix(ui): render fewer items per page on mobile
|
2020-05-11 10:34:54 +01:00 |
|
Łukasz Mierzwa
|
e575ec555f
|
fix(ui): use correct background color for disabled react-select inputs
|
2020-05-09 20:30:20 +01:00 |
|
Łukasz Mierzwa
|
bc6615fafb
|
fix(tests): update snapshots
|
2020-05-07 20:40:14 +01:00 |
|
Łukasz Mierzwa
|
c316c94851
|
fix(ui): animate load more buttons
|
2020-05-03 17:38:43 +01:00 |
|
Łukasz Mierzwa
|
75eeaf233c
|
fix(ui): don't remove ?q= from query args when filter list is empty
|
2020-05-03 12:52:10 +01:00 |
|
Łukasz Mierzwa
|
ffc217566f
|
fix(ui): labels in the overview modal have wrong close icon color in dark mode
|
2020-05-02 17:27:33 +01:00 |
|
Łukasz Mierzwa
|
b92523b6e7
|
fix(ui): fix modal-body className
|
2020-05-02 16:04:13 +01:00 |
|
Łukasz Mierzwa
|
43b57769ff
|
fix(ui): tweak grid icons margins
|
2020-05-02 13:52:05 +01:00 |
|
Łukasz Mierzwa
|
c397e60a32
|
fix(ui): revert set min-width on alert menu button
This reverts commit c4f4f6cff8.
|
2020-05-02 13:29:24 +01:00 |
|
Łukasz Mierzwa
|
c4f4f6cff8
|
fix(ui): set min-width on alert menu button
This makes buttons less likely to have a unique width. Alert labels will be better aligned.
|
2020-05-01 18:36:16 +01:00 |
|
Łukasz Mierzwa
|
c857573ac1
|
fix(ui): rewrite Alert component with hooks
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
dc3900663c
|
fix(ui): rewrite DeleteSilence component with hooks
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
38a57fc24d
|
fix(ui): rewrite ManagedSilence component with hooks
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
2dbbbb542c
|
fix(ui): rewrite Browser component with hooks
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
f9c007d3bd
|
fix(ui): rewrite MatchCounter component with hooks
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
1072e367c5
|
fix(ui): don't animate initial value of silence progress
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
bc0452a12f
|
fix(ui): rewrite FetchIndicator component with hooks
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
d614c5298d
|
fix(ui): rewrite SilenceMatch component with hooks
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
a0b19cb4c1
|
fix(ui): rewrite SilenceSubmitController component with hooks
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
cd41829a27
|
fix(ui): rewrite SilenceProgress component with hooks
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
2440b7778e
|
fix(ui): rewrite GroupHeader & GroupFooter components with hooks
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
dd3d9bdc73
|
fix(ui): rewrite ReloadNeeded component with hooks
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
198a4178d2
|
fix(ui): rewrite MultiGridConfiguration component with hooks
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
faca57831c
|
fix(ui): rewrite DateTimeSelect component with hooks
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
c253c40d4f
|
fix(ui): rewrite History component with hooks
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
84a32a07cf
|
fix(ui): rewrite alert group menu components with hooks
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
d15a0f1ff1
|
fix(ui): fix upgrade needed reload
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
06d8eb6089
|
fix(ui): rewrite label components with hooks
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
55463e9ef5
|
fix(tests): avoid using instance() in tests
|
2020-05-01 17:57:42 +01:00 |
|
Łukasz Mierzwa
|
0fce699894
|
fix(ui): rewrite most configuration UI with hooks
|
2020-05-01 17:57:42 +01:00 |
|