polux0 / ecsa-nft

0 stars 1 forks source link

FOOTNOTE trait truncated after 160 characters #2

Open daaaaaaaaaniel opened 1 year ago

daaaaaaaaaniel commented 1 year ago

In the latest test mint (v.14.09.2023), the FOOTNOTE trait has been made visible. Yay! With this change, I realized that every FOOTNOTE has been clipped to show only the first 160 chars. Oh no!

I am not sure if it's possible to display strings longer than 160 chars. as traits on OpenSea.

One possible solution would be to remove the FOOTNOTE trait altogether, and move the contents of that trait to the main unit description. Basically merge the footnote and the main text into a single parameter. I've gone ahead and done that, and submitted the changes as a pull request https://github.com/polux0/ecsa-nft/pull/1.

polux0 commented 1 year ago

Thanks Daniel, we'll resolve it as soon as front-end changes are finished