fix: show previews in trash overview#1362
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR enables preview functionality for files in the trash overview by integrating preview loading capabilities. The change ensures that users can view file previews when items become visible in the trash folder view.
- Added preview loading functionality to the trash overview
- Integrated space matching and preview loading composables
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
JammingBen
left a comment
There was a problem hiding this comment.
Works fine, but the browser console is logging TypeError: resource.hasPreview is not a function when accessing the trash overview for me 🤔
Good catch, this is originated from the personal space. Since the interface for space images is quite different, I adjusted the check |
Description
How Has This Been Tested?
Types of changes