Skip to content
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

Define supported file extensions for preview (web + mobile) #497

Closed
IgorShadurin opened this issue Sep 13, 2023 · 2 comments
Closed

Define supported file extensions for preview (web + mobile) #497

IgorShadurin opened this issue Sep 13, 2023 · 2 comments

Comments

@IgorShadurin
Copy link
Collaborator

Fairdrive is attempting to show previews for file extensions like .html, among others, which unfortunately, the UI currently doesn't support for previewing. This can sometimes cause delays and set up false expectations for the users.

Another approach could be used to clearly define and restrict the file extensions that Fairdrive can successfully preview. By doing this, the application will potentially work faster as it won't waste time trying to preview unsupported file types.

no-preview.mov
@tfius
Copy link
Collaborator

tfius commented Sep 13, 2023

i would restrict with supported mime/types, ie. all media files supported by html standard, like images, videos, audio. display text as markdown and json files as either consent or if its not consent as text

@tomicvladan
Copy link
Collaborator

This has been implemented in #516

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants