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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user