[PR #285] [CLOSED] feat: include replies in copied text #589

Closed
opened 2026-02-16 12:36:01 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stoatchat/for-web/pull/285
Author: @sharkaccino
Created: 6/3/2024
Status: Closed

Base: mainHead: feat-copy-msg-fix


📝 Commits (5)

  • 4ae9840 fix usernames being nonselectable
  • 4527698 wip: add hidden text for message replies (#172)
  • 8912186 hidden text: use a function instead of solid components
  • cf33d8b hidden text: use i18n string
  • d433463 Merge branch 'revoltchat:main' into feat-copy-msg-fix

📊 Changes

2 files changed (+43 additions, -1 deletions)

View changed files

📝 packages/client/components/ui/components/messaging/message/MessageReply.tsx (+43 -0)
📝 packages/client/components/ui/directives/floating.ts (+0 -1)

📄 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 PR will resolve #172

currently a draft while i sort out some edge cases and locale stuff, but the basic functionality is there already.


🔄 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-web/pull/285 **Author:** [@sharkaccino](https://github.com/sharkaccino) **Created:** 6/3/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat-copy-msg-fix` --- ### 📝 Commits (5) - [`4ae9840`](https://github.com/stoatchat/for-web/commit/4ae9840b77c46f3ed07d97e9fc68bc75b4831f43) fix usernames being nonselectable - [`4527698`](https://github.com/stoatchat/for-web/commit/45276987c3e195078be7427eeab4afcc443bca0e) wip: add hidden text for message replies (#172) - [`8912186`](https://github.com/stoatchat/for-web/commit/8912186bb8980af827ecc4c8287ecd77f134d3ea) hidden text: use a function instead of solid components - [`cf33d8b`](https://github.com/stoatchat/for-web/commit/cf33d8ba22e098e52abf53964f3d15da1a98f22d) hidden text: use i18n string - [`d433463`](https://github.com/stoatchat/for-web/commit/d4334633f9a5f42b208fd0d9d806c60af78a19a6) Merge branch 'revoltchat:main' into feat-copy-msg-fix ### 📊 Changes **2 files changed** (+43 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/client/components/ui/components/messaging/message/MessageReply.tsx` (+43 -0) 📝 `packages/client/components/ui/directives/floating.ts` (+0 -1) </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 PR will resolve #172 currently a draft while i sort out some edge cases and locale stuff, but the basic functionality is there already. --- <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:36:01 -05:00
yindo closed this issue 2026-02-16 12:36:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/for-web#589