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

[bug]: fix breadcrumbs #2249

Conversation

sanjeevkumar321
Copy link
Contributor

Fixes Issue

Closes #2248

Changes proposed

When we have category name of two words or more. It has - in the breadcrumbs which should be removed

Screenshots

image

Note to reviewers

Copy link

vercel bot commented Feb 1, 2024

Someone is attempting to deploy a commit to a Personal Account owned by @rupali-codes on Vercel.

@rupali-codes first needs to authorize it.

@github-actions github-actions bot added bug Something isn't working priority: medium Modifying an existing feature labels Feb 1, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Thank you, sanjeevkumar321, for creating this pull request and contributing to LinksHub! 💗

The maintainers will review this Pull Request and provide feedback as soon as possible! 😇
We appreciate your patience and contribution, Keep up the great work! 😀

@Anmol-Baranwal
Copy link
Collaborator

Anmol-Baranwal commented Feb 1, 2024

@rupali-codes
Need deployment authorization.

Copy link

vercel bot commented Feb 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
linkshub ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 23, 2024 9:31am

@rupali-codes
Copy link
Owner

@sanjeevkumar321 hey, can you fix this please?

image

@sanjeevkumar321
Copy link
Contributor Author

Hello @rupali-codes thank for notice this issue , kindly verify once

CBID2
CBID2 previously approved these changes Feb 2, 2024
Copy link
Collaborator

@CBID2 CBID2 left a comment

Choose a reason for hiding this comment

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

LGTM

@CBID2
Copy link
Collaborator

CBID2 commented Feb 2, 2024

@aftabrehan, it is your turn.

Copy link
Collaborator

@aftabrehan aftabrehan left a comment

Choose a reason for hiding this comment

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

Excellent PR, @sanjeevkumar321 🚀

Could you please double-check? The following Regex isn't working as expected.

The sidebar title and the breadcrumbs title should be the same. Feel free to reach out if you need any help. Thank you!

Screenshot 2024-02-02 at 12 38 49 PM

Copy link
Collaborator

@Anmol-Baranwal Anmol-Baranwal left a comment

Choose a reason for hiding this comment

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

@sanjeevkumar321

The problem is: you may need to change the logic a little.

Because the category descriptions depend on the previous logic. I've attached screenshots for your reference.

Yours Original (linkshub.dev)
image image

@sanjeevkumar321
Copy link
Contributor Author

Excellent PR, @sanjeevkumar321 🚀

Could you please double-check? The following Regex isn't working as expected.

The sidebar title and the breadcrumbs title should be the same. Feel free to reach out if you need any help. Thank you!

Screenshot 2024-02-02 at 12 38 49 PM

Hello @aftabrehan thanks for this issue kindly verify it.

@sanjeevkumar321
Copy link
Contributor Author

@sanjeevkumar321

The problem is: you may need to change the logic a little.

Because the category descriptions depend on the previous logic. I've attached screenshots for your reference.

Yours Original (linkshub.dev)
image image

Hi @Anmol-Baranwal kindly verify ones
Thanks ,

Copy link
Collaborator

@aftabrehan aftabrehan left a comment

Choose a reason for hiding this comment

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

Looks good to me! 🚀

@CBID2 CBID2 changed the title #2248 fix issue of clean breadcrumbs [bug]: fix breadcrumbs Feb 3, 2024
aftabrehan
aftabrehan previously approved these changes Feb 5, 2024
Copy link
Collaborator

@aftabrehan aftabrehan left a comment

Choose a reason for hiding this comment

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

Excellent PR, @sanjeevkumar321 💪 🚀 💯

@aftabrehan
Copy link
Collaborator

@Anmol-Baranwal, @CBID2, please help review and merge this PR. Thank you!

CBID2
CBID2 previously approved these changes Feb 5, 2024
Copy link
Collaborator

@CBID2 CBID2 left a comment

Choose a reason for hiding this comment

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

LGTM

@Anmol-Baranwal
Copy link
Collaborator

@rupali-codes
Deploy this please :)

@sanjeevkumar321
Copy link
Contributor Author

hi @Anmol-Baranwal why Merging is blocked can you please check it ?

@Anmol-Baranwal
Copy link
Collaborator

Hi @sanjeevkumar321
I noticed that I've requested changes and didn't approve the pr.
I'm outside and will review it till tomorrow. If everything is all right, then we will merge it.

Anmol-Baranwal
Anmol-Baranwal previously approved these changes Feb 18, 2024
Copy link
Collaborator

@Anmol-Baranwal Anmol-Baranwal left a comment

Choose a reason for hiding this comment

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

🚀 Looks good to me.

Copy link
Owner

Choose a reason for hiding this comment

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

Hey, we've written it as os-tutorials because in future if we'd have tutorials then it won't create conflicts

Copy link
Collaborator

Choose a reason for hiding this comment

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

@sanjeevkumar321, so you would need to use os-tutorials for the subcategory name and the file name as well. Please, make sure to keep it consistent at all places.

Copy link
Owner

Choose a reason for hiding this comment

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

Hey, can you please follow the same naming convention for each subcategory? like for nlp make it natural-language-processing and so on

Copy link
Collaborator

Choose a reason for hiding this comment

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

@sanjeevkumar321, If you need any help, feel free to let us know.

@Anmol-Baranwal
Copy link
Collaborator

@rupali-codes
Please check your suggested changes.

@Anmol-Baranwal
Copy link
Collaborator

@rupali-codes @aftabrehan
Review this asap. Don't delay it any longer.

Copy link
Collaborator

@aftabrehan aftabrehan left a comment

Choose a reason for hiding this comment

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

Looks good to me! 👍

@CBID2
Copy link
Collaborator

CBID2 commented Mar 10, 2024

Found some merge conflicts that need fixing @sanjeevkumar321.

@rupali-codes
Copy link
Owner

Closing the PR due to being inactive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority: medium Modifying an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] clean breadcrumbs by removing hyphens '-' in category name
5 participants