You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Posts content list and Settings menu are two screens that work identically on mobile phones, allowing users to go back and forth between a list/menu and a content screen.
Right now, that going back and forth is powered by jQuery's animate method. It would be beyond wonderful if we could tear that out in favor of just toggling some class.
This would be a part of #3922, and is also relevant to the removal of jQuery from the postscontroller (#3950)
Description
The Posts content list and Settings menu are two screens that work identically on mobile phones, allowing users to go back and forth between a list/menu and a content screen.
Right now, that going back and forth is powered by jQuery's
animate
method. It would be beyond wonderful if we could tear that out in favor of just toggling some class.This would be a part of #3922, and is also relevant to the removal of jQuery from the postscontroller (#3950)
Code Locations
The suspect code is here on the posts controller, and here on the settings views
The text was updated successfully, but these errors were encountered: