Skip to content

Commit 203c62e

Browse files
authored
Move property_editor/reconnecting_overlay.dart -> not_connected_overlay.dart (#9594)
The changes I made to this file prevented git from detecting it as a rename in my previous PR. To slightly simplify the review, I left the file where it was with a TODO to move after. This is just that move.
1 parent 1af3032 commit 203c62e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/reconnecting_overlay.dart renamed to packages/devtools_app/lib/src/standalone_ui/ide_shared/not_connected_overlay.dart

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ import 'package:devtools_app_shared/service.dart';
66
import 'package:devtools_app_shared/ui.dart';
77
import 'package:flutter/material.dart';
88

9-
import '../../../shared/globals.dart';
10-
import '../../../shared/ui/common_widgets.dart';
11-
12-
// TODO(dantup): Rename and move this file one level up. Leaving as-is to
13-
// make the review/diff simpler.
9+
import '../../shared/globals.dart';
10+
import '../../shared/ui/common_widgets.dart';
1411

1512
/// An overlay to show when we are not connected to DTD based on the
1613
/// [DTDConnectionState] classes.

packages/devtools_app/lib/src/standalone_ui/standalone_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import 'package:flutter/material.dart';
88

99
import '../shared/globals.dart';
1010
import '../shared/ui/common_widgets.dart';
11+
import 'ide_shared/not_connected_overlay.dart';
1112
import 'ide_shared/property_editor/property_editor_panel.dart';
12-
import 'ide_shared/property_editor/reconnecting_overlay.dart';
1313
import 'vs_code/flutter_panel.dart';
1414

1515
/// "Screens" that are intended for standalone use only, likely for embedding

0 commit comments

Comments
 (0)