Skip to content

Commit

Permalink
Select Most Used on the left, select Most Recent on the right
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Jul 24, 2024
1 parent a3e9a53 commit 2ca3793
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/frontend/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,13 @@ function renderFilterMenu(details, projectId) {
renderList();
});
});

$('.left .filter-options .filter-option:contains("Most Used")').trigger(
'click'
);
$('.right .filter-options .filter-option:contains("Most Recent")').trigger(
'click'
);
}

function updateChangesList(branchOrTag, projectId, isBaseline) {
Expand Down

0 comments on commit 2ca3793

Please sign in to comment.