1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-10 17:53:36 +02:00
unleash.unleash/frontend/src/component
Nuno Góis fdd683813a feat: add user table sort and search (#879)
* add user sort and filter hooks, adapt table to match design

* refactor: abstract away TableActions and TableCellSortable into components, small fixes and improvements

* feat: implement search

* feat: add search word highlighter to match design

* refactor: small UI/UX improvements

* fix: rounded corners for th on responsive breakpoints

* refactor: small UI/UX improvements

* Update src/hooks/useUsersSort.ts

Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>

* refactor: clearer arg name in users filter

* refactor: specify transition properties

* refactor: add theme v2 properties and cleanup styles

* refactor: create lightweight highlighter component

Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2022-04-20 13:22:50 +01:00
..
addons refactor: improve image labels (#885) 2022-04-20 12:17:24 +02:00
admin feat: add user table sort and search (#879) 2022-04-20 13:22:50 +01:00
application refactor: improve GeneralSelect prop types (#883) 2022-04-20 11:47:17 +02:00
archive chore: update paths 🧼 (#820) 2022-03-28 09:49:59 +01:00
common feat: add user table sort and search (#879) 2022-04-20 13:22:50 +01:00
context feat: add context value descriptions (#874) 2022-04-19 15:20:01 +02:00
environments chore: update react-dnd (#834) 2022-03-31 15:05:05 +02:00
feature refactor: improve image labels (#885) 2022-04-20 12:17:24 +02:00
feedback refactor: port some things to TS (#833) 2022-04-01 10:28:15 +02:00
history refactor: port some things to TS (#833) 2022-04-01 10:28:15 +02:00
layout refactor: move texture image to file (#889) 2022-04-20 13:22:40 +02:00
menu fix: improve header admin menu link order (#860) 2022-04-06 16:29:49 +02:00
project refactor: port some things to TS (#843) 2022-04-06 12:22:24 +02:00
providers chore: update paths 🧼 (#820) 2022-03-28 09:49:59 +01:00
Reporting refactor: port some things to TS (#843) 2022-04-06 12:22:24 +02:00
segments refactor: convert auth tests from Cypress to Jest (#864) 2022-04-08 13:13:45 +02:00
splash refactor: convert auth tests from Cypress to Jest (#864) 2022-04-08 13:13:45 +02:00
strategies refactor: improve GeneralSelect prop types (#883) 2022-04-20 11:47:17 +02:00
tags refactor: improve GeneralSelect prop types (#883) 2022-04-20 11:47:17 +02:00
user refactor: unify test render context (#871) 2022-04-08 15:02:06 +02:00
App.tsx refactor: port some things to TS (#833) 2022-04-01 10:28:15 +02:00
styles.module.scss