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

feat(Web): Added droplist for multi-package filtering #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tylerhubert
Copy link

closes #93

I am not a react developer, so I'm hoping I did this correct. My local testing worked well. I'm not sure if we want to "pretty up" the package names with capitalization or anything, or change the placement of the droplist. Very open to suggestions.
This is a screenshot of the results of this on the log4brains code base:
image

When the different packages are selected, the ADRs that are displayed relate only to the selected package.


const handleMobileDrawerToggle = () => {
setMobileDrawerOpen(!mobileDrawerOpen);
};

// eslint-disable-next-line @typescript-eslint/no-explicit-any
Copy link
Author

Choose a reason for hiding this comment

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

Material UI v5 appears to have a proper SelectChangeEvent type for this, but Material v4 doesn't appear to, so had to turn off a couple of ESLint violations

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.

Decision Log Package Filtering
1 participant