Add UserButton, update Header & deps

Add a new src/components/UserButton.vue and update src/components/Header.astro to integrate UI changes. Add @halo-dev/api-client and ky to package.json and update editor settings to use Prettier for .vue and .astro files. Regenerate pnpm lockfile.
This commit is contained in:
Ryan Wang
2026-04-07 23:09:18 +08:00
parent 63d640eaac
commit b34fd27d45
5 changed files with 2068 additions and 2967 deletions
+7 -1
View File
@@ -2,5 +2,11 @@
"emmet.includeLanguages": {
"astro": "html"
},
"i18n-ally.localesPaths": ["demo-themes/theme-earth/i18n"]
"i18n-ally.localesPaths": ["demo-themes/theme-earth/i18n"],
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[astro]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}