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

[Projects] Sistent: Component menu #6192

Open
leecalcote opened this issue Jan 16, 2025 · 1 comment
Open

[Projects] Sistent: Component menu #6192

leecalcote opened this issue Jan 16, 2025 · 1 comment
Labels
framework/react React related help wanted Extra attention is needed kind/chore Necessary task language/javascript Issues or pull requests that use Javascript or React

Comments

@leecalcote
Copy link
Member

Current Behavior

The components shown in the list on https://layer5.io/projects/sistent/about are not in alphabetical order.

Image

Desired Situation

Sort the components in this list alphabetically.


Contributor Resources and Handbook

The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master branch.

Join the Layer5 Community by submitting your community member form.

@leecalcote leecalcote added kind/chore Necessary task help wanted Extra attention is needed language/javascript Issues or pull requests that use Javascript or React framework/react React related labels Jan 16, 2025
@Anand-Theertha
Copy link
Contributor

Anand-Theertha commented Jan 17, 2025

We can achieve this, by sorting the array based on the names of the components at the time of rendering the component list. The same implementation can be added for the list of components displayed as cards on the page as well.

I made necessary changes, and this is how it looks:

Image

Image

@leecalcote Happy to open a PR if this is the desired output. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework/react React related help wanted Extra attention is needed kind/chore Necessary task language/javascript Issues or pull requests that use Javascript or React
Development

No branches or pull requests

2 participants