Skip to content

Commit

Permalink
Merge pull request #46361 from nextcloud/perf/scroll-user-list
Browse files Browse the repository at this point in the history
perf(settings): Optimize user list scroll performance
  • Loading branch information
Pytal committed Jul 9, 2024
2 parents 6b523e8 + 088cc32 commit 025a784
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions apps/settings/src/components/Users/VirtualList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export default Vue.extend({
display: block;
overflow: auto;
height: 100%;
will-change: scroll-position;
&__header,
&__footer {
Expand Down
4 changes: 2 additions & 2 deletions dist/settings-users-3239.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-users-3239.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/settings-vue-settings-apps-users-management.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-vue-settings-apps-users-management.js.map

Large diffs are not rendered by default.

0 comments on commit 025a784

Please sign in to comment.