feat: upgrade custom tabbar with emoji support, redesign quick-actions

- Switch back to custom tabbar (custom: true) with emoji fix (line-height, font-family)
- Redesign home quick-actions: product/followup/analytics/notifications replace redundant nav items
- Refactor goToPage to auto-detect tabbar vs non-tabbar pages
- Update PROGRESS.md
This commit is contained in:
TradeMate Dev
2026-05-13 18:23:58 +08:00
parent 04f7ff0317
commit f70dd24c7d
4 changed files with 82 additions and 29 deletions
+2 -1
View File
@@ -82,7 +82,8 @@ onUnmounted(() => {
.tab-bar-icon {
font-size: 28px !important;
line-height: 1 !important;
line-height: 1.5 !important;
font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif !important;
margin-bottom: 4px;
}