Closed Shevijacobson closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 41.97%. Comparing base (
b654645
) to head (97e4355
). Report is 239 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@mguetta1
It seems we have a general problem when multiple cells with isActionCell
property are displayed - in list view (small screen) they get stacked (i.e. see below). Can you open an issue to track this? I think that with upgrade to newer PatterFly version we could solve it by using OverflowMenu as shown here
@mguetta1 It seems we have a general problem when multiple cells with
isActionCell
property are displayed - in list view (small screen) they get stacked (i.e. see below). Can you open an issue to track this? I think that with upgrade to newer PatterFly version we could solve it by using OverflowMenu as shown here
An issue has been opened to address the above: #2111
Changes Made:
Removed the edit action from the ActionsColumn.
Added a dedicated edit icon outside the ActionsColumn, providing a clearer and more focused user interface.
Part of #1318
Before the change:
After the change: