Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tap gesture to provide additional feature info #86

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 6, 2024

  1. Add tap gesture to provide additional feature info

    I enhanced RoadmapFeature by adding a URL property that can be used to
    display additional information about the feature request, such as a
    GitHub issue or a blog post.
    
    I enhanced RoadmapView by adding a bindable variable for the selected
    feature in the list. I added a tap gesture recognizer that will update
    the bindable value with the selected feature. This will allow a
    developer to navigate to another view to show more detailed information
    about the feature, or to use the new url field to open a web view to
    show the detailed information about the feature.
    mfcollins3 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ec12536 View commit details
    Browse the repository at this point in the history