[PR #352] [CLOSED] handle reactivity on our own #610

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

📋 Pull Request Information

Original PR: https://github.com/stoatchat/for-web/pull/352
Author: @williamhorning
Created: 3/23/2025
Status: Closed

Base: mainHead: revoltjs-remove-solid


📝 Commits (2)

  • 29a8d55 start to fix issues caused by yanking solid out of revolt.js
  • ec31fb1 Merge branch 'revoltchat:main' into revoltjs-remove-solid

📊 Changes

11 files changed (+34 additions, -1488 deletions)

View changed files

📝 .gitmodules (+5 -8)
📝 packages/client/components/ui/components/navigation/channels/ServerSidebar.tsx (+1 -0)
📝 packages/client/package.json (+1 -1)
📝 packages/client/src/interface/Friends.tsx (+1 -0)
📝 packages/client/src/interface/Home.tsx (+1 -0)
📝 packages/client/src/interface/Sidebar.tsx (+2 -0)
📝 packages/client/src/interface/channels/text/Composition.tsx (+7 -4)
📝 packages/client/src/interface/channels/text/MemberSidebar.tsx (+3 -1)
📝 packages/client/src/interface/channels/text/TextChannel.tsx (+2 -0)
packages/revolt.js (+0 -1)
📝 pnpm-lock.yaml (+11 -1473)

📄 Description

this is a highly WIP branch meant to go with https://github.com/revoltchat/revolt.js/pull/114 and solve the issues that causes here

don't merge this yet--things are still very broken and here's a list of them:

  • composing messages
  • members sidebar (people going online or offline, role changes, etc.)
  • channels sidebar (new/edited/deleted channels)
  • friends list (online, offline, new requests)
  • DMs list (online, offline, new DMs, etc.)
  • unread messages
  • typing indicator
  • editing messages

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 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/352 **Author:** [@williamhorning](https://github.com/williamhorning) **Created:** 3/23/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `revoltjs-remove-solid` --- ### 📝 Commits (2) - [`29a8d55`](https://github.com/stoatchat/for-web/commit/29a8d55df884519936fb0b35f468f0b3de865768) start to fix issues caused by yanking solid out of revolt.js - [`ec31fb1`](https://github.com/stoatchat/for-web/commit/ec31fb120fa4905fe6969049f8937f0e1ae386e2) Merge branch 'revoltchat:main' into revoltjs-remove-solid ### 📊 Changes **11 files changed** (+34 additions, -1488 deletions) <details> <summary>View changed files</summary> 📝 `.gitmodules` (+5 -8) 📝 `packages/client/components/ui/components/navigation/channels/ServerSidebar.tsx` (+1 -0) 📝 `packages/client/package.json` (+1 -1) 📝 `packages/client/src/interface/Friends.tsx` (+1 -0) 📝 `packages/client/src/interface/Home.tsx` (+1 -0) 📝 `packages/client/src/interface/Sidebar.tsx` (+2 -0) 📝 `packages/client/src/interface/channels/text/Composition.tsx` (+7 -4) 📝 `packages/client/src/interface/channels/text/MemberSidebar.tsx` (+3 -1) 📝 `packages/client/src/interface/channels/text/TextChannel.tsx` (+2 -0) ➖ `packages/revolt.js` (+0 -1) 📝 `pnpm-lock.yaml` (+11 -1473) </details> ### 📄 Description this is a highly WIP branch meant to go with https://github.com/revoltchat/revolt.js/pull/114 and solve the issues that causes here don't merge this yet--things are still very broken and here's a list of them: - [X] composing messages - [ ] members sidebar (people going online or offline, role changes, etc.) - [ ] channels sidebar (new/edited/deleted channels) - [ ] friends list (online, offline, new requests) - [ ] DMs list (online, offline, new DMs, etc.) - [ ] unread messages - [ ] typing indicator - [ ] editing messages --- 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) - [ ] I have tested my changes locally and they are working as intended --- <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:04 -05:00
yindo closed this issue 2026-02-16 12:36:04 -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#610