Skip to content

Commit

Permalink
Merge pull request #7298 from owncloud/remove-lazy-loading-delay
Browse files Browse the repository at this point in the history
Remove lazy table loading delay
  • Loading branch information
kulmann authored Jul 19, 2022
2 parents 0bb33e7 + b6b593f commit e69a306
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/bugfix-remove-lazy-table-loading-delay
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Remove lazy table loading delay

We've removed the lazy loading delay on the OcTable to improve the overall performance.

https://github.com/owncloud/web/issues/7038
https://github.com/owncloud/web/pull/7298
9 changes: 5 additions & 4 deletions changelog/unreleased/enhancement-update-ods
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Enhancement: Update ODS to v14.0.0-alpha.4
Enhancement: Update ODS to v14.0.0-alpha.5

We updated the ownCloud Design System to version 14.0.0-alpha.4. Please refer to the full changelog in the ODS release (linked) for more details. Summary:
We updated the ownCloud Design System to version 14.0.0-alpha.5. Please refer to the full changelog in the ODS release (linked) for more details. Summary:

- Bugfix - Remove click event on OcIcon: #2216
- Bugfix - Lazy loading render performance: #2260
- Change - Remove OcAlert component: #2210
- Change - Remove transition animations: #2210
- Change - Revamp animations: #2210
Expand All @@ -11,5 +12,5 @@ We updated the ownCloud Design System to version 14.0.0-alpha.4. Please refer to
- Enhancement - Progress bar indeterminate state: #2200
- Enhancement - Redesign notifications: #2210

https://github.com/owncloud/web/pull/7139
https://github.com/owncloud/owncloud-design-system/releases/tag/14.0.0-alpha.2
https://github.com/owncloud/web/pull/7298
https://github.com/owncloud/owncloud-design-system/releases/tag/14.0.0-alpha.5
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,7 @@ export default defineComponent({
if (this.configuration?.options?.displayResourcesLazy) {
fields.forEach((field) =>
Object.assign(field, {
lazy: {
delay: 250
}
lazy: true
})
)
}
Expand Down
2 changes: 1 addition & 1 deletion packages/web-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"luxon": "^2.4.0",
"marked": "^4.0.12",
"oidc-client-ts": "^2.0.5",
"owncloud-design-system": "14.0.0-alpha.4",
"owncloud-design-system": "14.0.0-alpha.5",
"owncloud-sdk": "~3.0.0-alpha.14",
"p-queue": "^6.6.2",
"popper-max-size-modifier": "^0.2.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9711,17 +9711,17 @@ __metadata:
languageName: node
linkType: hard

"owncloud-design-system@npm:14.0.0-alpha.4":
version: 14.0.0-alpha.4
resolution: "owncloud-design-system@npm:14.0.0-alpha.4"
"owncloud-design-system@npm:14.0.0-alpha.5":
version: 14.0.0-alpha.5
resolution: "owncloud-design-system@npm:14.0.0-alpha.5"
peerDependencies:
"@popperjs/core": ^2.4.0
"@vue/composition-api": ^1.4.3
filesize: ^9.0.9
focus-trap: ^6.4.0
focus-trap-vue: ^1.1.1
fuse.js: ^6.4.6
luxon: ^2.0.2
luxon: ^3.0.1
postcss-import: ^12.0.1
postcss-url: ^9.0.0
tippy.js: ^6.3.7
Expand All @@ -9730,7 +9730,7 @@ __metadata:
vue-inline-svg: ^2.0.0
vue-select: ^3.12.0
webfontloader: ^1.6.28
checksum: b45901f01adcf50de706d89f66387a524c18d241b0123e745a6e4c167d1350f68f3ca3ebe636857fea12e58b6b6534c49bff9c2f82757548ed3d61b9774e78dc
checksum: bb077ebcadc8bbd812c18ce2d0cc86f53c9f7d48731bddcd630b6ae876932e2020a182f0d4768a8dec10db03624f30cf21731d7f75b874138491a582c735a575
languageName: node
linkType: hard

Expand Down Expand Up @@ -13773,7 +13773,7 @@ __metadata:
luxon: ^2.4.0
marked: ^4.0.12
oidc-client-ts: ^2.0.5
owncloud-design-system: 14.0.0-alpha.4
owncloud-design-system: 14.0.0-alpha.5
owncloud-sdk: ~3.0.0-alpha.14
p-queue: ^6.6.2
popper-max-size-modifier: ^0.2.0
Expand Down

0 comments on commit e69a306

Please sign in to comment.