SOBotics / Higgs

A generic dashboard for viewing and providing feedback to SOBotics bots.
GNU General Public License v3.0
4 stars 0 forks source link

Allow users to upload favicons #32

Closed rjrudman closed 6 years ago

rjrudman commented 6 years ago

As a workaround, I hacked in a favicon by setting the URL to a base64 string. This means every report page needs to load the favIcon again.

We should setup an API endpoint to grab (and cache) the favicon, rather than sending it down the pipe with the report

rjrudman commented 6 years ago

This has been implemented in the backend, and is usable via the API. Need to setup the front-end though