Commit Graph

21 Commits

Author SHA1 Message Date
Łukasz Mierzwa
236c66c73c fix(project): drop support for alertmanger <0.22.0 2022-04-16 14:57:02 +01:00
Łukasz Mierzwa
44af332081 feat(ui): change badge if there's alertmanager error
Fixes #3987
2022-02-20 10:13:40 +00:00
Łukasz Mierzwa
504a44d135 fix(ci): enable more checks in tsconfig 2021-05-25 12:46:10 +01:00
Łukasz Mierzwa
e45debed58 fix(ui): enable mobx strict mode in tests 2021-05-03 19:29:05 +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
632a111056 fix(ui): migrate code to mobx v6 2020-10-02 14:08:11 +01:00
Łukasz Mierzwa
260125782e fix(ui): simplify favicon badge management 2020-09-07 15:51:42 +01:00
Dominik Menke
669ea51313 fix(ui): improve favicon readability on Firefox
Some browsers (like Firefox, on both high and low DPI monitors,
and Google Chrome beta on low DPI monitors) render the favico.js
badge too thin.

Fixes: #2107
Signed-off-by: Dominik Menke <dom@digineo.de>
2020-08-27 09:04:55 +01:00
Łukasz Mierzwa
fcc795b7c9 chore(tests): migrate jest tests to typescript 2020-07-21 17:58:08 +01:00
Łukasz Mierzwa
4d4dd111c1 chore(ui): migrate more code to typescript 2020-07-17 11:58:41 +01:00
Łukasz Mierzwa
508e47f5c4 fix(ui): drop mobx-react 2020-06-10 18:15:51 +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
5a85ec239d fix(ui): rewrite FaviconBadge using hooks 2020-04-17 15:03:14 +01:00
Łukasz Mierzwa
c12f218b4e fix(ui): reformat code using prettier v2 2020-03-25 21:43:39 +00:00
Łukasz Mierzwa
4e3635bc98 fix(tests): reset mocks between tests
Ensures that tests don't rely on previous tests mocking things
2018-10-03 10:16:31 +01:00
Łukasz Mierzwa
83aa8b9649 feat(tests): strict validation for props 2018-09-24 15:28:25 +01:00
Łukasz Mierzwa
acd04833da chore(ui): replace favicon after project rename 2018-09-09 15:25:59 +01:00
Łukasz Mierzwa
6952650eeb feat(tests): add test coverage for FaviconBadge 2018-08-30 22:15:42 +01:00
Łukasz Mierzwa
2858e54663 fix(ui): fix favico.js import src/Components/FaviconBadge/index.js
It was failed in tests with *, works well without it
2018-08-30 22:11:01 +01:00
Łukasz Mierzwa
cb421737dd feat(ui): add favicon.js support
Alert count will be displayed in the favicon, backported feature from old UI
2018-08-12 19:57:48 +01:00