Manage Group UI + backend implemented.

This commit is contained in:
Asal Lotfi
2025-09-07 15:58:12 +03:30
parent 5f84e6af55
commit 1835ebdc97
10 changed files with 517 additions and 17 deletions
@@ -135,7 +135,8 @@ public class NewChannelController {
if (resp == null || !"success".equalsIgnoreCase(resp.optString("status"))) {
Platform.runLater(() -> {
createButton.setDisable(false);
showToast("Create failed: " + (resp == null ? "no response" : resp.optString("message","")));
channelIdField.getStyleClass().add("error");
channelIdLabel.getStyleClass().add("error");
});
return;
}