mirror of
https://github.com/stoatchat/for-web.git
synced 2026-07-13 22:51:48 -04:00
[PR #726] fix: limit channel name input to 32 chars #757
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/726
Author: @hyfetch
Created: 2/13/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (5)
0fb0633fix: limit channel name input to 32 chars96d61ddchore: format codee52ffcafix: add logic to Overview.tsx logic and remove invalid maxLengthea78bd0fix: Truncate any characters after 32 (Figured out with help of chrishultin)9d44698chore: format code📊 Changes
2 files changed (+22 additions, -1 deletions)
View changed files
📝
packages/client/components/app/interface/settings/channel/Overview.tsx(+11 -0)📝
packages/client/components/modal/modals/CreateChannel.tsx(+11 -1)📄 Description
Should fix https://github.com/stoatchat/for-web/issues/687
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.