Skip to content

fix: add reply and quote modals to reply#319

Merged
AliAlaa88 merged 1 commit into
developmentfrom
fix/issues-7.1
Dec 15, 2025
Merged

fix: add reply and quote modals to reply#319
AliAlaa88 merged 1 commit into
developmentfrom
fix/issues-7.1

Conversation

@bedosaber77

Copy link
Copy Markdown
Collaborator

This pull request enhances the reply functionality in the Reply.vue component by enabling users to open reply and quote modals directly from the tweet stats area. The changes introduce state management for modal visibility and integrate the corresponding modal components, improving the user interaction flow for replying and quoting tweets.

Reply and Quote Modal Integration:

  • Added ReplyModal and QuoteModal components, rendering them based on the new showReplyModal and showQuoteModal state variables. These modals are triggered from the tweet stats actions and closed via the @close event. [1] [2] [3]
  • Updated the Stats component usage to emit reply and quote events, which set the modal visibility state accordingly.

These changes streamline the user experience for interacting with replies and quotes in the tweet details view.

@AliAlaa88 AliAlaa88 merged commit 6e6eee1 into development Dec 15, 2025
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants