Commit Graph
594 Commits
Author SHA1 Message Date
Łukasz Mierzwa 77e298bfb2 fix(tests): update snapshots 2020-01-12 22:10:57 +00:00
Łukasz Mierzwa b72e5f949e chore(ui): more spacing between filter bar buttons 2020-01-08 19:49:08 +00:00
Łukasz Mierzwa 378866ae34 fix(ui): remove hash tests, it's no longer exposed in the API 2020-01-06 22:23:16 +00:00
Łukasz Mierzwa 564f3c402d chore(ui): refactor fetch retry config and tests 2019-12-28 18:23:51 +00:00
Łukasz Mierzwa 4779f25206 fix(ui): tweak navbar css to better align elements 2019-12-26 21:34:40 +00:00
Łukasz Mierzwa 1a24c253e7 fix(ui): set navbar button class on the right element 2019-12-26 19:53:59 +00:00
Łukasz Mierzwa 2df5bcad72 fix(ui): ensure all navbar elements have the same min-height 2019-12-26 18:58:32 +00:00
Łukasz Mierzwa b43396db5a fix(ui): tablet should use flex-row for navbar icons 2019-12-26 10:13:13 +00:00
Łukasz Mierzwa 34e247926c fix(ui): prevent overflow on long input 2019-12-26 09:59:18 +00:00
Łukasz Mierzwa 673a448152 fix(tests): use require instead of import
To fix lint tests
2019-12-25 22:13:57 +00:00
Łukasz Mierzwa a83f50accb fix(ui): brighter silence background 2019-12-25 21:15:21 +00:00
Łukasz Mierzwa 4694b50d4e chore(ui): increase grid grutter 2019-12-25 20:59:17 +00:00
Łukasz Mierzwa 96f9df7e50 fix(ui): tweak dark theme css 2019-12-25 19:58:02 +00:00
Łukasz Mierzwa 0804aa475b feat(ui): change fetch indicator color to red when requests are failing 2019-12-25 15:41:26 +00:00
Łukasz Mierzwa 0b6d2e0360 fix(ui): tab badge on silence modal is invisible with dark theme 2019-12-23 23:25:57 +00:00
Łukasz Mierzwa c246908934 fix(ui): make form switches more readable 2019-12-23 22:59:23 +00:00
Łukasz Mierzwa 928b6d45bd fix(ci): don't try to load fonts on Percy
This ensures that the grid renders correctly, since load events
don't seem to trigger on storybook and grid is not repacked after
element heights changes.
2019-12-23 20:51:01 +00:00
Łukasz Mierzwa 5b64a4699a fix(ui): margin should only be set between elements
Right now margin is set after each element rather than to enfore space between two elements
2019-12-23 14:56:23 +00:00
Łukasz Mierzwa ea520c574d chore(ui): simplify fatal error messages for readability 2019-12-23 11:25:52 +00:00
Łukasz Mierzwa 1527cef372 fix(ui): don't hide the filter bar when filters are still applying 2019-12-23 10:47:27 +00:00
Łukasz Mierzwa 59470daffb feat(ui): add a component to reload the page if needed 2019-12-21 18:34:23 +00:00
Łukasz Mierzwa 54550bacf9 feat(ui): try to detect if API requests are intercepted by an auth proxy 2019-12-21 18:34:23 +00:00
Łukasz Mierzwa 95c036be5c fix(ui): tweak css for ErrorBoundary component 2019-12-20 23:00:26 +00:00
Łukasz Mierzwa cdd74396e8 fix(tests): correctly fail mock requests 2019-12-20 21:57:52 +00:00
Łukasz Mierzwa ddd3a448a3 fix(ui): fix padding on error page 2019-12-20 20:51:03 +00:00
Łukasz Mierzwa 77e23e295c fix(ui): retry all fetch GET calls 2019-12-20 20:25:59 +00:00
Łukasz Mierzwa cd68c2a289 feat(ui): retry failed alert fetch() calls
Try a few times before showing errors to users
2019-12-20 15:02:30 +00:00
Łukasz Mierzwa d978a0f783 fix(tests): update tests to match jest-fetch-mock-3.x behaviour 2019-12-18 11:34:25 +00:00
Łukasz Mierzwa e58cdc7d68 fix(ui): import only needed functions from semver 2019-12-18 10:18:29 +00:00
Łukasz Mierzwa e37a529f1f fix(ui): tweak default label color 2019-12-17 20:06:50 +00:00
Łukasz Mierzwa c5b3339311 fix(ui): correct background color for alertname badges 2019-12-16 22:43:37 +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 b78b799a27 fix(ui): don't hardcore dark button color 2019-12-16 21:23:30 +00:00
Łukasz Mierzwa 51a67d03d8 fix(ui): more consistent colors on navbar elements 2019-12-13 10:30:59 +00:00
Łukasz Mierzwa f58f11c512 fix(ui): follow navbar button colors when setting color for filter input border 2019-12-13 09:14:17 +00:00
Łukasz Mierzwa e50d00c55b fix(ui): ensure that theme loader font size is same as other loaders 2019-12-12 23:34:15 +00:00
Łukasz Mierzwa ec3fdd47ec fix(ui): add tests for CenteredMessage 2019-12-12 22:34:41 +00:00
Łukasz Mierzwa ccc44b042a feat(storybook): add more stories 2019-12-12 22:25:39 +00:00
Łukasz Mierzwa 3c125a4b97 fix(ui): add more margin between text and the icon 2019-12-12 22:14:01 +00:00
Łukasz Mierzwa 0a57500c86 chore(ui): use CenteredMessage for full page messages 2019-12-12 22:13:41 +00:00
Łukasz Mierzwa ef5a9594ad refactor(ui): move out centered message style to a dedicated component 2019-12-12 21:46:02 +00:00
Łukasz Mierzwa 689f296508 fix(ui): update snapshots 2019-12-12 10:22:06 +00:00
Łukasz Mierzwa 3e5d576df1 chore(ui): change counter badge background color to light for light theme 2019-12-04 13:20:12 +00:00
Łukasz Mierzwa a17be5bc38 fix(ui): rename auto value label 2019-11-30 14:37:57 +00:00
Łukasz Mierzwa cf78ce39ba fix(ui): fix position of the theme spinner 2019-11-30 12:53:22 +00:00
Łukasz Mierzwa 36063f51d6 fix(ui): make warnings on the Help page more readable 2019-11-30 11:39:46 +00:00
Łukasz Mierzwa cf71aa4579 fix(ui): revert filter background on click outside 2019-11-29 23:23:00 +00:00
Łukasz Mierzwa 4e01a34717 fix(ui): update outdated UIDefaults fields 2019-11-29 22:55:28 +00:00
Łukasz Mierzwa 43b1734fa0 feat(ui): lazy load more modules 2019-11-29 22:55:22 +00:00
Łukasz Mierzwa 10ec1a84fc fix(ui): left side of a select needs radius 2019-11-29 22:04:58 +00:00