-
Notifications
You must be signed in to change notification settings - Fork 43
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
✨ Add view archetypes page #1381
Conversation
ibolton336
commented
Sep 20, 2023
- Adds a new view to handle Multi-archetype dropdown for assessment-actions #1373
- Moves confirmation to assessment table for applications rather than the assessment applications view]
- Update modal to show all archetypes that conflict
- Pre render the archetype view page with the first associated archetype to the app
402fda1
to
b81d41b
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1381 +/- ##
==========================================
+ Coverage 41.44% 41.46% +0.01%
==========================================
Files 137 137
Lines 4292 4293 +1
Branches 1038 1038
==========================================
+ Hits 1779 1780 +1
Misses 2424 2424
Partials 89 89
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was fast! LGTM
Signed-off-by: ibolton336 <ibolton@redhat.com>
Signed-off-by: ibolton336 <ibolton@redhat.com>
2ee1d13
to
10007b5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with one comment.
const [activeArchetype, setActiveArchetype] = React.useState<Ref | null>( | ||
null | ||
); | ||
useEffect(() => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can probably be replaced with useMemo()