🐛(frontend) retry check media status after page reload

Previous refactoring removed the retry logic for
checking media status after a page reload.
This commit reintroduces that functionality
to ensure uploads are properly processed even after
a page reload. We improve the test coverage
to validate this behavior.
This commit is contained in:
Anthony LC
2025-11-04 09:32:04 +01:00
parent ab271bc90d
commit 91217b3c4f
6 changed files with 189 additions and 135 deletions

View File

@@ -24,6 +24,7 @@ and this project adheres to
- ♿(frontend) improve accessibility:
- ♿(frontend) remove empty alt on logo due to Axe a11y error #1516
- 🐛(backend) fix s3 version_id validation
- 🐛(frontend) retry check media status after page reload #1555
## [3.8.2] - 2025-10-17