Skip to content

Commit

Permalink
Fix #703: open details on failing checks links (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem authored Dec 17, 2020
1 parent 4875493 commit bda4893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poucave/html/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ section.project:not(:first-child) {
}

.animate-blink {
animation: blinking 1.5s 1;
animation: blinking 1s 1;
}

.check-buglist li {
Expand Down
1 change: 1 addition & 0 deletions poucave/html/js/app/components/Check.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default class Check extends Component {

handleAnimationEnd() {
const { setValue } = this.props.focusedCheckContext;
this.setState({ detailsOpened: true });
setValue(null, null);
}

Expand Down

0 comments on commit bda4893

Please sign in to comment.