feat(support): add deep linking #support to open developer support modal automatically

This commit is contained in:
2026-09-12 10:41:04 -07:00
parent d9b8b80eee
commit fac6a6189d
+2
View File
@@ -1449,6 +1449,8 @@
showToast('🎉 Thank you for your contribution! You are now a Verified Supporter.');
}, 500);
window.history.replaceState({}, document.title, window.location.pathname);
} else if (urlParams.get('modal') === 'support' || window.location.hash === '#support') {
setTimeout(openSupportModal, 300);
}
}