1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
unleash.unleash/frontend/src
Tymoteusz Czech 7480085698 Fix: Features table performance (#1015)
* feat: persistent table query

* project overview sort query

* refactor: api methods as hook callbacks

* persitent columns in project overview

* enable new project overview

* fix: refactor feature state change in overview

* add type to sort

* update e2e tests

now takes 10% less time with use of cypress session

* prevent sort reset on features list

* fix feature toggle list loading

* fix: features table items virtualization

* project overview screen limits

* table row height in theme

* rename row index variable
2022-05-25 14:39:14 +00:00
..
__mocks__
assets
component Fix: Features table performance (#1015) 2022-05-25 14:39:14 +00:00
constants
contexts refactor: replace react-dnd with custom implementation (#988) 2022-05-25 11:40:20 +02:00
hooks Feat/new addons table (#1021) 2022-05-25 15:37:32 +02:00
interfaces refactor: replace react-dnd with custom implementation (#988) 2022-05-25 11:40:20 +02:00
openapi refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00
themes Fix: Features table performance (#1015) 2022-05-25 14:39:14 +00:00
types
utils feat: add trial expiration warning banner (#985) 2022-05-19 14:06:18 +02:00
index.tsx refactor: replace react-dnd with custom implementation (#988) 2022-05-25 11:40:20 +02:00
setupTests.ts feat: new tag types table (#1014) 2022-05-25 11:12:53 +02:00
vite-env.d.ts