Feature #84780
closedStore icons fetched by the Icon API in localStorage
100%
Description
Using the JavaScript-based Icon API has some flaws:
- All promises created by $.ajax get stored during runtime, causing a growing memory footprint
- Reloading the browser removes any held promise
- To have this "cache" in place, object sharing must be done
This issue can be solved by storing the icons in the local storage of the client.
Updated by Gerrit Code Review over 6 years ago
- Status changed from In Progress to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56721
Updated by Gerrit Code Review over 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56721
Updated by Gerrit Code Review over 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56721
Updated by Gerrit Code Review over 6 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56721
Updated by Gerrit Code Review over 6 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56721
Updated by Andreas Fernandez over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6f9e25d9181f50ef4c7bf951dd91864b536b90e2.
Updated by Ralf Zimmermann over 6 years ago
- Related to Bug #84797: Form editor is not loading added
Updated by Ralf Zimmermann over 6 years ago
- Related to Bug #84826: Finisher helper is not showing correct name of field added
Updated by Ralf Zimmermann over 6 years ago
- Related to Bug #84831: localStorage icon caching breaks within the install tool added