Podcastindex-org / helipad

This is a simple lnd poller and web front-end to see and read boosts and boostagrams.
MIT License
31 stars 14 forks source link

Added numerology emojis to the interface #60

Closed ericpp closed 1 year ago

ericpp commented 1 year ago

This adds emojis for donation amounts with known numerology. The numerology itself is defined in a numerology.json file that could theoretically be changed manually by whoever is running Helipad.

It uses BoostBot's numerology by default: https://github.com/valcanobacon/BoostBots . I know that some shows have developed their own numerology (Podnews: https://podnews.net/article/boostagram-numerology) and I wonder if I need to add a configuration page to allow the user to change or remove these numbers before this change gets deployed.

Here is what the interface looks like with this change: image

daveajones commented 1 year ago

This is great! Love the separate config file. Good idea.

ericpp commented 1 year ago

It's a good stopgap feature for now, but I think a config/settings page would be more useful to normal people.

daveajones commented 1 year ago

I’ve really tried to avoid a settings page because of having to save state somewhere permanent server side. It could always be saved in local storage I guess, if the settings are purely clientside prefs.