File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,10 +106,6 @@ struct SidebarContextMenu: View {
106106 }
107107 . disabled ( clickedTable == nil )
108108
109- Button ( String ( localized: " View ER Diagram " ) ) {
110- coordinator? . showERDiagram ( )
111- }
112-
113109 Button ( " Copy Name " ) {
114110 ClipboardService . shared. writeText ( effectiveTableNames. joined ( separator: " , " ) )
115111 }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -374,10 +374,7 @@ struct SidebarView: View {
374374 }
375375 }
376376 } else {
377- ForEach ( SidebarTableOrdering . sortedByFavorite (
378- viewModel. filteredTables ( of: kind, from: tables) ,
379- favoriteTables: favoriteTables
380- ) ) { table in
377+ ForEach ( viewModel. filteredTables ( of: kind, from: tables) ) { table in
381378 TableRow (
382379 table: table,
383380 isPendingTruncate: pendingTruncates. contains ( table. name) ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments