[PR #726] fix: limit channel name input to 32 chars #757

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

📋 Pull Request Information

Original PR: https://github.com/stoatchat/for-web/pull/726
Author: @hyfetch
Created: 2/13/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (5)

  • 0fb0633 fix: limit channel name input to 32 chars
  • 96d61dd chore: format code
  • e52ffca fix: add logic to Overview.tsx logic and remove invalid maxLength
  • ea78bd0 fix: Truncate any characters after 32 (Figured out with help of chrishultin)
  • 9d44698 chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/stoatchat/for-web/pull/726 **Author:** [@hyfetch](https://github.com/hyfetch) **Created:** 2/13/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`0fb0633`](https://github.com/stoatchat/for-web/commit/0fb0633fb0aee7b9f29086b2ed4ff5c4a354bf8d) fix: limit channel name input to 32 chars - [`96d61dd`](https://github.com/stoatchat/for-web/commit/96d61dd16ab8e93883d2968e85e013d3947757e5) chore: format code - [`e52ffca`](https://github.com/stoatchat/for-web/commit/e52ffcaab54882ba5af2c296efde648cd1647633) fix: add logic to Overview.tsx logic and remove invalid maxLength - [`ea78bd0`](https://github.com/stoatchat/for-web/commit/ea78bd077c8f87e58df5c0ac6a74d08117d0bd8d) fix: Truncate any characters after 32 (Figured out with help of chrishultin) - [`9d44698`](https://github.com/stoatchat/for-web/commit/9d4469842c77895cf810261588dc51be68297ea1) chore: format code ### 📊 Changes **2 files changed** (+22 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/client/components/app/interface/settings/channel/Overview.tsx` (+11 -0) 📝 `packages/client/components/modal/modals/CreateChannel.tsx` (+11 -1) </details> ### 📄 Description Should fix https://github.com/stoatchat/for-web/issues/687 --- <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:26 -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#757