-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EZP-30214: Add Content Tree to Bookmarks, Trash & Search #877
EZP-30214: Add Content Tree to Bookmarks, Trash & Search #877
Conversation
Can't we move it the container that has left sidebar in it, can we? This would simplify things a lot since we would have it only in one place. If not - we have to put it in separate file and include that file to avoid code duplication. |
7340cdf
to
a9cb27b
Compare
Well, this would require some rework of styling, but I think if we want to have this in multiple places there is a lot of value to put this in the sidebar. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for avoid merging: We should try moving this to the sidebar.
70e3b18
to
67cb0ce
Compare
67cb0ce
to
93b220c
Compare
@@ -115,6 +117,10 @@ | |||
</div> | |||
{% endblock %} | |||
|
|||
{% block react_modules %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I moved Content Tree container div to parent twig, but I've left JS in lower templates as I don't want to load them globally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If anyone has idea how to solve this problem I would readily hear it. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA approve 🎸
Please ignore above revert commit - I accidentally clicked |
* Add Content Tree to Bookmarks, Trash & Search * Delete admin.location.content.tree.js * Move Contnet Tree container div to left_sidebar twig block * Restore fix * Add Content Tree to Drafts view * Add scrollable-table wrapper * Change side-menu width to calculateRem(80px)
Screenshots
Checklist:
$ composer fix-cs
)