1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00
unleash.unleash/frontend/src/component/common
olav 33b5e4abac feat: add new feature metrics page (#716)
* refactor: ensure that [hidden] overrides other display styles

* refactor: use numeric font weights

* refactor: remove unnecessary Jest mock

* refactor: add a fullWidth prop to GeneralSelect

* refactor: remove unnecessary label id prop

* refactor: the showActive prop is optional

* refactor: add hooks for managing query string state

* refactor: add a hour/minute timestamp formatter

* refactor: add labels to button icons

* feat: add new feature metrics page

* refactor: remove prev feature metrics page

* refactor: use new metric boxes on overview page

* refactor: lazy-load the new metrics page

* refactor: fix type error when formatting unknown error

* refactor: extract interfaces for props

* refactor: destructure all props

* refactor: expand arg names

* refactor: reorg component dirs and files

* refactor: improve chart element label

* refactor: hide chart dots until hover

* refactor: add section titles to environments/applications

* refactor: simplify FeatureMetricsHours types

* refactor: sort chart tooltip items

* refactor: add more chart labels

* refactor: always show a dot in single point charts

* refactor: improve chart tooltip styles

* refactor: adjut metric page spacing

* refactor: decrease legend box size

* refactor: move date fmt fn inline

* refactor: improve chart legend styles

* refactor: increase Cypress timeouts

* refactor: sort environment and application chips

* refactor: format files

* refactor: use stable lists of apps and envs

* refactor: fix FeatureMetrics dir name

* refactor: avoid ScrollToTop on query string change

* refactor: use ConditionallyRender instead of inline condition

* refactor: use makeStyles instead of styled API
2022-02-21 13:47:54 +01:00
..
__tests__ refactor: format files (#719) 2022-02-18 09:51:10 +01:00
AnimateOnMount
ApiError
BreadcrumbNav refactor: format files (#719) 2022-02-18 09:51:10 +01:00
CheckmarkBadge feat/rbac roles (#562) 2022-01-14 15:50:02 +01:00
Codebox feat/rbac roles (#562) 2022-01-14 15:50:02 +01:00
ConditionallyRender
Constraint Fix/cleanup unused code (#651) 2022-02-04 10:36:08 +01:00
Dialogue feat: update dialog to accept permissions (#627) 2022-01-26 10:58:35 +01:00
DisabledIndicator Fix/project view desc (#515) 2021-11-24 14:36:21 +01:00
DividerText
DropdownMenu
EnvironmentIcon
EnvironmentSplash Fix/splash (#534) 2021-11-29 14:03:52 +01:00
EnvironmentStrategiesDialog Fix/cleanup unused code (#651) 2022-02-04 10:36:08 +01:00
Feedback refactor: port login auth to TS/SWR (#680) 2022-02-10 17:04:10 +01:00
FormTemplate refactor: format files (#719) 2022-02-18 09:51:10 +01:00
GeneralSelect feat: add new feature metrics page (#716) 2022-02-21 13:47:54 +01:00
Gradient
HeaderTitle
Input fix: add regression tests for feature toggle validation (#695) 2022-02-11 00:43:23 +01:00
ListPlaceholder fix: use correct path for create feature link (#650) 2022-02-01 12:43:37 +01:00
Loader fix: sloader path (#530) 2021-11-26 16:30:39 +01:00
NoItems refactor: format files (#719) 2022-02-18 09:51:10 +01:00
NotFound feat: update color scheme and logo (#301) 2021-05-21 14:06:40 +02:00
PageContent feat/rbac roles (#562) 2022-01-14 15:50:02 +01:00
PaginateUI fix: project access (#621) 2022-02-09 12:25:02 +01:00
PasswordField fix: add outlined for username login input and fix eye icon padding 2022-01-09 12:10:30 +01:00
PercentageCircle fix/strategy tab (#519) 2021-11-26 13:36:04 +01:00
PermissionButton feat: update dialog to accept permissions (#627) 2022-01-26 10:58:35 +01:00
PermissionIconButton refactor: fix misc test feedback (#709) 2022-02-15 10:57:57 +01:00
PermissionSwitch refactor: port global settings to TS/hooks (#679) 2022-02-08 13:36:32 +01:00
Proclamation refactor: port MainLayout to TS/SWR (#684) 2022-02-09 14:16:24 +01:00
ProjectSelect refactor: remove unused ProjectSelect props (#705) 2022-02-14 15:48:25 +01:00
ProtectedRoute
ResponsiveButton refactor: fix misc test feedback (#709) 2022-02-15 10:57:57 +01:00
RolloutIcon feat: add strategies icons (#565) 2022-01-04 11:31:11 +01:00
SearchField refactor: restore search query string from localStorage (#715) 2022-02-17 09:19:01 +01:00
Splash refactor: port login auth to TS/SWR (#680) 2022-02-10 17:04:10 +01:00
StatusChip feat: add new feature metrics page (#716) 2022-02-21 13:47:54 +01:00
StringTruncator
TabNav Merge branch 'main' into refactor/applications 2022-02-08 13:44:42 +01:00
TagSelect
ToastRenderer refactor: replace ts-ignore with ts-expect-error (#681) 2022-02-09 13:39:18 +01:00
common.module.scss refactor: format files (#719) 2022-02-18 09:51:10 +01:00
flags.js feat/rbac roles (#562) 2022-01-14 15:50:02 +01:00
index.js refactor: remove unused code (#721) 2022-02-18 08:26:26 +01:00
input-list-field.jsx
select.tsx
util.js feat: add new feature metrics page (#716) 2022-02-21 13:47:54 +01:00