directus-extension-storage-manager 1.3.0 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -54,9 +54,9 @@ At the **top level** of a storage (not inside a subfolder), a **Thumbnails** pan
54
54
  Directus often creates extra image files when it resizes or converts pictures for the website. Those files usually live at the storage root and do not show up as normal entries in the File Library. Storage Manager lets you work with them separately:
55
55
 
56
56
  - **Show Files** — your usual file list (the way you browse today)
57
- - **Show Transforms** — only those generated resize/preview files
57
+ - **Show Thumbnails** — only those generated resize/preview files, using the same cards/table layouts and pagination as the File Library
58
58
 
59
- You can search by filename in transform view. To free up space, use **Delete All Transforms**. That removes the generated copies only — your original uploads stay safe. Directus will recreate those copies the next time an image is requested. A confirmation step tells you how many files would be removed before anything is deleted.
59
+ You can search by filename in the thumbnails view. To free up space, use **Delete All Transforms**. That removes the generated copies only — your original uploads stay safe. Directus will recreate those copies the next time an image is requested. A confirmation step tells you how many files would be removed before anything is deleted.
60
60
 
61
61
  ### Move to Storage Folder
62
62