[API Nodes] Signin/Signup dialog (#3466)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2025-04-15 17:37:53 -04:00
committed by GitHub
parent 60dd242b23
commit 9935b322f0
13 changed files with 790 additions and 1 deletions

View File

@@ -49,4 +49,6 @@ const additionalInstructions = `
7. Implement proper error handling
8. Follow Vue 3 style guide and naming conventions
9. Use Vite for fast development and building
10. Use vue-i18n in composition API for any string literals. Place new translation
entries in src/locales/en/main.json.
`;