feat: responsive compact mail view + folder unread badges
- CompactMailDelegate: card-based view for narrow panels (<420px) * Avatar with hash-based color, sender + date (relative format) * Subject line with attachment icon * Action buttons: flag, delete, category, more (context menu) * Unread highlight with light blue background + bold sender - MailListView: automatic switch between tree/table (wide) and list/cards (narrow) * QStackedWidget with QTreeView + QListView sharing same proxy model * resizeEvent threshold at 420px * Signals forwarded to MainMainWindow for actions - FolderTreeDelegate: custom paint for folder tree * Unread count badge (blue pill) right-aligned on folder nodes * Account nodes bold, folder nodes normal weight * Proper indentation per depth level - MailItemDao::countUnreadByFolderId() for real-time unread counts - MainMainWindow handlers for compact actions (flag, delete, category, more menu)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Hashes of file build rules.
|
||||
a9144340976b913832a0af3920121cb3 CMakeFiles/boost-populate
|
||||
833a245449434662c83458ae85d266d6 CMakeFiles/boost-populate-complete
|
||||
1802cc0ecc59ddb5cb83b8a92657cec5 boost-populate-prefix/src/boost-populate-stamp/boost-populate-build
|
||||
472436fff0c299bb549294bb58673b0d boost-populate-prefix/src/boost-populate-stamp/boost-populate-configure
|
||||
09769987ef4e1372926204bececd31e2 boost-populate-prefix/src/boost-populate-stamp/boost-populate-download
|
||||
439072b0266736d8891aa0c54bc099b6 boost-populate-prefix/src/boost-populate-stamp/boost-populate-install
|
||||
d0d5bac4f1f7a85ce77c3b3aee2e60d1 boost-populate-prefix/src/boost-populate-stamp/boost-populate-mkdir
|
||||
498bbcaf8cfa4c753712fb143b3db10b boost-populate-prefix/src/boost-populate-stamp/boost-populate-patch
|
||||
6e58e8c50cd74226b816751ce36da397 boost-populate-prefix/src/boost-populate-stamp/boost-populate-test
|
||||
9d3eb1706c68a49c025cd1c259f4a943 boost-populate-prefix/src/boost-populate-stamp/boost-populate-update
|
||||
Reference in New Issue
Block a user