OpenSourceBrain / OSBv2

An updated version of the Open Source Brain platform
https://www.v2.opensourcebrain.org/
Other
12 stars 6 forks source link

Workspace info/edit dialog allows uploading svg as thumbnail and shows preview, but does not display it on the workspace info page #774

Open sanjayankur31 opened 1 year ago

sanjayankur31 commented 1 year ago

It shows in the edit box:

image

but then doesn't show in the main info page:

image

If we only support pngs, we should check either limit the dialog box to png only, or check the extension after file selection to tell the user that only png is supported. The upload dialog even allows me to select a zip file etc. for the thumbnail.

filippomc commented 1 year ago

It should be easy enough to support svgs properly