File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Summary
1616* Bugfix - Include Ubuntu font: [#13233](https://github.com/owncloud/web/pull/13233)
1717* Bugfix - External share ID fallback: [#13253](https://github.com/owncloud/web/pull/13253)
1818* Bugfix - Handle file loading error: [#13274](https://github.com/owncloud/web/pull/13274)
19+ * Bugfix - Use sticky header composable in deleted files: [#13329](https://github.com/owncloud/web/pull/13329)
1920* Enhancement - Hide trashed spaces: [#13168](https://github.com/owncloud/web/pull/13168)
2021* Enhancement - Drop beta badge from GeoGebra pinboards: [#13169](https://github.com/owncloud/web/pull/13169)
2122* Enhancement - Add Excalidraw file icon: [#13172](https://github.com/owncloud/web/pull/13172)
@@ -89,6 +90,14 @@ Details
8990
9091 https://github.com/owncloud/web/pull/13274
9192
93+ * Bugfix - Use sticky header composable in deleted files: [#13329](https://github.com/owncloud/web/pull/13329)
94+
95+ The sticky header composable is now used in the deleted files view. This fixes
96+ the issue where the header was always sticky. On smaller screens, this breaks
97+ the layout and overlaps the content.
98+
99+ https://github.com/owncloud/web/pull/13329
100+
92101* Enhancement - Hide trashed spaces: [#13168](https://github.com/owncloud/web/pull/13168)
93102
94103 If the `root.deleted.state` property of a space is `trashed`, the space is not
You can’t perform that action at this time.
0 commit comments