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

[Enhancement] Manually add and remove breadcrumbs #5

Open
pp111 opened this issue Apr 16, 2021 · 3 comments
Open

[Enhancement] Manually add and remove breadcrumbs #5

pp111 opened this issue Apr 16, 2021 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@pp111
Copy link

pp111 commented Apr 16, 2021

Thanks for the control. It would be really nice if you can add a feature to use it not for automatic navigation but if we could add items manually, for example:

breadcrumb.PushNewItem(object myDataItem, string label);

Remove item and children
breadcrumb.PopAfterItem(object myDataItem);

And an event when a item is clicked
OnItemClick(object source, object myDataItem)

@IeuanWalker
Copy link
Owner

@pp111 glad you like it :)

I'm quite busy on other stuff atm, so will be a while before i could look at this.
But am open to PRs.

@IeuanWalker IeuanWalker added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Apr 17, 2021
@IeuanWalker IeuanWalker changed the title Custom usage [Enhancement] Manually add and remove breadcrumbs Mar 16, 2022
@IeuanWalker IeuanWalker transferred this issue from IeuanWalker/Xamarin.Forms.Breadcrumb Aug 16, 2022
@IeuanWalker
Copy link
Owner

Transferred from Xamarin repo to the Maui repo, as only bug fixes will be done to the xamarin repo from now on.

@SF-Simon
Copy link

SF-Simon commented Mar 7, 2023

Transferred from Xamarin repo to the Maui repo, as only bug fixes will be done to the xamarin repo from now on.

This is really cool. I have introduced it into my new project. If your time allows, please keep your enthusiasm for it.

thank you so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants