Łukasz Mierzwa
|
ca0a0b3077
|
fix(ui): drop useLocalStore from modals
|
2020-06-08 17:16:01 +01:00 |
|
Łukasz Mierzwa
|
c15b3afb78
|
fix(ui): drop useLocalStore from Configuration
|
2020-06-08 17:16:01 +01:00 |
|
Łukasz Mierzwa
|
31ebb3ae34
|
fix(ui): drop useLocalStore from LabelSetList
|
2020-06-08 17:16:01 +01:00 |
|
Łukasz Mierzwa
|
291de7c62f
|
fix(ui): drop useLocalStore from Annotation
|
2020-06-08 17:16:01 +01:00 |
|
Łukasz Mierzwa
|
f26329c2c5
|
fix(ui): refactor fetch tests
|
2020-06-01 18:59:29 +01:00 |
|
Łukasz Mierzwa
|
f9e9d1f1f7
|
fix(ui): refactor Grid component
|
2020-06-01 13:00:37 +01:00 |
|
Łukasz Mierzwa
|
8265a54058
|
fix(ui): rewrite AlertGrid with hooks
|
2020-06-01 13:00:37 +01:00 |
|
Łukasz Mierzwa
|
edbc39b488
|
fix(ui): rewrite AlertGroup with hooks
|
2020-06-01 13:00:37 +01:00 |
|
Łukasz Mierzwa
|
a42f2a55ca
|
fix(ui): apply correct styles to accorion
|
2020-06-01 11:45:19 +01:00 |
|
Łukasz Mierzwa
|
947fe1d817
|
fix(ui): rewrite Accordion component
|
2020-06-01 11:15:47 +01:00 |
|
Łukasz Mierzwa
|
306d3292c0
|
fix(ui): avoid annotation re-renders
afterUpdate callback is chaning on every render, triggering annotation re-render
|
2020-05-31 16:47:38 +01:00 |
|
Łukasz Mierzwa
|
e4ec699abb
|
fix(ui): drop pointless equal checks
|
2020-05-30 18:12:54 +01:00 |
|
Łukasz Mierzwa
|
6b5b53d51d
|
fix(ui): drop object-hash
|
2020-05-30 18:12:54 +01:00 |
|
Łukasz Mierzwa
|
2c68967928
|
fix(ui): use alert fingerprint instead of labels hash
|
2020-05-30 18:12:54 +01:00 |
|
Łukasz Mierzwa
|
53796bf54e
|
fix(ui): use custom masonry grid component
|
2020-05-20 18:46:34 +01:00 |
|
Łukasz Mierzwa
|
3e7dc8ffc3
|
fix(ui): favicon counter should render on first mount
Fixes #1761
|
2020-05-19 20:45:27 +01:00 |
|
Ł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 |
|