Being able to make a specific section mobile or desktop only without adding custom code. Because Eclipse uses “lazy-loading” I am able to use CSS to hide sections completely on mobile or desktop without it impacting performance, but having this as a built-in option would be a nice addition.
Currently selectively showing sections with CSS like such as this:
@media only screen and (min-width: 769px) {
Being able to disable lazy loading for specific sections would also be a great addition.