liquidvotingio / decidim-module-liquidvoting

GNU Affero General Public License v3.0
4 stars 0 forks source link

Async requests #18

Closed oliverbarnes closed 3 years ago

oliverbarnes commented 3 years ago

Currently delegation creation and deletion reloads the page once it's done.

It's a much nicer experience to use ajax instead, consistent with how the support button already works.

Same goes for voting.

davefrey commented 3 years ago

Update: Voting is now working cleanly on the current feature branch. Delegation is working cleanly with page redirects, and moving to ajax calls has been problematic.

I propose we decouple this issue from PR #25

oliverbarnes commented 3 years ago

Makes sense 👍 I've updated the PR description accordingly

davefrey commented 3 years ago

Delegations part is now being worked on branch 18-async-delegations