Commit Graph

29 Commits

Author SHA1 Message Date
Łukasz Mierzwa
daffb98381 feat(ui): use alertList endpoint for silence previews 2021-07-02 22:06:45 +01:00
Łukasz Mierzwa
504a44d135 fix(ci): enable more checks in tsconfig 2021-05-25 12:46:10 +01:00
Łukasz Mierzwa
9e28da96d1 chore(ui): migrate styles to bootstrap v5 2021-05-18 21:28:28 +01:00
Łukasz Mierzwa
7638d655a7 fix(ui): fix typescript warnings 2021-04-07 14:17:48 +01:00
Łukasz Mierzwa
fd155db464 fix(ui): migrate to mobx-react-lite v3 2020-10-02 17:28:34 +01:00
Łukasz Mierzwa
6d961fa09d fix(ui): always pass type to useRef & useState 2020-07-22 21:39:43 +01:00
Łukasz Mierzwa
aa022796b4 fix(ui): resolve eslint reported issues 2020-07-21 17:58:08 +01:00
Łukasz Mierzwa
fcc795b7c9 chore(tests): migrate jest tests to typescript 2020-07-21 17:58:08 +01:00
Łukasz Mierzwa
4a16661558 chore(ui): migrate more components to typescript 2020-07-17 11:58:41 +01:00
Łukasz Mierzwa
b1cf816e24 feat(ui): show modal with list of inhibiting alerts 2020-06-30 23:53:56 +01:00
Łukasz Mierzwa
83e802dd9b fix(ui): migrate to react-hotkeys-hook 2020-06-15 19:47:21 +01:00
Łukasz Mierzwa
1c4e8fc161 fix(ui): rewrite Pagination with hooks 2020-06-10 18:15:51 +01:00
Łukasz Mierzwa
31ebb3ae34 fix(ui): drop useLocalStore from LabelSetList 2020-06-08 17:16:01 +01:00
Łukasz Mierzwa
6b5b53d51d fix(ui): drop object-hash 2020-05-30 18:12:54 +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
5627d6dfbc fix(ui): migrate LabelSetList to hooks 2020-05-01 17:57:42 +01:00
Łukasz Mierzwa
c12f218b4e fix(ui): reformat code using prettier v2 2020-03-25 21:43:39 +00:00
Łukasz Mierzwa
9c725655cb chore(ui): switch matched alerts preview to use pagination component 2020-02-29 10:16:41 +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
9005d44503 fix(ui): fix css classes used by pagination 2019-11-19 17:12:44 +00:00
Łukasz Mierzwa
9e8a30aa22 chore(ui): better pagination handling for large lists 2019-10-27 07:35:04 +00:00
Łukasz Mierzwa
dc00ef86c8 fix(ui): cleanup css classes for labels 2019-05-03 19:14:29 +01:00
Łukasz Mierzwa
6b4fce05e5 refactor(ui): cleanup label color/style selection
Merge into a single function since both className & style are tied together and as such are better of if selected using a single logic. Fixes some minor UI glitches like ellipsis color on truncated labels with custom color
2018-10-26 19:13:37 +01:00
Łukasz Mierzwa
a85f3810aa fix(ui): move ul to a dedicated div to prevent bottom border
The way list-group-flush is styled any extra element on the ul level seems to be causing top/bottom borders to show up, move it under a dedicated div to prevent that from happening, with list-group-flush we want borders only between label set elements
2018-10-16 18:43:16 +01:00
Łukasz Mierzwa
8bc2c83de3 refactor(ui): change label style to make the value more visible
Fixes #18
2018-10-15 19:05:49 +01:00
Łukasz Mierzwa
a0cca7f049 chore(ui): tweak affected alerts preview 2018-10-11 11:50:16 +01:00
Łukasz Mierzwa
8d7561cee6 feat(ui): paginate long preview lists 2018-10-10 22:41:05 +01:00
Łukasz Mierzwa
01c108fd41 refactor(ui): move label list preview to a dedicated component
This will be reused in delete confirmation modal
2018-10-08 23:02:39 +01:00