|
16 | 16 | <Page Name="Category Tile Page" Description="View all product categories as tiles on a page" PageName="Views.ECommerce.CategoryTilePage"/>
|
17 | 17 | <Page Name="Catalog Tile Page" Description="View all product catalog as tiles on a page" PageName="Views.ECommerce.CatalogTilePage"/>
|
18 | 18 | <Page Name="Catalog List Page" Description="View all product catalog as a list" PageName="Views.ECommerce.CatalogListPage"/>
|
19 |
| - <Page Name="Detail Page" Description="View detailed information regarding your orders" PageName="Views.ECommerce.DetailPage"/> |
| 19 | + <Page Name="Product Detail Page" Description="View detailed information regarding your orders" PageName="Views.ECommerce.DetailPage"/> |
20 | 20 | <Page Name="Cart Page" Description="View items in your cart for purchase" PageName="Views.ECommerce.CartPage"/>
|
21 | 21 | <Page Name="Checkout Page" Description="Purchase items in your cart" PageName="Views.ECommerce.CheckoutPage"/>
|
22 | 22 | <Page Name="Delivery Page" Description="View delivery information like address and price details" PageName="Views.ECommerce.DeliveryPage" Platform="UWP"/>
|
|
27 | 27 | <Page Name="Recent Chat Page" Description="View your recent conversations" PageName="Views.Chat.RecentChatPage" />
|
28 | 28 | <Page Name="Chat Conversation Page" Description="See your latest interactions" PageName="Views.Chat.ChatMessagePage" />
|
29 | 29 | <Page Name="Contacts Page" Description="Browse your contacts" PageName="Views.Chat.ContactProfilePage" />
|
30 |
| - <Page Name="Profile Page" Description="View and edit your profile" PageName="Views.Chat.ProfilePage" /> |
| 30 | + <Page Name="Chat Profile Page" Description="View and edit your profile" PageName="Views.Chat.ProfilePage" /> |
31 | 31 | </Category>
|
32 | 32 |
|
33 | 33 | <Category Icon="feedback.png" Name="Feedback" Description="Let your users provide ratings and text feedback.">
|
34 | 34 | <Page Name="Feedback Page" Description="Leave a product rating" PageName="Views.Feedback.FeedbackPage"/>
|
35 | 35 | <Page Name="Review Page" Description="Read customer reviews" PageName="Views.Feedback.ReviewPage"/>
|
36 |
| - <Page Name="Detail Page" Description="View aggregated review details" PageName="Views.Feedback.FeedbackDetailPage"/> |
| 36 | + <Page Name="Feedback Detail Page" Description="View aggregated review details" PageName="Views.Feedback.FeedbackDetailPage"/> |
37 | 37 | </Category>
|
38 | 38 |
|
39 | 39 | <Category Icon="contact-us.png" Name="Contact Us" Description="Capture user contact information so you can get in touch with them later.">
|
|
50 | 50 | <Page Name="Article List Page" Description="View all articles in an easy-to-read list" PageName="Views.Article.ArticleListPage"/>
|
51 | 51 | <Page Name="Article Tile Page" Description="View all articles in a tile layout" PageName="Views.Article.ArticleTilePage"/>
|
52 | 52 | <Page Name="Bookmarks Page" Description="View articles you’ve bookmarked" PageName="Views.Article.BookmarksPage"/>
|
53 |
| - <Page Name="Profile Page" Description="View author profile pages" PageName="Views.Article.ProfilePage"/> |
| 53 | + <Page Name="Author Profile Page" Description="View author profile pages" PageName="Views.Article.ProfilePage"/> |
54 | 54 | <Page Name="Master Page" Description="Explore article reading options in an interactive burger menu" PageName="Views.Article.MasterPage"/>
|
55 | 55 | </Category>
|
56 | 56 |
|
|
0 commit comments