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

Implemented featurs for Postfeed Management #982

Merged
merged 25 commits into from
Nov 4, 2023
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d98f8d9
redesigned newsfeed
aashimawadhwa Jul 2, 2023
5612107
added test
aashimawadhwa Jul 8, 2023
3164d8f
newsfeed management
aashimawadhwa Jul 29, 2023
9b4186e
pinned post
aashimawadhwa Jul 30, 2023
4e4901c
postfeed management
aashimawadhwa Aug 2, 2023
a67a2eb
pin unpin tag and video control
aashimawadhwa Aug 2, 2023
6c151bd
changes part 2
aashimawadhwa Aug 5, 2023
8c789ba
Merge branch 'develop' of https://github.com/PalisadoesFoundation/tal…
aashimawadhwa Aug 13, 2023
3b889ea
Merge branch 'develop' of https://github.com/PalisadoesFoundation/tal…
aashimawadhwa Aug 13, 2023
df1f3fd
newsfeed changes
aashimawadhwa Aug 24, 2023
0b34848
changes in Card Preview of newsfeed
aashimawadhwa Aug 25, 2023
b771916
changes in Card Preview of newsfeed
aashimawadhwa Aug 27, 2023
7927fe4
testing phase 1
aashimawadhwa Sep 3, 2023
509727a
Merge branch 'develop' of https://github.com/PalisadoesFoundation/tal…
aashimawadhwa Sep 3, 2023
a1fe552
translation
aashimawadhwa Sep 17, 2023
39d0a9b
tests
aashimawadhwa Oct 1, 2023
e6433f0
tests
aashimawadhwa Oct 3, 2023
d1923d5
Merge branch 'develop' of https://github.com/PalisadoesFoundation/tal…
aashimawadhwa Oct 3, 2023
590552e
merged intto develop
aashimawadhwa Oct 3, 2023
bb05601
test
aashimawadhwa Oct 5, 2023
de43120
Added query
aashimawadhwa Oct 5, 2023
24866bd
resolved conflict
aashimawadhwa Oct 15, 2023
0b6c74f
Merge branch 'develop' into newsfeed
aashimawadhwa Oct 19, 2023
86f3746
resolved conflict
aashimawadhwa Oct 19, 2023
0139213
resolved conflicts
aashimawadhwa Nov 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
…awa-admin into Newsfeed-Redesign
  • Loading branch information
aashimawadhwa committed Aug 13, 2023
commit 8c789ba65479f1524b007761cac834bf43c78c59
7 changes: 7 additions & 0 deletions src/GraphQl/Queries/Queries.ts
Original file line number Diff line number Diff line change
@@ -435,6 +435,13 @@ export const ORGANIZATION_POST_CONNECTION_LIST = gql`
email
}
pinned
likeCount
commentCount
likedBy {
_id
firstName
lastName
}
}
}
}
You are viewing a condensed version of this merge commit. You can view the full changes here.