tkellogg / fossil

A mastodon client optimized for reading, with an AI-enabled algorithm for displaying posts
https://www.fossil-social.com
65 stars 8 forks source link

Support polls #18

Open tkellogg opened 6 months ago

tkellogg commented 6 months ago

Right now, a toot with a poll, the poll is entirely skipped. I'd like to have read-only support, at minimum.

This should be do-able completely in HTMX templates with no Python code. Just edit toot.html and pull in the relevant parts from orig_json. If you support voting, that's a little bit of FastAPI python code.

Debugging: I suggest finding a toot with a poll and click the "debug" button next to like & boost buttons. It prints the JSON to the terminal.