X-Git-Url: https://git.r.bdr.sh/rbdr/crowdantine/blobdiff_plain/6c43b90f4ac8ae47cd26076db44e912891673e77..33266c5ff017bbec7ebf1c1a2178e7db08f02d3f:/index.html diff --git a/index.html b/index.html index 077a8e0..69b0cb2 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ var generateProposalHTML = function(proposal) { var listItem = document.createElement('li'); - listItem.innerHTML = proposal.title + ' (' + proposal.total_occurrences + ' votes) I agree. ' + listItem.innerHTML = proposal.title + ' (' + proposal.total_occurrences + ' votes) I agree. ' return listItem; }; @@ -45,7 +45,9 @@ const container = document.getElementById('proposals'); - parsedResponse.result.items.forEach((proposal) => { + parsedResponse.result.items + .sort((a, b) => b.total_occurrences - a.total_occurrences) + .forEach((proposal) => { container.appendChild(generateProposalHTML(proposal)); }); @@ -127,7 +129,7 @@

Help me decide what to do during quarantine

Vote on the recommendations, or add one.

- +

    Add a recommendation