-
-
Notifications
You must be signed in to change notification settings - Fork 864
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] User Portal: People Page Violates The Figma Style Guide (#3310)
* ui fix * fix * css fix * Update src/screens/UserPortal/People/People.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix * fix * Update src/style/app.module.css Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * add test and ui fix * fix * ui fix * fix * ui fix * ui fix --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e843b36
commit a218d86
Showing
12 changed files
with
448 additions
and
256 deletions.
There are no files selected for viewing
63 changes: 63 additions & 0 deletions
63
...to-docs/screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_EMPTY.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
[Admin Docs](/) | ||
|
||
*** | ||
|
||
# Variable: MOCKS\_EMPTY | ||
|
||
> `const` **MOCKS\_EMPTY**: `object`[] | ||
Defined in: [src/screens/OrganizationTags/OrganizationTagsMocks.ts:344](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/screens/OrganizationTags/OrganizationTagsMocks.ts#L344) | ||
|
||
## Type declaration | ||
|
||
### request | ||
|
||
> **request**: `object` | ||
#### request.query | ||
|
||
> **query**: `DocumentNode` = `ORGANIZATION_USER_TAGS_LIST` | ||
#### request.variables | ||
|
||
> **variables**: `object` | ||
#### request.variables.first | ||
|
||
> **first**: `number` = `TAGS_QUERY_DATA_CHUNK_SIZE` | ||
#### request.variables.id | ||
|
||
> **id**: `string` = `'orgId'` | ||
#### request.variables.sortedBy | ||
|
||
> **sortedBy**: `object` | ||
#### request.variables.sortedBy.id | ||
|
||
> **id**: `string` = `'DESCENDING'` | ||
#### request.variables.where | ||
|
||
> **where**: `object` | ||
#### request.variables.where.name | ||
|
||
> **name**: `object` | ||
#### request.variables.where.name.starts\_with | ||
|
||
> **starts\_with**: `string` = `''` | ||
### result | ||
|
||
> **result**: `object` | ||
#### result.data | ||
|
||
> **data**: `object` | ||
#### result.data.organizations | ||
|
||
> **organizations**: `object`[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
...reens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_ERROR_ERROR_TAG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[Admin Docs](/) | ||
|
||
*** | ||
|
||
# Variable: MOCKS\_ERROR\_ERROR\_TAG | ||
|
||
> `const` **MOCKS\_ERROR\_ERROR\_TAG**: `object`[] | ||
Defined in: [src/screens/OrganizationTags/OrganizationTagsMocks.ts:334](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/screens/OrganizationTags/OrganizationTagsMocks.ts#L334) | ||
|
||
## Type declaration | ||
|
||
### error | ||
|
||
> **error**: `Error` | ||
### request | ||
|
||
> **request**: `object` | ||
#### request.query | ||
|
||
> **query**: `DocumentNode` = `CREATE_USER_TAG` | ||
#### request.variables | ||
|
||
> **variables**: `object` | ||
#### request.variables.name | ||
|
||
> **name**: `string` = `'userTagE'` | ||
#### request.variables.organizationId | ||
|
||
> **organizationId**: `string` = `'orgId'` |
9 changes: 9 additions & 0 deletions
9
...screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_NO_MORE_PAGES.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Admin Docs](/) | ||
|
||
*** | ||
|
||
# Variable: MOCKS\_NO\_MORE\_PAGES | ||
|
||
> `const` **MOCKS\_NO\_MORE\_PAGES**: (\{ `request`: \{ `query`: `DocumentNode`; `variables`: \{ `after`: `undefined`; `first`: `number`; `id`: `string`; `sortedBy`: \{ `id`: `string`; \}; `where`: \{ `name`: \{ `starts_with`: `string`; \}; \}; \}; \}; `result`: \{ `data`: \{ `organizations`: `object`[]; \}; \}; \} \| \{ `request`: \{ `query`: `DocumentNode`; `variables`: \{ `after`: `string`; `first`: `number`; `id`: `string`; `sortedBy`: \{ `id`: `string`; \}; `where`: \{ `name`: \{ `starts_with`: `string`; \}; \}; \}; \}; `result`: \{ `data`: `any`; \}; \})[] | ||
Defined in: [src/screens/OrganizationTags/OrganizationTagsMocks.ts:477](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/screens/OrganizationTags/OrganizationTagsMocks.ts#L477) |
9 changes: 9 additions & 0 deletions
9
...reens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_NULL_END_CURSOR.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Admin Docs](/) | ||
|
||
*** | ||
|
||
# Variable: MOCKS\_NULL\_END\_CURSOR | ||
|
||
> `const` **MOCKS\_NULL\_END\_CURSOR**: (\{ `request`: \{ `query`: `DocumentNode`; `variables`: \{ `after`: `undefined`; `first`: `number`; `id`: `string`; `sortedBy`: \{ `id`: `string`; \}; `where`: \{ `name`: \{ `starts_with`: `string`; \}; \}; \}; \}; `result`: \{ `data`: \{ `organizations`: `object`[]; \}; \}; \} \| \{ `request`: \{ `query`: `DocumentNode`; `variables`: \{ `after`: `any`; `first`: `number`; `id`: `string`; `sortedBy`: \{ `id`: `string`; \}; `where`: \{ `name`: \{ `starts_with`: `string`; \}; \}; \}; \}; `result`: \{ `data`: \{ `organizations`: `object`[]; \}; \}; \})[] | ||
Defined in: [src/screens/OrganizationTags/OrganizationTagsMocks.ts:391](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/screens/OrganizationTags/OrganizationTagsMocks.ts#L391) |
63 changes: 63 additions & 0 deletions
63
...s/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_UNDEFINED_USER_TAGS.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
[Admin Docs](/) | ||
|
||
*** | ||
|
||
# Variable: MOCKS\_UNDEFINED\_USER\_TAGS | ||
|
||
> `const` **MOCKS\_UNDEFINED\_USER\_TAGS**: `object`[] | ||
Defined in: [src/screens/OrganizationTags/OrganizationTagsMocks.ts:376](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/screens/OrganizationTags/OrganizationTagsMocks.ts#L376) | ||
|
||
## Type declaration | ||
|
||
### request | ||
|
||
> **request**: `object` | ||
#### request.query | ||
|
||
> **query**: `DocumentNode` = `ORGANIZATION_USER_TAGS_LIST` | ||
#### request.variables | ||
|
||
> **variables**: `object` | ||
#### request.variables.first | ||
|
||
> **first**: `number` = `TAGS_QUERY_DATA_CHUNK_SIZE` | ||
#### request.variables.id | ||
|
||
> **id**: `string` = `'orgId'` | ||
#### request.variables.sortedBy | ||
|
||
> **sortedBy**: `object` | ||
#### request.variables.sortedBy.id | ||
|
||
> **id**: `string` = `'DESCENDING'` | ||
#### request.variables.where | ||
|
||
> **where**: `object` | ||
#### request.variables.where.name | ||
|
||
> **name**: `object` | ||
#### request.variables.where.name.starts\_with | ||
|
||
> **starts\_with**: `string` = `''` | ||
### result | ||
|
||
> **result**: `object` | ||
#### result.data | ||
|
||
> **data**: `object` | ||
#### result.data.organizations | ||
|
||
> **organizations**: `object`[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 0 additions & 33 deletions
33
src/components/UserPortal/PeopleCard/PeopleCard.module.css
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.