Skip to content

feat: persist signer identify tab preference#6213

Merged
vitormattos merged 2 commits intomainfrom
feat/persist-signer-identify-tab-preference
Dec 16, 2025
Merged

feat: persist signer identify tab preference#6213
vitormattos merged 2 commits intomainfrom
feat/persist-signer-identify-tab-preference

Conversation

@vitormattos
Copy link
Copy Markdown
Member

Save user's selected tab (Account/Email) in the 'Add new signer' modal to userconfig store. The preference is now persisted across modal closures and page reloads, improving user experience by remembering the last selected identification method.

Changes:

  • Add activeTab state to RequestSignatureTab component
  • Load saved tab preference from userconfig store on mount
  • Save tab changes to backend with debounce (500ms)
  • Add signer_identify_tab to AccountService config output
  • Use snake_case naming convention for consistency with backend

Save user's selected tab (Account/Email) in the 'Add new signer' modal
to userconfig store. The preference is now persisted across modal
closures and page reloads, improving user experience by remembering
the last selected identification method.

Changes:
- Add activeTab state to RequestSignatureTab component
- Load saved tab preference from userconfig store on mount
- Save tab changes to backend with debounce (500ms)
- Add signer_identify_tab to AccountService config output
- Use snake_case naming convention for consistency with backend

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
@vitormattos vitormattos added this to the Next Major (33) milestone Dec 16, 2025
@vitormattos vitormattos self-assigned this Dec 16, 2025
@github-project-automation github-project-automation Bot moved this to 0. Needs triage in Roadmap Dec 16, 2025
@vitormattos vitormattos changed the title Feat/persist signer identify tab preference feat: persist signer identify tab preference Dec 16, 2025
@vitormattos
Copy link
Copy Markdown
Member Author

/backport to stable32

@vitormattos
Copy link
Copy Markdown
Member Author

/backport to stable31

@vitormattos vitormattos merged commit ceddbb7 into main Dec 16, 2025
59 of 65 checks passed
@vitormattos vitormattos deleted the feat/persist-signer-identify-tab-preference branch December 16, 2025 15:37
@github-project-automation github-project-automation Bot moved this from 0. Needs triage to 4. to release in Roadmap Dec 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant