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

Sync dev-2122 to dev-2122-v4 #2177

Closed
wants to merge 7 commits into from
Closed
Prev Previous commit
Next Next commit
fix(extension):Fix reset filter link #1877 (#2136)
* reset filter fix

* css fix

---------

Co-authored-by: Tom Brunet <[email protected]>
nam-singh and tombrunet authored Jan 2, 2025

Verified

This commit was signed with the committer’s verified signature.
mifi Mikael Finstad
commit 6946ed2c97de286d6ac21912c50d8c80aee22938
Original file line number Diff line number Diff line change
@@ -290,7 +290,7 @@ export class ReportSection extends React.Component<ReportSectionProps, ReportSec
<Button
kind="tertiary"
disabled={totalCount === 0}
style={{ float: "right", minHeight: "18px", maxHeight: "32px", minWidth: "10rem" }}
style={{ float: "right", minHeight: "18px", maxHeight: "32px", minWidth: "10rem", alignItems: "center" }}
onClick={() => this.devtoolsController.exportXLS("last") }
>Export XLS</Button>
</div>
Original file line number Diff line number Diff line change
@@ -578,10 +578,8 @@ export class ReportTreeGrid<RowType extends IRowGroup> extends React.Component<R
}}
>turn off focus view</Link>, <Link
inline={true}
onClick={() => {
this.props.onResetFilters;
}}
>select all issue types</Link>, and do not filter hidden issues.
onClick={()=>this.props.onResetFilters() }
>reset the filters</Link>, and do not filter hidden issues.
</div>
} else {
// Calculate all of the show/hide/checked states