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

🐛 Fix inconsistent styles between app inventory tables, fix wrong drawer component being used on analysis table, remove stray character #1397

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

mturley
Copy link
Collaborator

@mturley mturley commented Sep 25, 2023

  • Fixes the difference in cell spacing between the two tabs of the application inventory page - one was using a <Tbody> and one was not.
  • Removes style={{ cursor: "pointer" }} inline styles from these tables as they seem to have no effect with the getClickableTrProps being used
  • Restores the use of the ApplicationDetailDrawerAnalysis component on the analysis table instead of the ApplicationDetailDrawerAssessment
  • Removes a ; character that snuck into the drawer

…wer component being used on analysis table, remove stray character

Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>
@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (fbd5e60) 41.34% compared to head (806124b) 41.34%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1397   +/-   ##
=======================================
  Coverage   41.34%   41.34%           
=======================================
  Files         138      138           
  Lines        4334     4334           
  Branches     1039     1039           
=======================================
  Hits         1792     1792           
  Misses       2454     2454           
  Partials       88       88           
Flag Coverage Δ
client 41.34% <ø> (ø)
server ∅ <ø> (∅)

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

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

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.

2 participants