ad059e9b8d
- 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.
7 lines
406 B
Plaintext
7 lines
406 B
Plaintext
# 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.
|