Skip to content

Commit

Permalink
Fixes PalisadoesFoundation#1514 redesign the Posts screen for the tal…
Browse files Browse the repository at this point in the history
…awa user portal
  • Loading branch information
gauravsingh94 committed Mar 15, 2024
1 parent a320d35 commit 58cc659
Show file tree
Hide file tree
Showing 18 changed files with 666 additions and 897 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ REACT_APP_USE_RECAPTCHA=
REACT_APP_RECAPTCHA_SITE_KEY=

# has to be inserted in the env file to use plugins and other websocket based features.
REACT_APP_BACKEND_WEBSOCKET_URL=ws://localhost:4000/graphql
REACT_APP_BACKEND_WEBSOCKET_URL=localhost:4000/graphql
11 changes: 11 additions & 0 deletions src/GraphQl/Queries/Queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ export const ORGANIZATION_POST_CONNECTION_LIST = gql`
firstName
lastName
}
pinned
}
}
}
Expand Down Expand Up @@ -843,3 +844,13 @@ export const IS_SAMPLE_ORGANIZATION_QUERY = gql`
isSampleOrganization(id: $isSampleOrganizationId)
}
`;

export const ORGANIZATION_CUSTOM_FIELDS = gql`
query ($customFieldsByOrganizationId: ID!) {
customFieldsByOrganization(id: $customFieldsByOrganizationId) {
_id
type
name
}
}
`;
11 changes: 11 additions & 0 deletions src/assets/svgs/deletePost.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/svgs/editPost.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/assets/svgs/pinPost.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/svgs/pinUserCard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/svgs/pinUserCardFilled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/svgs/postUser.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/assets/svgs/report.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/svgs/rightScroll.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 58cc659

Please sign in to comment.