metaDAOproject / meta-dao-frontend

https://app.themetadao.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Detail to UI Element Informing User of Crank

canny opened this issue · comments

If event heap accounts length is > 20 there could be some user feedback or we could set an indicator (or flag) in the UI informing people a crank should be performed.

Basically this would resolve into a UI component notifying users (as an indicator) that there IS something that needs to be cranked.

Currently the only way to know is if you crank and then look at the TX logs that there was nothing done.

When we build the transaction we actually should know how many events need to be cranked, so in theory we could fetch this periodically (or on load) so a user would know the crank would be worth doing.

if (_eventHeap != null) {

https://the-meta-dao.canny.io/admin/board/ui-ux/p/add-detail-to-ui-element-informing-user-of-crank

This issue has been linked to a Canny post: Add Detail to UI Element Informing User of Crank 🎉