feat(ui): replace emoji icons with fontawesome icons

Add Font Awesome dependency and replace all emoji icons with corresponding Font Awesome icons across components. This provides better visual consistency and scalability.
This commit is contained in:
2026-03-09 22:16:55 +08:00
parent 2f6cfe7704
commit b4c8b21142
8 changed files with 31 additions and 16 deletions

View File

@@ -9,6 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"axios": "^1.6.0",
"chart.js": "^4.4.0",
"vue": "^3.4.0",