Mateusz Kwasniewski
|
f3ca4f0c54
|
chore: upgrading vite to newer version (#5703)
|
2023-12-20 14:48:18 +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 |
|
Mateusz Kwasniewski
|
40dfb927e9
|
feat: parent and child info in feature overview header (#4901)
|
2023-10-02 11:47:48 +02:00 |
|
Jaanus Sellin
|
7a32eacecb
|
feat: segments in pending CR screen (#4420)
|
2023-08-04 15:34:03 +03:00 |
|
Mateusz Kwasniewski
|
3b1157b869
|
feat: skip change request in UI (#3495)
|
2023-04-11 14:47:54 +02:00 |
|
Tymoteusz Czech
|
111dddd746
|
fix: archived feature layout (#2713)
|
2023-01-04 09:24:39 +00:00 |
|
Mateusz Kwasniewski
|
c4f3ada0eb
|
POC: integration tests (#2422)
|
2022-12-06 15:28:33 +01:00 |
|