-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[F2V] migrate files_trashbin to vue #36534
Conversation
e8a7830
to
e51912a
Compare
@@ -118,7 +119,7 @@ | |||
$mimeType = $this->mimeTypeDetector->detectPath($file->getName()); | |||
} | |||
|
|||
$f = $this->previewManager->getPreview($file, $x, $y, true, IPreview::MODE_FILL, $mimeType); | |||
$f = $this->previewManager->getPreview($file, $x, $y, $a, IPreview::MODE_FILL, $mimeType); |
Check notice
Code scanning / Psalm
ArgumentTypeCoercion
c640275
to
ce90a9a
Compare
cf4797b
to
ae3fd22
Compare
1b76d46
to
47d53c7
Compare
63dbb65
to
427b33a
Compare
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
cd7404a
to
9be777b
Compare
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
9be777b
to
5b3900e
Compare
Looks very nice already :) Just some findings, could also be follow ups
|
@szaimen self signed certificate?
Can you clarify what do oyou mean with the ending? The extention? |
Ah I see. Then this is probably a no-issue. |
BTW is there already some chunking implemented so that only a few files are loaded and then only when scrolling further down? (I have not tested this)... |
Still doesn't after retesting. I have the following console trace, that looks related:
Interesting, retested and works now. |
Needs:
Follow-up: