mirror of
https://github.com/stoatchat/for-web.git
synced 2026-07-21 23:25:22 -04:00
[PR #352] [CLOSED] handle reactivity on our own #610
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stoatchat/for-web/pull/352
Author: @williamhorning
Created: 3/23/2025
Status: ❌ Closed
Base:
main← Head:revoltjs-remove-solid📝 Commits (2)
29a8d55start to fix issues caused by yanking solid out of revolt.jsec31fb1Merge 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:
Please make sure to check the following tasks before opening and submitting a PR
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.