From 971a5e245a87acbf7a27f5eb8aba5e8e6b61dad5 Mon Sep 17 00:00:00 2001 From: appflowy Date: Mon, 8 Aug 2022 10:49:00 +0800 Subject: [PATCH] chore: rename folder --- .../lib/src/widgets/{flex => reorder_flex}/drag_state.dart | 0 .../lib/src/widgets/{flex => reorder_flex}/drag_target.dart | 0 .../widgets/{flex => reorder_flex}/drag_target_inteceptor.dart | 0 .../lib/src/widgets/{flex => reorder_flex}/reorder_flex.dart | 0 .../lib/src/widgets/{flex => reorder_flex}/reorder_mixin.dart | 0 .../widgets/{phantom => reorder_phantom}/phantom_controller.dart | 0 .../src/widgets/{phantom => reorder_phantom}/phantom_state.dart | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename frontend/app_flowy/packages/appflowy_board/lib/src/widgets/{flex => reorder_flex}/drag_state.dart (100%) rename frontend/app_flowy/packages/appflowy_board/lib/src/widgets/{flex => reorder_flex}/drag_target.dart (100%) rename frontend/app_flowy/packages/appflowy_board/lib/src/widgets/{flex => reorder_flex}/drag_target_inteceptor.dart (100%) rename frontend/app_flowy/packages/appflowy_board/lib/src/widgets/{flex => reorder_flex}/reorder_flex.dart (100%) rename frontend/app_flowy/packages/appflowy_board/lib/src/widgets/{flex => reorder_flex}/reorder_mixin.dart (100%) rename frontend/app_flowy/packages/appflowy_board/lib/src/widgets/{phantom => reorder_phantom}/phantom_controller.dart (100%) rename frontend/app_flowy/packages/appflowy_board/lib/src/widgets/{phantom => reorder_phantom}/phantom_state.dart (100%) diff --git a/frontend/app_flowy/packages/appflowy_board/lib/src/widgets/flex/drag_state.dart b/frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_state.dart similarity index 100% rename from frontend/app_flowy/packages/appflowy_board/lib/src/widgets/flex/drag_state.dart rename to frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_state.dart diff --git a/frontend/app_flowy/packages/appflowy_board/lib/src/widgets/flex/drag_target.dart b/frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_target.dart similarity index 100% rename from frontend/app_flowy/packages/appflowy_board/lib/src/widgets/flex/drag_target.dart rename to frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_target.dart diff --git a/frontend/app_flowy/packages/appflowy_board/lib/src/widgets/flex/drag_target_inteceptor.dart b/frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_target_inteceptor.dart similarity index 100% rename from frontend/app_flowy/packages/appflowy_board/lib/src/widgets/flex/drag_target_inteceptor.dart rename to frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/drag_target_inteceptor.dart diff --git a/frontend/app_flowy/packages/appflowy_board/lib/src/widgets/flex/reorder_flex.dart b/frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/reorder_flex.dart similarity index 100% rename from frontend/app_flowy/packages/appflowy_board/lib/src/widgets/flex/reorder_flex.dart rename to frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/reorder_flex.dart diff --git a/frontend/app_flowy/packages/appflowy_board/lib/src/widgets/flex/reorder_mixin.dart b/frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/reorder_mixin.dart similarity index 100% rename from frontend/app_flowy/packages/appflowy_board/lib/src/widgets/flex/reorder_mixin.dart rename to frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_flex/reorder_mixin.dart diff --git a/frontend/app_flowy/packages/appflowy_board/lib/src/widgets/phantom/phantom_controller.dart b/frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_phantom/phantom_controller.dart similarity index 100% rename from frontend/app_flowy/packages/appflowy_board/lib/src/widgets/phantom/phantom_controller.dart rename to frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_phantom/phantom_controller.dart diff --git a/frontend/app_flowy/packages/appflowy_board/lib/src/widgets/phantom/phantom_state.dart b/frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_phantom/phantom_state.dart similarity index 100% rename from frontend/app_flowy/packages/appflowy_board/lib/src/widgets/phantom/phantom_state.dart rename to frontend/app_flowy/packages/appflowy_board/lib/src/widgets/reorder_phantom/phantom_state.dart