You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user,
I want to see a modal explaining my voting power only once when I connect my wallet for the first time,
so that I can understand my voting power and options without repeatedly seeing the modal on future connections
Acceptance Criteria
First-Time Display Only:
The modal should display immediately upon the user's initial wallet connection.
For any subsequent wallet connections, the modal should not be displayed.
Persistence of Display Flag:
The system should store a flag or identifier indicating that the modal has already been shown to the user after the first display.
This flag should persist across sessions to ensure the modal does not reappear after the initial connection.
The text was updated successfully, but these errors were encountered:
As a user,
I want to see a modal explaining my voting power only once when I connect my wallet for the first time,
so that I can understand my voting power and options without repeatedly seeing the modal on future connections
Acceptance Criteria
First-Time Display Only:
The modal should display immediately upon the user's initial wallet connection.
For any subsequent wallet connections, the modal should not be displayed.
Persistence of Display Flag:
The system should store a flag or identifier indicating that the modal has already been shown to the user after the first display.
This flag should persist across sessions to ensure the modal does not reappear after the initial connection.
The text was updated successfully, but these errors were encountered: