feat: add thumbnail metadata and download endpoint
- Extend `BoxFile` with thumbnail path/status fields and internal URL - Populate `ThumbnailURL` when a thumbnail path is present during decoration - Add `/box/:id/thumbnails/:file_id` route and handler to serve JPEG thumbnails - Introduce thumbnail status constants to standardize processing state reportingfeat: add thumbnail metadata and download endpoint - Extend `BoxFile` with thumbnail path/status fields and internal URL - Populate `ThumbnailURL` when a thumbnail path is present during decoration - Add `/box/:id/thumbnails/:file_id` route and handler to serve JPEG thumbnails - Introduce thumbnail status constants to standardize processing state reporting
This commit is contained in:
@@ -286,6 +286,14 @@
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
.upload-file-row.has-thumbnail .upload-file-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
object-fit: cover;
|
||||
background: #ffffff;
|
||||
border: 1px solid #808080;
|
||||
}
|
||||
|
||||
.upload-file-name,
|
||||
.upload-file-size {
|
||||
min-width: 0;
|
||||
|
||||
Reference in New Issue
Block a user