Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Initial implementation of Segues #2816

Closed
wants to merge 5 commits into from
Closed

Commits on May 23, 2018

  1. Add ICommandableElement interface, implement on everything that expos…

    …es a Command property
    Alex Corrado committed May 23, 2018
    Configuration menu
    Copy the full SHA
    b8f00ce View commit details
    Browse the repository at this point in the history
  2. [Core] Add initial Segues APIs

    Alex Corrado committed May 23, 2018
    Configuration menu
    Copy the full SHA
    06e38c9 View commit details
    Browse the repository at this point in the history
  3. [iOS] Implement Segues for iOS platform

    Alex Corrado committed May 23, 2018
    Configuration menu
    Copy the full SHA
    774bc22 View commit details
    Browse the repository at this point in the history
  4. [Segues] Add NativePageWrapper which ensures SegueTarget can always t…

    …ranslate to a Page
    
    This vastly simplifies things.
    
    Note: this includes an iOS renderer, but there seems to be a bug with it that will need
    to be addressed.
    Alex Corrado committed May 23, 2018
    Configuration menu
    Copy the full SHA
    9fbdd9f View commit details
    Browse the repository at this point in the history
  5. [Segues] Remove SourceElement property

    This added extra complexity, but its usefulness wasn't very obvious.
    
    If a good argument were made for having this property, we can revert
    this.
    Alex Corrado committed May 23, 2018
    Configuration menu
    Copy the full SHA
    3e70af0 View commit details
    Browse the repository at this point in the history