Commit 49fbee2
authored
Fix remote asset list not showing newly uploaded images (#156)
After upload, assets were not yet in the manifest-backed list. This change:
- Add manifest revision (hash of URLs) to the list API so the client can detect updates
- After upload, poll until uploaded URLs appear in the manifest instead of a single re-fetch
- Show processing state and optional "refresh available" prompt; support background sync on focus/visibility
- Move upload/processing messages to YAML translations (i18n)
Closes #86.1 parent 09cf9b6 commit 49fbee2
File tree
6 files changed
+781
-24
lines changed- src/RemoteContentAssets/Presentation
- Controller
- Resources
- assets/controllers
- templates
- tests/frontend/unit/RemoteContentAssets
- translations
6 files changed
+781
-24
lines changedLines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
167 | 180 | | |
0 commit comments