- Added `prompt: 'select_account'` for Google and GitHub providers to force account selection during OAuth linking. - Introduced localized error messages for account linking issues in multiple languages. - Implemented a function to resolve OAuth error codes to specific i18n keys for better user feedback. - Updated account settings page to display relevant error messages based on OAuth linking status.
Stage UI
Shared core for stage
Histoire (UI storyboard)
pnpm -F @proj-airi/stage-ui run story:dev
Project structure
- If a story is bound to a specific component, it can be placed beside the component in the
srcfolder. e.g.,MyComponent.story.vue - If a story is not bound to a specific component, then it should be placed in the
storiesfolder. e.g.,MyStory.story.vue