Jaanus Sellin
|
b3dd460d2f
|
chore: rename toggle to flag #7 (#7125)
|
2024-05-23 13:19:49 +03:00 |
|
Jaanus Sellin
|
233b882c7b
|
feat: merge feature toggle details with feature meta info box (#6977)

---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
Co-authored-by: andreas-unleash <andreas@getunleash.ai>
|
2024-05-06 12:17:54 +03:00 |
|
Tymoteusz Czech
|
795c67306c
|
fix: features sidebar scroll (#5524)
Feature toggle overview screen - the sidebar getting sticky was making it hard to see many environments
|
2023-12-05 09:08:02 +01:00 |
|
Nuno Góis
|
347c1cabbc
|
feat: add new sticky component to handle stacked stickies (#5088)
https://linear.app/unleash/issue/2-1509/discovery-stacked-sticky-elements
Adds a new `Sticky` element that will attempt to stack sticky elements
in the DOM in a smart way.
This needs a wrapping `StickyProvider` that will keep track of sticky
elements.
This PR adapts a few components to use this new element:
- `DemoBanner`
- `FeatureOverviewSidePanel`
- `DraftBanner`
- `MaintenanceBanner`
- `MessageBanner`
Pre-existing `top` properties are taken into consideration for the top
offset, so we can have nice margins like in the feature overview side
panel.
### Before - Sticky elements overlap 😞

### After - Sticky elements stack 😄

|
2023-10-19 15:50:37 +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 |
|
sjaanus
|
88d649d239
|
Allow hiding environments from the feature overview screen (#2727)
|
2023-01-03 15:41:34 +02:00 |
|
Nuno Góis
|
3f881caa37
|
fix: feature overview env count should only count enabled (#2521)
https://linear.app/unleash/issue/2-457/fix-feature-overview-sidepanel-environment-counter-to-only-include
|
2022-11-24 15:43:29 +01:00 |
|
Nuno Góis
|
4d5c12dbf7
|
Feature overview sidepanel UI improvements (#2502)
https://linear.app/unleash/issue/2-423/update-feature-toggle-overview-sidepanel
Misc UI improvements.
|
2022-11-22 16:51:41 +01:00 |
|
Nuno Góis
|
137d2caaa4
|
feat: add details section to overview sidepanel (#2489)
https://linear.app/unleash/issue/2-423/update-feature-toggle-overview-sidepanel
|
2022-11-22 09:27:19 +00:00 |
|
Nuno Góis
|
ac16e7e3ba
|
feat: add tags to the new feature overview sidepanel (#2488)
https://linear.app/unleash/issue/2-423/update-feature-toggle-overview-sidepanel
|
2022-11-22 09:14:57 +00:00 |
|
Nuno Góis
|
3dca3d53f9
|
feat: improved feature overview sidepanel env toggles (#2487)
https://linear.app/unleash/issue/2-423/update-feature-toggle-overview-sidepanel
|
2022-11-22 08:50:31 +00:00 |
|