Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Mar 18, 2022
1 parent 06c1ef2 commit 41f74ea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Summary
* Enhancement - Add a watcher for the share panel of a space: [#6543](https://github.com/owncloud/web/pull/6543)
* Enhancement - Contextmenu background hover: [#6553](https://github.com/owncloud/web/pull/6553)
* Enhancement - Design improvements: [#6492](https://github.com/owncloud/web/issues/6492)
* Enhancement - Improve resource loading within spaces: [#6601](https://github.com/owncloud/web/pull/6601)
* Enhancement - Load space images as preview: [#6529](https://github.com/owncloud/web/pull/6529)
* Enhancement - Move share indicators: [#5976](https://github.com/owncloud/web/issues/5976)
* Enhancement - Polish ViewOptions: [#6492](https://github.com/owncloud/web/issues/6492)
Expand Down Expand Up @@ -164,6 +165,19 @@ Details
https://github.com/owncloud/web/issues/6555
https://github.com/owncloud/web/pulls/6584

* Enhancement - Improve resource loading within spaces: [#6601](https://github.com/owncloud/web/pull/6601)

We've improved the loading of resources within a space. This enhances performance and overall
stability within spaces.

* The loading task will determine if a space needs to be fetched or not. Route changes within a
space do not require the space the be fetched again. This also ensures that the space image and
readme won't be fetched when navigating into subfolders. * The space now gets set at the end of
the loading task. This ensures that the space task has finished as soon as the image and readme
get loaded.

https://github.com/owncloud/web/pull/6601

* Enhancement - Load space images as preview: [#6529](https://github.com/owncloud/web/pull/6529)

We've added a new logic which renders space images as preview to minimize data traffic
Expand Down

0 comments on commit 41f74ea

Please sign in to comment.