obl-ong / panel

Multi-tenant domain services built with Ruby on Rails, open source and forever free. Powering the obl.ong domain registry.
https://obl.ong
20 stars 5 forks source link

Chatwoot and Sentry Bug Report interfere with UI/UX #186

Open aboutdavid opened 3 months ago

aboutdavid commented 3 months ago

Taken from Bug report button blocks record delete button by 9pfs

image

It's even more annoying on mobile and they're really pointless.

Userscript patch:

document.querySelector("#sentry-feedback").hidden = true
document.querySelector(".woot-widget-bubble").hidden = true
reesericci commented 3 months ago

alr ill add a way to disable them and make them smaller

aboutdavid commented 3 months ago

why are they built into the app in the first place? can't it be like a plugin or something?