WindowsAppCommunity / UWPCommunityApp

A UWP companion app for the UWP Community website
https://www.microsoft.com/store/apps/9PJW4588MKV0
14 stars 5 forks source link

UI Improvements #10

Closed avknaidu closed 4 years ago

avknaidu commented 4 years ago

Home Page

  1. Using Global Style from App.xaml
  2. Fix Reveal around the 3 cards below.
  3. Align the cards in such a way that vertical scrollbar does not show.
  4. Add Spacing for Header.
  5. Remove RevealBrush from Background since GridViewItems already has Reveal.

GridViewCardItem

  1. Change Image to ImageEx So that it can lazyload Images.
  2. Increase the Size of Title to SubTitleTextBlockStyle
  3. Enable NavigationCacheMode for LazyLoad
  4. Change Background of the Card to be Inline with other tiles across the app

LaunchView

  1. Implement NavigationCacheMode for faster loading
  2. Simplify Background

Other Changes

  1. Make Dialog Header Presentable with Accent Color
  2. Make Compact Overlay Fill.
yoshiask commented 4 years ago

I rebased this to merge in to the feature_ui-improvements branch. In the future, either create a new branch or merge into dev. I want to keep the master branch the final version that is currently in the Store.