Skip to content

Replace PushLink with a NavigationLink initialiser #1

@helje5

Description

@helje5

Would be nice if we could just keep using NavigationLink, instead of

PushLink("Settings", to: SettingsPage())

a

NavigationLink("Settings", to: SettingsPage())

The tricky part is capturing the navigation state. I think it can be solved, but needs a little more work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions