[bisq-network/bisq] Create modal pop-up with single button taking user to Support screen if there are active support tickets (#3477)

niyid notifications at github.com
Wed Nov 20 01:36:32 UTC 2019


niyid commented on this pull request.



> @@ -429,6 +431,18 @@ public void onCheckpointFail() {
                 .useShutDownButton()
                 .show();
     }
+    
+    private void checkOpenSupportTickets() {
+		// Create modal pop-up with single button taking user to Support screen if there
+		// are active support tickets
+		if (model.getNumOpenSupportTickets() != null && Integer.parseInt(model.getNumOpenSupportTickets().get()) > 0) {
+			new Popup<>().attention(Res.get("portfolio.pending.support.popup.attention"))
+					.closeButtonTextWithGoTo("navigation.support")
+					.onClose(
+							() -> navigation.navigateTo(MainView.class, SupportView.class, ArbitrationClientView.class))
+					.show();

This PR has moved to:

https://github.com/bisq-network/bisq/pull/3477/commits/aae6fc7b6fd07152d1b475593dd9f14b96e6d037

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3477#discussion_r348254392
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191119/8db8f0b6/attachment.html>


More information about the bisq-github mailing list