Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

fix: user search by text instead of regex #924

Merged
merged 3 commits into from
Apr 29, 2022
Merged

Conversation

nunogois
Copy link
Member

About the changes

Downgrades the new user search to a basic text search, which should be more intuitive for end-users in most cases.

@vercel
Copy link

vercel bot commented Apr 29, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
unleash-frontend ✅ Ready (Inspect) Visit Preview Apr 29, 2022 at 11:02AM (UTC)

@nunogois nunogois requested a review from sighphyre April 29, 2022 10:12
src/hooks/useUsersFilter.ts Outdated Show resolved Hide resolved
Copy link
Member

@sighphyre sighphyre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@FredrikOseberg FredrikOseberg merged commit 492ef5f into main Apr 29, 2022
@FredrikOseberg FredrikOseberg deleted the fix/user-search-text branch April 29, 2022 11:14
Tymek added a commit that referenced this pull request May 5, 2022
* experiment with generic table

* feat: example implementation of sortable table interfaces

* add enhanced table header

Co-authored-by: Nuno Góis <[email protected]>

* table cleanup

Co-authored-by: Nuno Góis
Co-authored-by: Fredrik Strand Oseberg

* useSort hook interface surface

Co-authored-by: Nuno Góis <[email protected]>

* sort handler initial implementation

Co-authored-by: Tymoteusz Czech <[email protected]>

* new table unified components

* feature flags table components

Co-authored-by: Nuno Góis <[email protected]>

* feat: new table sort hook

* feat: table sort

* useSearch hook implementation

* update new sort hook tests

* sortable headers hook

* feat: add sort to other table features

* move experimental table hooks to a directory

* update new table header styles

* fix: header, tableActions

* add some details like pagination and highlighter so we keep them in mind

* feature table cells

* update new table sort logic

* new pagination

* fix formatting and remove unused component

* fix: adapt useSearch default search to text instead of regex (PR #924)

* fix: update table title based on visible rows

* fix: remove test route

* refactor: move table experiment files

* features table experimentation

* feat: enhanced feature flags table

* fix: features default sort

* feat: enhanced table loading

* fix: table theme after mui5 update

* features list placeholder

* add react-table

* update snapshots after theme change

* remove unused files

* fix: improve features table after review

* refactor: rename feature type cell variables

Co-authored-by: Fredrik Oseberg <[email protected]>
Co-authored-by: Nuno Góis <[email protected]>
Co-authored-by: Tymoteusz Czech <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants