-
-
Notifications
You must be signed in to change notification settings - Fork 540
enh: Add option to disable FileDropper previews #7944
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7944 +/- ##
==========================================
- Coverage 87.12% 87.08% -0.04%
==========================================
Files 346 346
Lines 53225 53227 +2
==========================================
- Hits 46372 46355 -17
- Misses 6853 6872 +19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
288ddbf
to
0c466b6
Compare
0c466b6
to
de5b03f
Compare
de5b03f
to
013373a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know I've wanted that functionality at some point 👍
Just wondering if exposing it with plugins
isn't leaking too much implementation details? How about calling it previews
instead?
Also noting that disabling the plugins doesn't disable loading their front-end artifacts. I guess they need to be loaded up-front anyway in case you want to display another widget with these plugins.
100% agree. Will update. |
458c9c6
to
7b9dd11
Compare
7b9dd11
to
ce9b047
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I had a case where I did not want to show a PDF after a file upload.