What to build
AddAccountModal.tsx — opened from the account switcher, wraps the form from #34. On success, opens the new account in a new tab and closes the modal, leaving the current tab untouched. Doesn't touch RegisterPage.tsx; first-time signup keeps its own form.
Done when
- Adding an account opens it in a new tab, current tab stays as-is, modal closes.
- The new-tab call fires directly from the button click (not after an
await), so pop-up blockers don't interfere — verified in Chrome and Firefox.
/register is completely unaffected.
Depends on
#33, #34
What to build
AddAccountModal.tsx— opened from the account switcher, wraps the form from #34. On success, opens the new account in a new tab and closes the modal, leaving the current tab untouched. Doesn't touchRegisterPage.tsx; first-time signup keeps its own form.Done when
await), so pop-up blockers don't interfere — verified in Chrome and Firefox./registeris completely unaffected.Depends on
#33, #34