Actions
Feature proposal #7547
openImplement complete ajax navigation
Description
Replace standard page loads with ajax loading. This should only need to request the minimal amount of data. This should significantly improve load times for users. However each view still needs to be standalone. We shouldn't need the various back buttons anymore as well nor the odd ->location function. To ensure proper UX use window.history.pushState to keep track of where they are navigating (this will update the browsing history and URL address).
Actions