Closed NGR-NP closed 1 year ago
Name | Link |
---|---|
Latest commit | 705bb2c604ffc149ac943ffefe2e1d0272d14995 |
Latest deploy log | https://app.netlify.com/sites/loquacious-brioche-8a34df/deploys/6514f596df94de0008973b82 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
tap-share | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 28, 2023 3:40am |
Description
This pull request introduces two significant changes to the project:
Image Preview Feature: We've added image preview functionality to the
ViewFiles
component, allowing it to display images when they are of the "image" type. This enhances the user experience and provides a visual representation of uploaded images.Enforce Yarn as the Package Manager: We've enforced the use of Yarn as the package manager for the project, ensuring consistency and improved dependency management.
These changes address issue #72, "Handle file preview for images," by providing a solution that improves the user experience when dealing with images.
Related Issues
Closes #72
Please review and merge this pull request to introduce both the image preview feature and enforce Yarn as the package manager. Thank you!