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

🌱 Refactor ReviewFields #1752

Merged
merged 2 commits into from
Mar 11, 2024
Merged

Commits on Mar 8, 2024

  1. 🌱 Refactor ReviewFields

    Refactor the `ReviewFields` component:
    
      - The component is used on the Review tab of application and
        archetype details drawer
    
      - The input prop `reviews` was not used in any current containing
        component.  Push the `useFetchReviews()` hook down to the component
        itself.  This keeps the data fetch as close as possible to where
        it is used.
    
      - Move the component to `@app/components/detail-drawer` folder
        since it is used in more than one page grouping
    
    Refactoring in advance of konveyor#1745
    
    Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
    sjd78 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6841eec View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    4a2a69b View commit details
    Browse the repository at this point in the history