Commit Graph

668 Commits

Author SHA1 Message Date
Łukasz Mierzwa
f1e5974cdb fix(ui): tweak DateFromNow output 2020-06-17 20:58:07 +01:00
Łukasz Mierzwa
6a7cc1c72f feat(ui): drop moment.js to reduce bundle size 2020-06-17 18:57:13 +01:00
Łukasz Mierzwa
fdc6e1b789 chore(ui): move moment poller to a dedicated component 2020-06-16 18:43:29 +01:00
Łukasz Mierzwa
83e802dd9b fix(ui): migrate to react-hotkeys-hook 2020-06-15 19:47:21 +01:00
Łukasz Mierzwa
9267a2cd20 fix(ui): tweak date input css 2020-06-15 17:01:36 +01:00
Łukasz Mierzwa
eaae762d6d fix(ui): switch to react-day-picker for silence modal 2020-06-15 15:36:09 +01:00
Łukasz Mierzwa
b1c70fbf90 fix(ui): ensure that titlebar is updated on settings change 2020-06-14 17:11:22 +01:00
Łukasz Mierzwa
3927f37fef fix(ui): keep swimlane labels in one row 2020-06-13 17:20:21 +01:00
Łukasz Mierzwa
2bc8cf57de fix(ui): show cluster name on silences instead of each alertmanager 2020-06-13 14:34:58 +01:00
Łukasz Mierzwa
e64b671c27 fix(ui): correctly check if @cluster label should be rendered 2020-06-12 19:14:17 +01:00
Łukasz Mierzwa
d93b89eb56 fix(ui): always blur filter input on click outside 2020-06-12 19:14:17 +01:00
Łukasz Mierzwa
3ef13a00c0 chore(ui): use @cluster label instead of @alertmanager 2020-06-12 19:14:17 +01:00
Łukasz Mierzwa
cf6f14cda9 fix(ui): add @cluster filter to the Help section 2020-06-12 19:14:17 +01:00
Łukasz Mierzwa
f83c2c4743 fix(tests): update AlertManagerInput with new cluster label 2020-06-12 19:14:17 +01:00
Łukasz Mierzwa
9f15ffef35 feat(ui): add @cluster to multi-grid label dropdown 2020-06-12 19:14:17 +01:00
Łukasz Mierzwa
9d8aeaae7e fix(docs): document cluster option 2020-06-12 19:14:17 +01:00
Łukasz Mierzwa
ca25eb9fbe fix(ui): add custom label for unmatched values in Creatable select 2020-06-12 19:14:17 +01:00
Łukasz Mierzwa
50b7b848ca feat(ui): add @alertmanager & @receiver as multi-grid options 2020-06-12 19:14:17 +01:00
Łukasz Mierzwa
0e973be06e fix(ui): only focus elements on mount 2020-06-10 22:22:46 +01:00
Łukasz Mierzwa
508e47f5c4 fix(ui): drop mobx-react 2020-06-10 18:15:51 +01:00
Łukasz Mierzwa
ca7a8fceaf fix(ui): rewrite Fetcher with hooks 2020-06-10 18:15:51 +01:00
Łukasz Mierzwa
071a8ec06d fix(ui): rewrite NavBar with hooks 2020-06-10 18:15:51 +01:00
Łukasz Mierzwa
1c4e8fc161 fix(ui): rewrite Pagination with hooks 2020-06-10 18:15:51 +01:00
Łukasz Mierzwa
299d05aca3 fix(ui): refactor modal isUpper handling 2020-06-09 22:37:40 +01:00
Łukasz Mierzwa
60aa13d3b6 fix(ui): rewrite SilenceModalContent with hooks 2020-06-09 22:37:40 +01:00
Łukasz Mierzwa
9dfe40c837 fix(ui): rewrite Modal with hooks 2020-06-09 22:37:40 +01:00
Łukasz Mierzwa
94217754d3 fix(ui): always use defaults for alert render count
When default alert render count is changed all groups should reflect it
2020-06-08 19:28:05 +01:00
Łukasz Mierzwa
be882121cd fix(ui): drop useLocalStore from AlertAck 2020-06-08 17:16:01 +01:00
Łukasz Mierzwa
f063038c30 fix(ui): drop useLocalStore from SilenceSubmitProgress 2020-06-08 17:16:01 +01:00
Łukasz Mierzwa
20956aaf68 fix(ui): drop useLocalStore from AlertGrid 2020-06-08 17:16:01 +01:00
Łukasz Mierzwa
446a2360a3 fix(ui): drop useLocalStore from FilterInput 2020-06-08 17:16:01 +01:00
Łukasz Mierzwa
facd595357 fix(ui): drop useLocalStore from AlertGroup 2020-06-08 17:16:01 +01:00
Łukasz Mierzwa
55eec665d2 fix(ui): drop useLocalStore from ManagedSilence 2020-06-08 17:16:01 +01:00
Łukasz Mierzwa
cae0ec5448 fix(ui): drop useLocalStore from History 2020-06-08 17:16:01 +01:00
Ł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
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
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
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
ba459a08e2 fix(ui): add regex filters to default silence matchers
Fixes #1750
2020-05-18 09:30:15 +01:00