vocdoni / interoperability

Private repository to manage the interoperability between protocol, API, SDK, UIs and documentation
1 stars 0 forks source link

Bugs Compilation 2 #105

Closed jpaulet closed 6 months ago

jpaulet commented 7 months ago

Image

Image

Also, the text shows: "Approval period is not open yet" but the approval period is already ended:

Image

nigeon commented 7 months ago

-> When a user tries to create a proposal without having enough tokens, a modal appears explaining it, but this modal cannot be closed.

This looks like it's an Aragon issue.

-> After voting, the voter can "revote" (see the "Vote" button) but then the previous modal appears. After reloading, everything works well, but without reloading it seems that you didn't vote (the "Voters" page don't show the new vote). -> When clicking on "Voters", a "No voters yet" appears, after a while the voters appears. Add a loader on this component?

Looks like there's no auto-reload/auto-refresh in this page, again, this should be implemented by Aragon App.

nigeon commented 7 months ago

-> "Approval period is not open yet" but the approval period is already ended: Couldn't reproduce

selankon commented 7 months ago

When a user tries to create a proposal without having enough tokens, a modal appears explaining it, but this modal cannot be closed.

This maybe is related to a modal bug which could be solved already

selankon commented 7 months ago

After voting, the voter can "revote" (see the "Vote" button) but then the previous modal appears. After reloading, everything works well, but without reloading it seems that you didn't vote (the "Voters" page don't show the new vote).

Should be fixed after cache implemented.

selankon commented 7 months ago

When clicking on "Voters", a "No voters yet" appears, after a while the voters appears. Add a loader on this component?

This happen also on a non gasless voting DAO? Is an aragon component, should we fix it or maybe we can open an issue to them?

selankon commented 7 months ago

(failed) GET call to https://api-stg.vocdoni.net/v2/elections/0x0000000000000000000000000000000000000000000000000000000000000000 in the Dashboard "Governance" page

This is related to this https://github.com/vocdoni/interoperability/issues/106 .