diff --git a/Lite/MainWindow.xaml.cs b/Lite/MainWindow.xaml.cs index 0409c76..33577bb 100644 --- a/Lite/MainWindow.xaml.cs +++ b/Lite/MainWindow.xaml.cs @@ -937,7 +937,12 @@ await Dispatcher.InvokeAsync(() => if (result.Success) { + StatusText.Text = "Import complete — refreshing views..."; + await _serverManager.CheckAllConnectionsAsync(); + RefreshServerList(); + UpdateStatusBar(); StatusText.Text = "Import complete"; + MessageBox.Show( $"Import completed successfully.\n\n" + $"Tables flushed from old database: {result.TablesFlushed}\n" +