From 8d52957f00dadbf4088f744898b3de0b0693d3ec Mon Sep 17 00:00:00 2001 From: Lyubov Voloshko Date: Sat, 1 Nov 2025 18:25:44 +0200 Subject: [PATCH 1/2] delete redundant closeMenu function --- .../db-tables-list/db-tables-list.component.html | 4 ++-- .../db-tables-list/db-tables-list.component.ts | 14 -------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.html b/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.html index eda0e5dc1..e2aab62b3 100644 --- a/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.html +++ b/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.html @@ -125,11 +125,11 @@ chevron_right - - diff --git a/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.ts b/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.ts index de0053718..c386cc20a 100644 --- a/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.ts +++ b/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.ts @@ -300,20 +300,6 @@ export class DbTablesListComponent implements OnInit, OnChanges { }); } - - onMenuClosed() { - // Menu closed, no action needed - } - - closeMenu(menu: any) { - if (menu && menu.close) { - menu.close(); - } - } - - - - getFolderTables(folder: Folder): TableProperties[] { const folderTables = this.tables.filter(table => folder.tableIds.includes(table.table)); From 37c12465cca1246fcb47d477176ff147784ca24b Mon Sep 17 00:00:00 2001 From: Lyubov Voloshko Date: Sat, 1 Nov 2025 18:31:11 +0200 Subject: [PATCH 2/2] remove unneccessary onMenuClose function --- .../dashboard/db-tables-list/db-tables-list.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.html b/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.html index e2aab62b3..5ae7c8a97 100644 --- a/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.html +++ b/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.html @@ -124,7 +124,7 @@ chevron_right - +