Skip to content

Commit

Permalink
NN-647 add separate pane for each view
Browse files Browse the repository at this point in the history
  • Loading branch information
anlisha-maharjan committed Jan 17, 2025
1 parent 2cfca50 commit 9360174
Show file tree
Hide file tree
Showing 10 changed files with 408 additions and 657 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/citation/CitationCommunities.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default {
filt_communities() {
var com = this;
var filtered = Object.values(com.citation_data?.community_scores || {});
console.log('00',filtered)
if (com.search_raw !== "") {
// If search term is not empty, filter by search term
var regex = new RegExp(com.regex, "i");
Expand Down
177 changes: 0 additions & 177 deletions frontend/src/components/pane/CitationPaneSystem.vue

This file was deleted.

Loading

0 comments on commit 9360174

Please sign in to comment.