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

search bar update #18

Merged
merged 4 commits into from
Nov 6, 2024
Merged

search bar update #18

merged 4 commits into from
Nov 6, 2024

Conversation

pchhabr
Copy link
Collaborator

@pchhabr pchhabr commented Nov 3, 2024

search bar with regex/ML track implementation

Copy link
Owner

@rtjord rtjord left a comment

Choose a reason for hiding this comment

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

The updated frontend looks great. The large chunks of HTML are hard to read and could maybe be broken up into React components.

description: string;
version: string;
author: string;
metrics: {
Copy link
Owner

Choose a reason for hiding this comment

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

ResponsiveMaintainer and NetScore should be added to metrics. This is an minor thing that could be added in the future

});

return (
<div className="max-w-6xl mx-auto p-8">
Copy link
Owner

Choose a reason for hiding this comment

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

This is a lot of html. Is it possible to break it up into React components? I'll leave this up to you, but I think it would improve readability, especially if you can reuse components.

@Tridentinus Tridentinus merged commit 22ff361 into dev Nov 6, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants