<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/2335'>https://github.com/bisq-network/bisq/pull/2335</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fixes https://github.com/bisq-network/bisq/issues/2298</li>
  <li>Fixes https://github.com/bisq-network/bisq/issues/2299</li>
  <li>Fixes https://github.com/bisq-network/bisq/issues/2297</li>
  <li>Set width of error popup to 1100px to avoid overflow</li>
  <li>Fixes https://github.com/bisq-network/bisq/issues/2124</li>
  <li>Use feedback style instead of confirmation at proposla publish success popup</li>
  <li>Fixes https://github.com/bisq-network/bisq/issues/2267</li>
  <li>Fixes https://github.com/bisq-network/bisq/issues/2268</li>
  <li>Add infor that user need to be online in the vote reveal phase</li>
  <li>Fixes https://github.com/bisq-network/bisq/issues/2292</li>
  <li>Add URL validator for proposal link field</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-0">core/src/main/java/bisq/core/dao/governance/votereveal/VoteRevealService.java</a>
    (13)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-1">core/src/main/java/bisq/core/util/BsqFormatter.java</a>
    (21)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-2">core/src/main/java/bisq/core/util/validation/UrlInputValidator.java</a>
    (45)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-3">core/src/main/resources/i18n/displayStrings.properties</a>
    (18)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-4">core/src/main/resources/i18n/displayStrings_de.properties</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-5">core/src/main/resources/i18n/displayStrings_el.properties</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-6">core/src/main/resources/i18n/displayStrings_es.properties</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-7">core/src/main/resources/i18n/displayStrings_fa.properties</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-8">core/src/main/resources/i18n/displayStrings_fr.properties</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-9">core/src/main/resources/i18n/displayStrings_hu.properties</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-10">core/src/main/resources/i18n/displayStrings_pt.properties</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-11">core/src/main/resources/i18n/displayStrings_ro.properties</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-12">core/src/main/resources/i18n/displayStrings_ru.properties</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-13">core/src/main/resources/i18n/displayStrings_sr.properties</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-14">core/src/main/resources/i18n/displayStrings_th.properties</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-15">core/src/main/resources/i18n/displayStrings_vi.properties</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-16">core/src/main/resources/i18n/displayStrings_zh.properties</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-17">desktop/src/main/java/bisq/desktop/main/dao/DaoView.java</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-18">desktop/src/main/java/bisq/desktop/main/dao/bonding/bonds/BondListItem.java</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-19">desktop/src/main/java/bisq/desktop/main/dao/burnbsq/proofofburn/ProofOfBurnView.java</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-20">desktop/src/main/java/bisq/desktop/main/dao/governance/ProposalDisplay.java</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-21">desktop/src/main/java/bisq/desktop/main/dao/governance/make/MakeProposalView.java</a>
    (46)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-22">desktop/src/main/java/bisq/desktop/main/dao/wallet/send/BsqSendView.java</a>
    (11)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2335/files#diff-23">desktop/src/main/java/bisq/desktop/main/overlays/Overlay.java</a>
    (1)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/2335.patch'>https://github.com/bisq-network/bisq/pull/2335.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/2335.diff'>https://github.com/bisq-network/bisq/pull/2335.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/2335">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AkpZtqZFriM3Am9lt2B07RwRzivcZ4v-ks5vIMEMgaJpZM4aY_8w">mute the thread</a>.<img src="https://github.com/notifications/beacon/AkpZtoTmnaQk_9V1bSmdMLKXVuvj8WRhks5vIMEMgaJpZM4aY_8w.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":"Dao vaious bug fixes (#2335)"}],"action":{"name":"View Pull Request","url":"https://github.com/bisq-network/bisq/pull/2335"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/2335",
"url": "https://github.com/bisq-network/bisq/pull/2335",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>