Skip to content

Commit

Permalink
fix: [BUG] Unlimit the number of spaces to display in the External sp…
Browse files Browse the repository at this point in the history
…aces portlet - EXO-61391 - Meeds-io/meeds#1828 (#3826)

Prior to this change, The External Spaces displays 40 spaces (spaces
where user is member and spaces where user is invited) at maximum and
are sorted by default in alphabetical order. This creates a bad display
and adds white space in the other widgets of snapshot page, The fix
change this behaviour to show only 10 spaces by default and only spaces
where user is member and add a load more botton to show more spaces if
exists.
  • Loading branch information
mkrout authored and exo-swf committed Nov 2, 2024
1 parent 4f9e66c commit 6b3b4b8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ export default {
},
close() {
this.$emit('back-to-main-page');
},
setFilter(filter) {
this.filter = filter;
}
}
};
Expand Down

0 comments on commit 6b3b4b8

Please sign in to comment.