Skip to content

Commit

Permalink
Tc#88 refactor user list (#138)
Browse files Browse the repository at this point in the history
* TC#88
N1 я решил ошибку в запросе файла у модератора, во вкладке модератор происходит некорректный поиск пользователей.

* TC#88
a little refactoring

* TC#88
I added a check to not display the reset button for empty values in the filter and added a check for moderators so that the moderator should not have the right to manage user rights

* TC#88
I removed the users and moderators tabs in the moderator panel.

* TC#88
a little refactoring

* TC#88
after changing the user's role, the tab on which he was is updated to the one where this user is

* TC#88
Fixed a bug with filters when changing user data:

* TC#88
changed api url

* TC#88: Some changed grid layout in user form query

* TC#88
fixed a few bugs

* TC#88
fixed a bug with adding a new user

* TC#88
Correction of an error during user registration

* TC#88
a little refactoring

* TC#88 refactor user list

* resolved conflicts

* resolved conflicts

---------

Co-authored-by: Muhtarov Nurdin <nurdinmuhtarovv@gmail.com>
Co-authored-by: Alikhan Kubatbekov <alixan.kubatbekov@gmail.com>
  • Loading branch information
3 people authored Dec 18, 2024
1 parent 1282a81 commit 607fbb6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import { selectUserPermission } from '@/shared/lib/features/users/users-slice';
import { fetchOneUser } from '@/shared/lib/features/users/users-thunks';
import { validateEmail } from '@/shared/lib/helpers/validateEmail';
import { Grid2X2PlusIcon, Pencil } from 'lucide-react';
import { toast } from 'sonner';

import React, { useEffect } from 'react';

Expand Down

0 comments on commit 607fbb6

Please sign in to comment.