Actions
Feature proposal #7547
closedImplement complete ajax navigation
Feature proposal #7547:
Implement 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 over 7 years ago
- Target version changed from 6.0.0 to 5.0.0
Updated by krileon over 1 year ago
- Target version changed from 5.0.0 to 3.0.0
Updated by krileon over 1 year ago
- % Done changed from 0 to 50
Updated by krileon about 1 year 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