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).
Updated by krileon about 1 month ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
Entire frontend is entirely navigated inline. Semantic URLs for middle-click or right-click are also available.
Actions