Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Service provider] add Користувачі tab. Desktop layout #914

Merged
merged 14 commits into from
Feb 17, 2022

Conversation

perepichai
Copy link
Contributor

@perepichai perepichai commented Feb 14, 2022

Task #889

  1. add new component "users-list".
  2. add new component "users" with mock data.

изображение

* @param event: Event
*/
onSearch(event: Event): void {
this.filterValue = (event.target as HTMLInputElement).value;
Copy link
Collaborator

Choose a reason for hiding this comment

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

please make filtering only when user stopped enterring

Copy link
Contributor Author

Choose a reason for hiding this comment

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

have added debounceTime and input reset when the tab is changed.

@perepichai perepichai requested a review from dmitryy90 February 15, 2022 08:37
* feat: add service provider-admin

* feat: add GetAllProviderAdmins

* feat: add GetAllProviderAdmins

* update columns name

* update columns name

* enum for the labels

* add enum for the provider admin role

* add new interface for the updated provider admins

* add updateStructureForTheTable method  to updating data

* fix indentantions

* fix test
@perepichai perepichai merged commit 047fc59 into develop Feb 17, 2022
@perepichai perepichai deleted the service-provider/users-tab branch February 17, 2022 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants