1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
unleash.unleash/frontend/src
Nuno Góis 570e9f88be feat: upgrade users table (#1040)
* feat: upgrade users table

* fix misc ui/ux bugs

* refactor: address PR comments

* fix: searching by `undefined`

* fix: searching for undefined on invoices, table placeholder centering

* refactor: abstract users list actions into new component

* refactor: move styled components to top of files
2022-05-31 07:59:09 +01:00
..
__mocks__
assets
component feat: upgrade users table (#1040) 2022-05-31 07:59:09 +01:00
constants
contexts refactor: replace react-dnd with custom implementation (#988) 2022-05-25 11:40:20 +02:00
hooks feat: upgrade users table (#1040) 2022-05-31 07:59:09 +01:00
interfaces refactor: remove unused code (#1036) 2022-05-27 13:28:58 +02:00
openapi refactor: improve OpenAPI refs (#1005) 2022-05-24 08:37:46 +02:00
themes refactor: port segments list to react-table (#1024) 2022-05-27 08:57:30 +02:00
types
utils feat: upgrade users table (#1040) 2022-05-31 07:59:09 +01: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