Skip to content

Commit 7382579

Browse files
committed
NEW React site tree
1 parent 1529fea commit 7382579

30 files changed

+5982
-5
lines changed

client/dist/js/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/dist/js/vendor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/dist/styles/bundle.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/src/boot/registerComponents.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ import SudoModePasswordField from 'components/SudoModePasswordField/SudoModePass
5555
import Paginator from 'components/Paginator/Paginator';
5656
import UnsavedChangesIndicator from 'components/UnsavedChangesIndicator/UnsavedChangesIndicator';
5757
import UnsavedChangesIndicatorTimer from 'components/UnsavedChangesIndicator/UnsavedChangesIndicatorTimer';
58+
import ComplexTreeView from 'components/ComplexTreeView/ComplexTreeView';
5859

5960
export default () => {
6061
Injector.component.registerMany({
@@ -114,5 +115,6 @@ export default () => {
114115
Paginator,
115116
UnsavedChangesIndicator,
116117
UnsavedChangesIndicatorTimer,
118+
ComplexTreeView,
117119
});
118120
};

client/src/bundles/bundle.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,6 @@ import '../legacy/HtmlEditorField';
123123
import '../legacy/TabSet';
124124
import '../legacy/GridField';
125125
import '../legacy/SearchableDropdownField/SearchableDropdownFieldEntwine';
126+
import '../legacy/ComplexTreeView/ComplexTreeViewEntwine';
126127

127128
import 'boot';

0 commit comments

Comments
 (0)