feat(message): add pinned conversations sorting and unified timeline
Some checks failed
Frontend CI / build-and-push-web (push) Failing after 3m34s
Frontend CI / ota-android (push) Successful in 10m39s
Frontend CI / build-android-apk (push) Successful in 39m33s

Sort conversation list with pinned items first, then by updated_at timestamp.
Also fixes timestamp text alignment by adding lineHeight, textAlignVertical,
and includeFontPadding properties for consistent vertical centering.
This commit is contained in:
lafay
2026-04-25 13:01:09 +08:00
parent f16f001f6c
commit 19054d64b3
2 changed files with 13 additions and 2 deletions

View File

@@ -265,6 +265,9 @@ function createConversationRowStyles(colors: AppColors) {
color: '#FFFFFF',
fontSize: 12,
fontWeight: '700',
lineHeight: 20,
textAlignVertical: 'center',
includeFontPadding: false,
},
});
}