AOSSIE-Org / AOSSIE-Org/DebateAI

Join Room button does not indicate valid room code

未关闭
#342 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
TypeScript
星标
84
派生
198
平均合并
2 天 19 小时
30 天内合并 PR
30

描述

Problem
The Join Room button remains grey even after entering a valid room code.
This makes the UI unclear because users cannot easily see that the input is ready to submit.

Expected Behavior
When a user enters a room code:
The Join Room button should visually indicate it is ready to be clicked.
The button should change to a green/active state.

Current Behavior
The button stays in the default grey state even when a room code is entered.

Proposed Solution
Add conditional styling to the Join Room button based on the `roomCode` state.

Example:
Button becomes green when `roomCode.trim()` is not empty
Button remains grey when the input is empty

Possible Fix
Update the button class in `DebatePopup.tsx` using conditional styling based on `roomCode`.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。