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

✨ Archetype drawer #1377

Merged
merged 1 commit into from
Sep 20, 2023
Merged

✨ Archetype drawer #1377

merged 1 commit into from
Sep 20, 2023

Conversation

sjd78
Copy link
Member

@sjd78 sjd78 commented Sep 20, 2023

Enable row selection on the Archetype table such that clicking an archetype row will display a details drawer with the archetype's details.

PageDrawerContent in PageDrawerContext.tsx extended to have separate drawer header and content components. This allows the header and the content to have appropriate patternfly styling.

Resolves: #1366

Screen shot:
image

Enable row selection on the Archetype table such that clicking an
archetype row will display a details drawer with the archetype's
details.

`PageDrawerContent` in `PageDrawerContext.tsx` extended to have
separate drawer header and content components.  This allows the
header and the content to have appropriate patternfly styling.

Resolves: konveyor#1366

Signed-off-by: Scott J Dickerson <[email protected]>
@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.04% ⚠️

Comparison is base (71e6207) 41.48% compared to head (977829c) 41.44%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1377      +/-   ##
==========================================
- Coverage   41.48%   41.44%   -0.04%     
==========================================
  Files         137      137              
  Lines        4288     4292       +4     
  Branches     1034     1038       +4     
==========================================
  Hits         1779     1779              
- Misses       2420     2424       +4     
  Partials       89       89              
Flag Coverage Δ
client 41.44% <0.00%> (-0.04%) ⬇️
server ∅ <ø> (∅)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
client/src/app/components/PageDrawerContext.tsx 17.64% <0.00%> (-1.51%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ibolton336 ibolton336 merged commit b161d82 into konveyor:main Sep 20, 2023
6 checks passed
Copy link
Collaborator

@mturley mturley left a comment

Choose a reason for hiding this comment

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

I'm late here, but looks great :)

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.

Archetype drawer
3 participants