[PR #24] feat: add jump to reply message functionality #54

Open
opened 2026-02-16 12:26:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stoatchat/for-android/pull/24
Author: @alexjyong
Created: 8/6/2025
Status: 🔄 Open

Base: devHead: feature-jump-to-reply-message


📝 Commits (4)

  • af9af1f feat: add jump to reply message functionality
  • bf3c72d feature: Adding support for Github codespaces (#25)
  • 501a4d6 Merge branch 'dev' into feature-jump-to-reply-message
  • 7f07a5c Merge branch 'dev' into feature-jump-to-reply-message

📊 Changes

4 files changed (+58 additions, -15 deletions)

View changed files

📝 app/src/main/java/chat/revolt/composables/chat/Message.kt (+19 -15)
📝 app/src/main/java/chat/revolt/composables/screens/chat/atoms/RegularMessage.kt (+4 -0)
📝 app/src/main/java/chat/revolt/screens/chat/views/channel/ChannelScreen.kt (+12 -0)
📝 app/src/main/java/chat/revolt/screens/chat/views/channel/ChannelScreenViewModel.kt (+23 -0)

📄 Description

Please make sure to check the following tasks before opening and submitting a PR

  • I understand and have followed the contribution guide
  • I have tested my changes locally and they are working as intended

This resolves https://github.com/revoltchat/android/issues/23

Added the ability to jump to the original message a that another message is replying to.

replyjump


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stoatchat/for-android/pull/24 **Author:** [@alexjyong](https://github.com/alexjyong) **Created:** 8/6/2025 **Status:** 🔄 Open **Base:** `dev` ← **Head:** `feature-jump-to-reply-message` --- ### 📝 Commits (4) - [`af9af1f`](https://github.com/stoatchat/for-android/commit/af9af1f6a2e153a67047264093f1bf549435b4d3) feat: add jump to reply message functionality - [`bf3c72d`](https://github.com/stoatchat/for-android/commit/bf3c72d1740743711ba8d30bae580fe57c053d72) feature: Adding support for Github codespaces (#25) - [`501a4d6`](https://github.com/stoatchat/for-android/commit/501a4d694af942702929245a410ce7e6c05955e0) Merge branch 'dev' into feature-jump-to-reply-message - [`7f07a5c`](https://github.com/stoatchat/for-android/commit/7f07a5c5b862d44a078154e89b3ca1383ce82a3b) Merge branch 'dev' into feature-jump-to-reply-message ### 📊 Changes **4 files changed** (+58 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/java/chat/revolt/composables/chat/Message.kt` (+19 -15) 📝 `app/src/main/java/chat/revolt/composables/screens/chat/atoms/RegularMessage.kt` (+4 -0) 📝 `app/src/main/java/chat/revolt/screens/chat/views/channel/ChannelScreen.kt` (+12 -0) 📝 `app/src/main/java/chat/revolt/screens/chat/views/channel/ChannelScreenViewModel.kt` (+23 -0) </details> ### 📄 Description ## Please make sure to check the following tasks before opening and submitting a PR - [X] I understand and have followed the [contribution guide](https://github.com/revoltchat/.github/blob/master/.github/CONTRIBUTING.md) - [X] I have tested my changes locally and they are working as intended This resolves https://github.com/revoltchat/android/issues/23 Added the ability to jump to the original message a that another message is replying to. ![replyjump](https://github.com/user-attachments/assets/1dc0fb6b-521d-40e2-a833-1ada19bd207b) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:26:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/for-android#54