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
+2
View File
@@ -27,7 +27,9 @@
"@astrojs/mdx": "^5.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/vue": "^6.0.1",
"@halo-dev/api-client": "^2.23.0",
"astro": "^6.1.4",
"ky": "^2.0.0",
"sharp": "^0.34.5",
"vue": "^3.5.32"
},