Mateusz Kwasniewski
|
a45be8d10c
|
test: move tests from cypress to rtl (#6987)
|
2024-05-07 09:03:40 +02:00 |
|
Mateusz Kwasniewski
|
6762703db9
|
chore: remove extended usage metrics ui flag (#6701)
|
2024-03-26 15:14:39 +01:00 |
|
Christopher Kolstad
|
53354224fc
|
chore: Bump biome and configure husky (#6589)
Upgrades biome to 1.6.1, and updates husky pre-commit hook.
Most changes here are making type imports explicit.
|
2024-03-18 13:58:05 +01:00 |
|
Mateusz Kwasniewski
|
22037cb0f2
|
fix: normalize hours back to prevent freezing UI (#5953)
|
2024-01-19 09:27:31 +01:00 |
|
Mateusz Kwasniewski
|
d3215335c9
|
feat: metrics periods expressed in days (#5928)
|
2024-01-18 11:54:20 +01:00 |
|
andreas-unleash
|
60813acb09
|
fix: make the conflcit email template button conditionally render (#5931)
Makes the schedule conflict email button conditional to having the link
present.
Closes #
[1-1950](https://linear.app/unleash/issue/1-1950/modify-the-template-to-make-the-new-button-conditional)
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
|
2024-01-17 13:26:07 +00:00 |
|
Mateusz Kwasniewski
|
6a55964ce8
|
fix: metrics apps should be selected from the longest time span (#5923)
|
2024-01-17 09:51:59 +01:00 |
|
Mateusz Kwasniewski
|
dfeaea8ee9
|
feat: hours back feature metrics tracking (#5904)
|
2024-01-16 10:30:06 +01:00 |
|
Mateusz Kwasniewski
|
e27a578fab
|
feat: separate UI flag and backend flag for extended metrics (#5875)
|
2024-01-12 10:20:03 +01:00 |
|
Mateusz Kwasniewski
|
8955a9906d
|
feat: extended metrics options ui (#5786)
|
2024-01-08 14:49:41 +01:00 |
|
Nuno Góis
|
4167a60588
|
feat: biome lint frontend (#4903)
Follows up on https://github.com/Unleash/unleash/pull/4853 to add Biome
to the frontend as well.

Added a few `biome-ignore` to speed up the process but we may want to
check and fix them in the future.
|
2023-10-02 13:25:46 +01:00 |
|
Nuno Góis
|
2e6b6cd354
|
fix: dark theme UI fixes (#3423)
https://linear.app/unleash/issue/2-849/dark-mode-ui-fixes



Also includes misc UI fixes and improvements we identified along the
way.
Co-authored by @NicolaeUnleash
---------
Co-authored-by: NicolaeUnleash <103567375+NicolaeUnleash@users.noreply.github.com>
|
2023-03-30 16:57:35 +01:00 |
|
Tymoteusz Czech
|
2c15841af4
|
fix: metrics one hour select label (#2712)
|
2022-12-19 16:27:21 +01:00 |
|
Ivar Conradi Østhus
|
670b97dede
|
fix: set suggested min value to 0 (#2363)
This PR does one thing, it sets the y-axis to start at "0" when showing
request counts over time.

fixes #2107
|
2022-11-09 21:43:13 +00:00 |
|
olav
|
9bb0ce8cad
|
refactor: improve GeneralSelect prop types (#883)
* refactor: improve GeneralSelect prop types
* refactor: Remove unused propTypes
|
2022-04-20 11:47:17 +02:00 |
|
Youssef Khedher
|
85950f104a
|
chore: update paths 🧼 (#820)
|
2022-03-28 09:49:59 +01:00 |
|
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 |
|