mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-06-29 02:03:10 -04:00
* fix: cannot use 'move to' from sidebar * feat: disable moving the page to a database * fix: check if the move to path is same as current path * fix: document width doesn't refresh after resetting * fix: disable tooltip when dragging blocks * fix: reminder not render when dragging * chore: optimize code * fix: after changing the language in the settings page, some of the text doesn't change * feat: support moving a block to another block's child * fix: tooltip assertion * fix: disable table cell block * chore: optimize moving logic * test: collaborative workspace test * test: move to page test * test: drag block test * test: check if the tooltip is hidden when dragging block * test: move a block to another block's child * test: change document width test
9 lines
251 B
Dart
9 lines
251 B
Dart
export 'auth_operation.dart';
|
|
export 'base.dart';
|
|
export 'common_operations.dart';
|
|
export 'data.dart';
|
|
export 'document_test_operations.dart';
|
|
export 'expectation.dart';
|
|
export 'ime.dart';
|
|
export 'mock/mock_url_launcher.dart';
|
|
export 'settings.dart';
|