Skip to content

Commit 28b1599

Browse files
committed
refactor css dor dynamic dropdown
1 parent a52e5ce commit 28b1599

File tree

738 files changed

+5491
-6289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

738 files changed

+5491
-6289
lines changed

docs/docs/auto-docs/App/functions/default.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
[Admin Docs](/)
1+
[Admin Docs](/)**Docs**
22

33
***
44

55
# Function: default()
66

77
> **default**(): `JSX.Element`
88
9-
Defined in: [src/App.tsx:74](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/App.tsx#L74)
10-
119
This is the main function for our application. It sets up all the routes and components,
1210
defining how the user can navigate through the app. The function uses React Router's `Routes`
1311
and `Route` components to map different URL paths to corresponding screens and components.
@@ -26,3 +24,7 @@ and `Route` components to map different URL paths to corresponding screens and c
2624
`JSX.Element`
2725

2826
The rendered routes and components of the application.
27+
28+
## Defined in
29+
30+
[src/App.tsx:74](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/App.tsx#L74)
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
[Admin Docs](/)
1+
[Admin Docs](/)**Docs**
22

33
***
44

55
# Variable: AUTH\_TOKEN
66

77
> `const` **AUTH\_TOKEN**: `""` = `''`
88
9-
Defined in: [src/Constant/constant.ts:1](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/Constant/constant.ts#L1)
9+
## Defined in
10+
11+
[src/Constant/constant.ts:1](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/Constant/constant.ts#L1)
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
[Admin Docs](/)
1+
[Admin Docs](/)**Docs**
22

33
***
44

55
# Variable: BACKEND\_URL
66

77
> `const` **BACKEND\_URL**: `string` = `process.env.REACT_APP_TALAWA_URL`
88
9-
Defined in: [src/Constant/constant.ts:2](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/Constant/constant.ts#L2)
9+
## Defined in
10+
11+
[src/Constant/constant.ts:2](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/Constant/constant.ts#L2)
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
[Admin Docs](/)
1+
[Admin Docs](/)**Docs**
22

33
***
44

55
# Variable: REACT\_APP\_BACKEND\_WEBSOCKET\_URL
66

77
> `const` **REACT\_APP\_BACKEND\_WEBSOCKET\_URL**: `string`
88
9-
Defined in: [src/Constant/constant.ts:6](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/Constant/constant.ts#L6)
9+
## Defined in
10+
11+
[src/Constant/constant.ts:6](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/Constant/constant.ts#L6)
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
[Admin Docs](/)
1+
[Admin Docs](/)**Docs**
22

33
***
44

55
# Variable: REACT\_APP\_CUSTOM\_PORT
66

77
> `const` **REACT\_APP\_CUSTOM\_PORT**: `string` = `process.env.PORT`
88
9-
Defined in: [src/Constant/constant.ts:5](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/Constant/constant.ts#L5)
9+
## Defined in
10+
11+
[src/Constant/constant.ts:5](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/Constant/constant.ts#L5)
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
[Admin Docs](/)
1+
[Admin Docs](/)**Docs**
22

33
***
44

55
# Variable: REACT\_APP\_USE\_RECAPTCHA
66

77
> `const` **REACT\_APP\_USE\_RECAPTCHA**: `string` = `process.env.REACT_APP_USE_RECAPTCHA`
88
9-
Defined in: [src/Constant/constant.ts:4](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/Constant/constant.ts#L4)
9+
## Defined in
10+
11+
[src/Constant/constant.ts:4](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/Constant/constant.ts#L4)
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
[Admin Docs](/)
1+
[Admin Docs](/)**Docs**
22

33
***
44

55
# Variable: RECAPTCHA\_SITE\_KEY
66

77
> `const` **RECAPTCHA\_SITE\_KEY**: `string` = `process.env.REACT_APP_RECAPTCHA_SITE_KEY`
88
9-
Defined in: [src/Constant/constant.ts:3](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/Constant/constant.ts#L3)
9+
## Defined in
10+
11+
[src/Constant/constant.ts:3](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/Constant/constant.ts#L3)

docs/docs/auto-docs/GraphQl/Mutations/ActionItemCategoryMutations/variables/CREATE_ACTION_ITEM_CATEGORY_MUTATION.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
[Admin Docs](/)
1+
[Admin Docs](/)**Docs**
22

33
***
44

55
# Variable: CREATE\_ACTION\_ITEM\_CATEGORY\_MUTATION
66

77
> `const` **CREATE\_ACTION\_ITEM\_CATEGORY\_MUTATION**: `DocumentNode`
88
9-
Defined in: [src/GraphQl/Mutations/ActionItemCategoryMutations.ts:11](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/ActionItemCategoryMutations.ts#L11)
10-
119
GraphQL mutation to create an action item category.
1210

1311
## Param
@@ -21,3 +19,7 @@ Disabled status of the ActionItemCategory.
2119
## Param
2220

2321
Organization to which the ActionItemCategory belongs.
22+
23+
## Defined in
24+
25+
[src/GraphQl/Mutations/ActionItemCategoryMutations.ts:11](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/ActionItemCategoryMutations.ts#L11)

docs/docs/auto-docs/GraphQl/Mutations/ActionItemCategoryMutations/variables/UPDATE_ACTION_ITEM_CATEGORY_MUTATION.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
[Admin Docs](/)
1+
[Admin Docs](/)**Docs**
22

33
***
44

55
# Variable: UPDATE\_ACTION\_ITEM\_CATEGORY\_MUTATION
66

77
> `const` **UPDATE\_ACTION\_ITEM\_CATEGORY\_MUTATION**: `DocumentNode`
88
9-
Defined in: [src/GraphQl/Mutations/ActionItemCategoryMutations.ts:35](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/ActionItemCategoryMutations.ts#L35)
10-
119
GraphQL mutation to update an action item category.
1210

1311
## Param
@@ -21,3 +19,7 @@ Updated name of the ActionItemCategory.
2119
## Param
2220

2321
Updated disabled status of the ActionItemCategory.
22+
23+
## Defined in
24+
25+
[src/GraphQl/Mutations/ActionItemCategoryMutations.ts:35](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/ActionItemCategoryMutations.ts#L35)

docs/docs/auto-docs/GraphQl/Mutations/ActionItemMutations/variables/CREATE_ACTION_ITEM_MUTATION.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
[Admin Docs](/)
1+
[Admin Docs](/)**Docs**
22

33
***
44

55
# Variable: CREATE\_ACTION\_ITEM\_MUTATION
66

77
> `const` **CREATE\_ACTION\_ITEM\_MUTATION**: `DocumentNode`
88
9-
Defined in: [src/GraphQl/Mutations/ActionItemMutations.ts:14](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/ActionItemMutations.ts#L14)
10-
119
GraphQL mutation to create an action item.
1210

1311
## Param
@@ -33,3 +31,7 @@ Event to which the ActionItem is related.
3331
## Param
3432

3533
Hours allotted for the ActionItem.
34+
35+
## Defined in
36+
37+
[src/GraphQl/Mutations/ActionItemMutations.ts:14](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/ActionItemMutations.ts#L14)

0 commit comments

Comments
 (0)