<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2477.">Fix</span>: <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="415727805" data-permission-text="Issue title is private" data-url="https://github.com/bisq-network/bisq/issues/2477" data-hovercard-type="issue" data-hovercard-url="/bisq-network/bisq/issues/2477/hovercard" href="https://github.com/bisq-network/bisq/issues/2477">#2477</a></p>
<p>Added a button to export the voing history under DAO -> Governance -> Vote Results:<br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/10667901/53895886-a19a4180-403b-11e9-941b-1319238fd1f0.png"><img width="1312" alt="screen shot 2019-03-06 at 18 13 36" src="https://user-images.githubusercontent.com/10667901/53895886-a19a4180-403b-11e9-941b-1319238fd1f0.png" style="max-width:100%;"></a></p>
<p>Attached here is the JSON file which was generated for me so it's possible to compare when you generate locally (zipped because GitHub doesn't support <code>.json</code>).</p>
<p>Note: I'm not confident with the way I added the export button to the UI.</p>
<p><a href="https://github.com/bisq-network/bisq/files/2937159/voteResultsHistory.json.zip">voteResultsHistory.json.zip</a></p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/bisq-network/bisq/pull/2504'>https://github.com/bisq-network/bisq/pull/2504</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Added button to export voting history into json</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2504/files#diff-0">core/src/main/resources/i18n/displayStrings.properties</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2504/files#diff-1">core/src/main/resources/i18n/displayStrings_de.properties</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2504/files#diff-2">core/src/main/resources/i18n/displayStrings_el.properties</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2504/files#diff-3">core/src/main/resources/i18n/displayStrings_es.properties</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2504/files#diff-4">core/src/main/resources/i18n/displayStrings_fa.properties</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2504/files#diff-5">core/src/main/resources/i18n/displayStrings_fr.properties</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2504/files#diff-6">core/src/main/resources/i18n/displayStrings_hu.properties</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2504/files#diff-7">core/src/main/resources/i18n/displayStrings_pt.properties</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2504/files#diff-8">core/src/main/resources/i18n/displayStrings_ro.properties</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2504/files#diff-9">core/src/main/resources/i18n/displayStrings_ru.properties</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2504/files#diff-10">core/src/main/resources/i18n/displayStrings_sr.properties</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2504/files#diff-11">core/src/main/resources/i18n/displayStrings_th.properties</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2504/files#diff-12">core/src/main/resources/i18n/displayStrings_vi.properties</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2504/files#diff-13">core/src/main/resources/i18n/displayStrings_zh.properties</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2504/files#diff-14">desktop/src/main/java/bisq/desktop/main/dao/governance/result/ProposalListItem.java</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2504/files#diff-15">desktop/src/main/java/bisq/desktop/main/dao/governance/result/VoteResultView.fxml</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2504/files#diff-16">desktop/src/main/java/bisq/desktop/main/dao/governance/result/VoteResultView.java</a>
    (62)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2504/files#diff-17">desktop/src/main/java/bisq/desktop/util/GUIUtil.java</a>
    (22)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/2504.patch'>https://github.com/bisq-network/bisq/pull/2504.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/2504.diff'>https://github.com/bisq-network/bisq/pull/2504.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/2504">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AkpZtoDebE61JcWtXkAdCuFa52jPzOWJks5vT-olgaJpZM4bhRUx">mute the thread</a>.<img src="https://github.com/notifications/beacon/AkpZtpTJiaRoRnzbbuo-0SqRt_61mXg9ks5vT-olgaJpZM4bhRUx.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/bisq-network/bisq","title":"bisq-network/bisq","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/bisq-network/bisq"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Added button to export voting history into JSON (#2504)"}],"action":{"name":"View Pull Request","url":"https://github.com/bisq-network/bisq/pull/2504"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/2504",
"url": "https://github.com/bisq-network/bisq/pull/2504",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>