oasisprotocol / dapp-blockvote

Side DAO - Private Sidekick for DAOs.
https://vote.oasis.io/
Apache License 2.0
0 stars 2 forks source link

Allow HTML content in reasons for decisions #66

Closed csillag closed 1 month ago

csillag commented 1 month ago

Up to now, in utilities dealing with Decisions, the "reason" (if given) always had to be a string.

Now we extend it to ReactNode, so we can now provide any HTML content as reason.

(This is useful so that we can embed links in reasons, for example.)