Add MailRootView and related components for mail functionality
- Implement MailRootView with navigation and sidebar for mail management. - Create MailSidebarView, ThreadListView, and ThreadDetailView for displaying mail content. - Introduce ComposeView for composing new messages. - Add MailTheme for consistent styling across mail components. - Implement adaptive layouts for iOS and macOS. - Create unit tests for AppNavigationCommand and AppViewModel to ensure correct functionality.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# name|route
|
||||
inbox|socialio://mailbox/inbox
|
||||
starred|socialio://mailbox/starred?unreadOnly=true
|
||||
launch-copy|socialio://open?thread=launch-copy&message=launch-copy-2
|
||||
investor-update|socialio://open?thread=investor-update&message=investor-update-1
|
||||
compose-grandma|socialio://compose?to=grandma@example.com&subject=Family%20Photos&body=Hi%20Grandma%2C%0A%0AI%20pulled%20up%20the%20photos%20thread%20for%20you.
|
||||
Reference in New Issue
Block a user