Skip to content

Commit efb6658

Browse files
Merge pull request #4 from sumathij/master
Detail page duplication issue due to upgrading Xamarin.Forms version to 4.2
2 parents 4cb8800 + fcb1830 commit efb6658

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

EssentialUIKit/AppLayout/TemplateList.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Page Name="Category Tile Page" Description="View all product categories as tiles on a page" PageName="Views.ECommerce.CategoryTilePage"/>
1717
<Page Name="Catalog Tile Page" Description="View all product catalog as tiles on a page" PageName="Views.ECommerce.CatalogTilePage"/>
1818
<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"/>
2020
<Page Name="Cart Page" Description="View items in your cart for purchase" PageName="Views.ECommerce.CartPage"/>
2121
<Page Name="Checkout Page" Description="Purchase items in your cart" PageName="Views.ECommerce.CheckoutPage"/>
2222
<Page Name="Delivery Page" Description="View delivery information like address and price details" PageName="Views.ECommerce.DeliveryPage" Platform="UWP"/>
@@ -27,13 +27,13 @@
2727
<Page Name="Recent Chat Page" Description="View your recent conversations" PageName="Views.Chat.RecentChatPage" />
2828
<Page Name="Chat Conversation Page" Description="See your latest interactions" PageName="Views.Chat.ChatMessagePage" />
2929
<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" />
3131
</Category>
3232

3333
<Category Icon="feedback.png" Name="Feedback" Description="Let your users provide ratings and text feedback.">
3434
<Page Name="Feedback Page" Description="Leave a product rating" PageName="Views.Feedback.FeedbackPage"/>
3535
<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"/>
3737
</Category>
3838

3939
<Category Icon="contact-us.png" Name="Contact Us" Description="Capture user contact information so you can get in touch with them later.">
@@ -50,7 +50,7 @@
5050
<Page Name="Article List Page" Description="View all articles in an easy-to-read list" PageName="Views.Article.ArticleListPage"/>
5151
<Page Name="Article Tile Page" Description="View all articles in a tile layout" PageName="Views.Article.ArticleTilePage"/>
5252
<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"/>
5454
<Page Name="Master Page" Description="Explore article reading options in an interactive burger menu" PageName="Views.Article.MasterPage"/>
5555
</Category>
5656

0 commit comments

Comments
 (0)