feat(tweet): repost a tweet with a quote - [CU-869bafw12] - #132
Merged
Conversation
Collaborator
|
Task linked: CU-869bafw12 repost a tweet with a quote |
habibayman
force-pushed
the
feat/repost-tweet
branch
from
November 27, 2025 23:12
ed90f3e to
6a0b37a
Compare
habibayman
marked this pull request as ready for review
November 28, 2025 00:27
habibayman
requested review from
AhmedSobhy01,
AmrSamy59,
LoayAhmed304 and
im-saif
as code owners
November 28, 2025 00:27
Testers ChecklistGeneral
Frontend
|
habibayman
force-pushed
the
feat/repost-tweet
branch
from
November 29, 2025 14:15
ed8566b to
15537e5
Compare
Unit Tests Coverage ReportCoverage after merging feat/repost-tweet into dev will be
Coverage Report for Changed Files
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Abdallah-farag27
approved these changes
Nov 29, 2025
Member
Author
|
Update: the quoted tweet view is in progress in #136 but is expected to have some delay. This PR shouldn't be held pending on it because everything here works already! it just can get a little prettier ✨ |
AmrSamy59
approved these changes
Dec 3, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Added the option to repost a tweet with quote.
Uses the same endpoints as posting a normal tweet.
I refactored the original tweet actions component to show dropdown menu for reposting options:
a) preserves old behavior of toggling a repost, just in a new shape:
Screencast.from.2025-11-28.03-01-13.webm
b) a new quote a tweet dialog editor:
Screencast.from.2025-11-28.03-01-28.webm
Reviewer Guidance
Unfortunately you won't be able to see the posted quoted tweet now because it hasn't been implemented yet, once @Abdallah-farag27 implements it, we will be.
for now what you can do is to view the response of the sent request to
/tweetsin the networks tab and make sure it returns a "quoteToTweetId"Note
Maybe we can use the quoted tweet view that will be implemented for the tweet here inside the composer too. Since right now this isn't exactly 1:1 with twitter