Commit Graph

179 Commits

Author SHA1 Message Date
Łukasz Mierzwa
197d3a06d7 fix(backend): log messages correctly with json and timestamps
Fixes #3822
2021-12-28 17:07:09 +00:00
Łukasz Mierzwa
f9aa757101 fix(ui): resolve lint errors 2021-12-15 17:02:38 +00:00
Łukasz Mierzwa
7b4aef27b6 fix(tests): reformat snapshots 2021-10-19 18:37:42 +01:00
Łukasz Mierzwa
3d4f9251df fix(ui): ensure that all dropdowns are not hidden under swimlanes 2021-08-19 18:24:49 +01:00
Łukasz Mierzwa
2b039a5386 fix(tests): use new method name 2021-08-10 20:15:42 +01:00
Łukasz Mierzwa
7912442b76 feat(ui): reduce css bundle size 2021-08-05 20:21:34 +01:00
Łukasz Mierzwa
49dd865125 feat(api): use position:sticky for grid swimlanes 2021-07-19 17:43:46 +01:00
Łukasz Mierzwa
d27a255147 fix(ui): add missing margin in navbar 2021-07-05 22:33:23 +01:00
Łukasz Mierzwa
504a44d135 fix(ci): enable more checks in tsconfig 2021-05-25 12:46:10 +01:00
Łukasz Mierzwa
da9d9085cc fix(ui): remove excludes from tsconfig 2021-05-24 12:43:14 +01:00
Łukasz Mierzwa
50cb33ac16 fix(ui): fix state label color 2021-05-18 23:57:26 +01:00
Łukasz Mierzwa
9e28da96d1 chore(ui): migrate styles to bootstrap v5 2021-05-18 21:28:28 +01:00
Łukasz Mierzwa
e45debed58 fix(ui): enable mobx strict mode in tests 2021-05-03 19:29:05 +01:00
Łukasz Mierzwa
b47089cbe8 fix(ui): resolve popper warnings 2021-05-03 19:29:05 +01:00
Łukasz Mierzwa
12c4a22d71 feat(project): show alert history 2021-05-01 19:37:29 +01:00
Łukasz Mierzwa
cf44458bbf fix(tests): update tests for react-cool-dimensions 2.0.3 2021-04-27 14:22:01 +01:00
Łukasz Mierzwa
e327da26b7 chore(ui): replace react-autosuggest with downshift 2021-04-11 14:04:08 +01:00
Łukasz Mierzwa
7638d655a7 fix(ui): fix typescript warnings 2021-04-07 14:17:48 +01:00
Łukasz Mierzwa
c85a47ae13 fix(ui): update code for react-cool-dimensions v2 2021-04-03 18:16:47 +01:00
Łukasz Mierzwa
0539b5b1d0 fix(ui): add notifications icon when upstreams are failing 2021-02-27 14:42:03 +00:00
Łukasz Mierzwa
df82e6a232 feat(ui): add a quick-access label select for multi-grid 2021-02-25 11:00:42 +00:00
renovate[bot]
dc8d21a2cb fix(deps): update dependency react-select to v4 (#2663)
* fix(deps): update dependency react-select to v4

* fix(tests): fix tests for react-select v4

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Łukasz Mierzwa <l.mierzwa@gmail.com>
2021-01-25 18:37:28 +00:00
Łukasz Mierzwa
8d3d2c909f chore(ui): drop react-highlighter 2021-01-15 15:37:10 +00:00
Łukasz Mierzwa
b8b33840b5 feat(ui): only show expanded annotations when idle 2020-12-01 22:53:31 +00:00
Łukasz Mierzwa
2bc7b6fef8 feat(ui): hide alert details when idle 2020-12-01 10:18:38 +00:00
Łukasz Mierzwa
db0aa0bab9 fix(ui): migrate to cra v4 2020-11-23 19:04:14 +00:00
Łukasz Mierzwa
cdb984bf20 fix(tests): fix eslint warnings 2020-10-28 12:26:51 +00:00
Łukasz Mierzwa
836cf67fe8 fix(tests): move fixtures to a dedicated folder 2020-10-28 12:26:51 +00:00
Łukasz Mierzwa
0408e04900 fix(tests): move useFetchGet mocks to __fixtures__ 2020-10-28 12:26:51 +00: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
cce3582057 fix(tests): correctly extend eslint config 2020-09-08 16:33:23 +01:00
Łukasz Mierzwa
4f8122db83 chore(ui): only render filter search icon when empty
Turn the search icon into a placeholder - only render it if there are no active filters.
2020-08-25 11:27:08 +01:00
Łukasz Mierzwa
ef908e300a feat(ui): add a countdown indicator for refresh timer 2020-08-24 17:15:50 +01:00
Łukasz Mierzwa
a1197cfe44 feat(ui): pause fetches on alt+space 2020-08-24 17:15:50 +01:00
Łukasz Mierzwa
5ed743cddd chore(ui): animate filter input background change 2020-08-10 19:12:05 +01:00
Łukasz Mierzwa
6d961fa09d fix(ui): always pass type to useRef & useState 2020-07-22 21:39:43 +01:00
Łukasz Mierzwa
fd1922a9e0 fix(ui): re-enable some typscript eslint rules and fix code 2020-07-21 21:46:42 +01:00
Łukasz Mierzwa
2214904536 fix(ui): pass explicit return type for fetch() calls 2020-07-21 21:46:42 +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
e8f93602fd chore(tests): rewrite storybook stories as typescript 2020-07-19 20:54:27 +01:00
Łukasz Mierzwa
cc0455f181 fix(ui): migrate idle timer to use hooks 2020-07-19 12:47:31 +01:00
Łukasz Mierzwa
e55988588c chore(ui): migrate more components to typescript 2020-07-17 11:58:41 +01:00
Łukasz Mierzwa
82dce0d676 chore(ui): tweak animations 2020-07-14 08:27:38 +01:00
Łukasz Mierzwa
a7540a1e76 fix(ui): better handling of scrollbar gap when modal is open 2020-07-06 18:22:17 +01:00
Łukasz Mierzwa
2f74561809 chore(ui): drop react-reveal animations
This library is not maintained anymore and it causes small glitches when rendering a lot of alerts - scrolling groups into view doesn't always trigger animation and they stay hidden.
2020-07-03 17:03:43 +01:00
Łukasz Mierzwa
09972e6c57 fix(ui): fix outline on focused history dropdown 2020-06-26 13:20:30 +01:00
Łukasz Mierzwa
aab937adb8 fix(ui): use string formatted rgba label colors 2020-06-25 18:28:49 +01:00
Łukasz Mierzwa
78c1def776 fix(ui): handle canceled get requests in silence form 2020-06-25 15:58:11 +01:00