New Channel UI implemented.

This commit is contained in:
Asal Lotfi
2025-09-02 01:27:18 +03:30
parent 4eb33b5101
commit 7b54835468
9 changed files with 605 additions and 11 deletions
@@ -97,9 +97,4 @@ public class NewGroupController {
// Auto_focus search bar when overlay opens
Platform.runLater(() -> groupNameField.requestFocus());
}
private void showAlert(String msg) {
Alert alert = new Alert(Alert.AlertType.WARNING, msg, ButtonType.OK);
alert.showAndWait();
}
}