-
Notifications
You must be signed in to change notification settings - Fork 245
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
feat: multi squad post approval #4111
Merged
Merged
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
c3f4714
feat: make squad id optional for sourcePostModerations
AmarTrebinjac a9cdeb3
feat: move moderate page to squad folder
AmarTrebinjac f4f6370
chore: delete old moderate page
AmarTrebinjac 63a901e
feat: make squad optional in useSourceModerationList
AmarTrebinjac b4f3482
feat: update squad header bar link
AmarTrebinjac 8f6782b
feat: add squad icon on moderation item
AmarTrebinjac 4c971f6
feat: Update fetching logic
AmarTrebinjac 3b0f1db
feat: add pending posts to sidebar
AmarTrebinjac 70150f4
feat: add pending button to my
AmarTrebinjac 9adabe8
feat: bulk approval for multiple squads
AmarTrebinjac a2ba4bd
feat: update squad tabs
AmarTrebinjac ea7ca1e
feat: update squadtab props
AmarTrebinjac 94dc603
Merge branch 'main' into MI-635
AmarTrebinjac e08a8fa
Merge branch 'main' into MI-635
AmarTrebinjac d4e15d5
fix: pass correct prop
AmarTrebinjac 7960c8f
fix: pass squad correctly
AmarTrebinjac fb4c6bd
Merge branch 'main' into MI-635
AmarTrebinjac 3063fa5
Merge branch 'main' into MI-635
AmarTrebinjac e430803
feat: add SSR
AmarTrebinjac 85d791b
feat: updated logic to not fetch from sidebar
AmarTrebinjac 5e16656
Merge branch 'main' into MI-635
AmarTrebinjac e45a357
fix: remove default disabled in sidebar
AmarTrebinjac e2a44e1
Merge branch 'main' into MI-635
sshanzel b4ee2ca
Merge branch 'main' into MI-635
AmarTrebinjac 209ef09
chore: add redirect
AmarTrebinjac File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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 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 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 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 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 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have to be careful with deployment. If we are updating the existing mutation, we must merge this PR at the same time the API is deployed. Otherwise, requests might fail.