Add Multisig announcement modal#281
Merged
Merged
Conversation
585b152 to
5f4b7fc
Compare
5f4b7fc to
19e3518
Compare
mraveux
added a commit
that referenced
this pull request
Oct 28, 2025
mraveux
added a commit
that referenced
this pull request
Oct 28, 2025
mraveux
added a commit
that referenced
this pull request
Oct 28, 2025
mraveux
approved these changes
Oct 28, 2025
Member
mraveux
left a comment
There was a problem hiding this comment.
I pushed some commits but now I think it's good to go, if you're ok with the changes. 👍
Translations have also been synced and we're now only missing the blog URL and https://multisig.nimiq.com/ to be online (since it seems to be unreachable for now).
I will approve the PR but please only merge it once those 2 things are taken care of.
And let me know if / when you need a deployment, I can also do it for you. 👍
Member
Author
|
Please feel free to merge and deploy it whenever it is ready. Thanks! |
mraveux
added a commit
that referenced
this pull request
Nov 20, 2025
mraveux
added a commit
that referenced
this pull request
Nov 20, 2025
mraveux
added a commit
that referenced
this pull request
Nov 20, 2025
4887935 to
9321197
Compare
9321197 to
13614a4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a one-time announcement modal for Nimiq Multisig wallets.
Changes
MultisigAnnouncementModalcomponent with mobile and desktop responsive designTODO
Screenshots
Desktop
Mobile
User Experience
New Users
New users will see this announcement modal once after completing their wallet setup, introducing them to the Multisig feature.
Current Users
Existing users will see this modal once on their next visit to the wallet, as the "shown once" state is tracked per browser via localStorage.
Implementation
Testing
Run dev servers for wallet, hub, and keyguard to test the modal flow.