maksverver / astral-codex-eleven

A Chrome browser extension to speed up loading of posts on https://www.astralcodexten.com/ by replacing the comments widget.
MIT License
4 stars 2 forks source link

Add hover text to options popup #14

Closed Pycea closed 4 months ago

Pycea commented 4 months ago

Adds hover text as a required field for options, which is displayed when hovering over a question mark icon next to each option in the popup. It should be a longer description with details that won't fit in the short name.

Pycea commented 4 months ago

I went ahead and made both short and long descriptions part of the option objects. It still bugs me that there's hard coding of input types in popup.html, but... maybe a change for another time.