vitrivr / vitrivr-ng

vitrivr NG is a web-based user interface for searching and browsing mixed multimedia collections. It uses cineast as a backend
MIT License
16 stars 24 forks source link

Fixing DRES status badge #135

Closed silvanheller closed 2 years ago

silvanheller commented 2 years ago

This PR ensures that a red dot is shown if the UI has a DRES endpoint specified but is not connected. Specifically, it properly notifies subscribes of the observable about errors.

sauterl commented 2 years ago

Thanks for your work, this looks good to me. However, I think logically it makes sense to tie this with the changes currently on dev.

silvanheller commented 2 years ago

I migrated the actual UI on the avs-text-input branch, while merging the DRES API updates on this branch.