1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component/feature
Nuno Góis 436849edf3
fix: revert table virtualization in variants per env (#2990)
Fixes a bug where some variant tables did not render properly if
scrolled all the way down.

Since we are not expecting to need virtualisation in these tables
anyways (each table should hopefully have a relatively low amount of
variants), reverting the `VirtualizedTable` usage to a normal one seemed
like the most straightforward solution at this stage, fixing the issue
without any noticeable side effects.


![image](https://user-images.githubusercontent.com/14320932/214568043-038ca72e-7f23-4114-8415-fb4eb287154e.png)
2023-01-25 14:23:45 +00:00
..
CopyFeature
CreateFeature refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
CreateFeatureButton Orval generator POC (#2724) 2023-01-05 11:57:53 +01:00
EditFeature refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
FeatureForm Styled components batch4.1 (#2812) 2023-01-05 09:45:39 +01:00
FeatureStrategy fix: infinite rendering due to wrong effect deps (#2895) 2023-01-13 09:02:43 +01:00
FeatureToggleList feat: export ui api integration (#2888) 2023-01-12 16:09:13 +01:00
FeatureView fix: revert table virtualization in variants per env (#2990) 2023-01-25 14:23:45 +00:00
hooks refactor: remove error class names from input error messages (#1071) 2022-06-07 15:03:40 +02:00
RedirectFeatureView
StrategyTypes Suggest changes - initial frontend (#2213) 2022-10-20 14:00:48 +02:00