Implement image previewing #12

Merged
csimonis merged 7 commits from jank1619/file-explorer:feature/file-previews into main 2024-12-21 18:12:14 +00:00
Contributor

I have tested this with png and jpeg/jpg which both work but most other image types should work as well.
image

I have tested this with png and jpeg/jpg which both work but most other image types should work as well. ![image](/attachments/25318577-d48c-4902-93b3-9adbb8b954e7)
568 KiB
jank1619 added 4 commits 2024-12-21 13:50:19 +00:00
jank1619 added 2 commits 2024-12-21 16:11:06 +00:00
jank1619 changed title from WIP: Implement file previewing to WIP: Implement image previewing 2024-12-21 16:11:36 +00:00
jank1619 changed title from WIP: Implement image previewing to Implement image previewing 2024-12-21 16:12:39 +00:00
jank1619 requested review from csimonis 2024-12-21 16:14:33 +00:00
csimonis requested changes 2024-12-21 16:38:35 +00:00
@ -0,0 +14,4 @@
{
}
#[Route("/serve-file/{filePath}", name: "serve_file")]
Owner

can you change route to /serve/filepath

can you change route to /serve/filepath
jank1619 marked this conversation as resolved
jank1619 added 1 commit 2024-12-21 17:37:07 +00:00
Update src/Controller/ServeFileController.php
All checks were successful
build / build (pull_request) Successful in 4m19s
d6aefc423c
csimonis merged commit a67b93ac99 into main 2024-12-21 18:12:14 +00:00
csimonis deleted branch feature/file-previews 2024-12-21 18:12:15 +00:00
csimonis referenced this issue from a commit 2024-12-21 18:12:15 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: projects/file-explorer#12
No description provided.