Sidebar UI + backend updated.

This commit is contained in:
Asal Lotfi
2025-09-05 03:54:31 +03:30
parent fd18c75cd9
commit e112ae1308
7 changed files with 6 additions and 6 deletions
@@ -549,7 +549,7 @@ public class MainController {
}
@FXML
private void closeSidebar() {
public void closeSidebar() {
if (sidebarRoot != null && isSidebarOpen) {
TranslateTransition slideOut = new TranslateTransition(Duration.millis(250), sidebarRoot);
slideOut.setToX(-getSidebarWidth());