You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could perhaps have default icons for types of files such as documents, video, text etc... but then also provide the developer with the ability to supply their own,
So in the Preview List we could have more bespoke logic for selecting an image based on file type,
We could also have some props like this if we want to override them
fileIcons= {
document:
,
default: ,
video:
}
The text was updated successfully, but these errors were encountered:
max-carroll
changed the title
The preview Icon should be specific to the type of file (at the moment its just a paperclip)
The preview Icon could be specific to the type of file (at the moment its just a paperclip)
Apr 30, 2020
We could perhaps have default icons for types of files such as documents, video, text etc... but then also provide the developer with the ability to supply their own,
So in the Preview List we could have more bespoke logic for selecting an image based on file type,
We could also have some props like this if we want to override them
fileIcons= {
document:
default: ,
video:
}
The text was updated successfully, but these errors were encountered: