VolkovLabs / business-media

The Business Media panel is a Grafana plugin that renders PNG, JPG, GIF, MP4, WEBM, MP3, OGG, and PDF files encoded in the base64 format and URL.
https://docs.volkovlabs.io
Apache License 2.0
24 stars 3 forks source link

Refactor all logic related to priority #119

Closed mikhail-vl closed 4 months ago

mikhail-vl commented 4 months ago

Looks good for now, but the component should be rewritten to move all logic related to priority to useMediaData.tsx. Ideally, the hook should return an object which contains all prepared information. Component should just render the result

type: image | video | audio | pdf
url: string | base64 string