Skip to content

Conversation

NicoVermeir
Copy link
Contributor

Added a blade control, similar to how the azure portal works. Also added sample in the app and updated docs

@msftclas
Copy link

Hi @NicoVermeir, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!

In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. I promise there's no faxing. https://cla.microsoft.com.

TTYL, MSBOT;

@ScottIsAFool
Copy link
Contributor

This is linked to #168

@NicoVermeir You need to resolve some conflicts.

@deltakosh
Copy link
Contributor

Documentation link: microsoft/UWPCommunityToolkit-docs#15

@deltakosh deltakosh added this to the v1.1 milestone Aug 18, 2016
/// <summary>
/// Identifies the <see cref="Element"/> dependency property.
/// </summary>
public static readonly DependencyProperty ElementProperty = DependencyProperty.Register("Element", typeof(UIElement), typeof(Blade), new PropertyMetadata(default(UIElement)));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use nameof(Element)

@msftclas
Copy link

@NicoVermeir, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR.

Thanks, MSBOT;

namespace Microsoft.Toolkit.Uwp.SampleApp.SamplePages
{
/// <summary>
/// An empty page that can be used on its own or navigated to within a Frame.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be more descriptive (ie, not the template code)

@ScottIsAFool
Copy link
Contributor

LGTM

1 similar comment
@tinanigro
Copy link
Contributor

LGTM

@tinanigro tinanigro merged commit e27d2f7 into CommunityToolkit:dev Aug 18, 2016
@deltakosh
Copy link
Contributor

Hey, I do not get why Blade are clickable. I think they should not be

@deltakosh
Copy link
Contributor

@NicoVermeir I asked our design team to provide a guidance for the blade control sample. Are you ok to implement it if I give you the mockup?

@NicoVermeir
Copy link
Contributor Author

sure!

@deltakosh
Copy link
Contributor

really cool thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants