style: improve empty state display for inbox and sent box (#831)

- Add different messages based on mail count (empty vs select)
- Add semantic icons (InboxRound for inbox, SendRound for sent)
- Unify list container height to min-height: 60vh; max-height: 100vh
- Update CHANGELOG for v1.4.0

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Dream Hunter
2026-02-02 23:47:49 +08:00
committed by GitHub
co-authored by Claude Opus 4.5
parent 9583f0e1c5
commit 56351ed963
4 changed files with 22 additions and 7 deletions
+2
View File
@@ -14,6 +14,8 @@
### Improvements
- style: |Mail List| Improve empty state display for inbox and sent box, show different messages based on mail count, add semantic icons
## v1.3.0
### Features