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: add FilterList to TreeDetails page #4

Merged
merged 6 commits into from
Jul 23, 2024
Merged

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    770b720 View commit details
    Browse the repository at this point in the history
  2. refactor: adjustments in FilterList

    - make onClickItemHandler pass the value to onClickItem
    - fix typo itens
    - fix color on hover on cleanAll button
    lfjnascimento committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f2530d4 View commit details
    Browse the repository at this point in the history
  3. refactor: make the TreeDetails page own the filter

    -  make the TreeDetails page own the filter instead of TreeDetailsFilter so
    we can pass the filter to other components like FilterList
    lfjnascimento committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    170b34a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    686f53f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d16b6b View commit details
    Browse the repository at this point in the history
  6. fix: Drawer should not apply any filters if cancel is cliked

    - also add TreeUl as prop
    lfjnascimento committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    777bc55 View commit details
    Browse the repository at this point in the history