Describe the bug
To display the list of categories in the left frame only a small part of the available space is used. If I scroll down the list, this is only done within the marked area:

To Reproduce
Steps to reproduce the behavior:
Expected behavior
All of the available space should be used to display categories.
Desktop (please complete the following information):
Server (please complete the following information):
cc @nextcloud/vuejs aaah, help :scream_cat: (see https://github.com/nextcloud/bookmarks/blob/master/src/components/Navigation.vue)
Probably due to https://github.com/nextcloud/nextcloud-vue/releases/tag/v2.2.0 and especially https://github.com/nextcloud/nextcloud-vue/pull/1160.
See https://github.com/nextcloud/tasks/commit/38788f1d22e4b1500f7513f497ec7e69709f0eca for what was changed on the Tasks app.
@skjnldsv Was this breaking change by any chance documented somewhere?
Yes in the release changelog of the vue components
That's where it first says "breaking changes" without (bumping the major version number) and then "revert" again in the next release with a link to a PR https://github.com/nextcloud/nextcloud-vue/pull/1160. And even if I understood what's happening I'm supposed to dig through all changes to see what exactly I'm supposed to adjust while the official docs don't even mention any slots in that component? I'm not a full-time core dev subscribed to all changes happening in any of the repos. I have to rely on documentation. :disappointed:
Yeah, sorry about this.
We should have some documentation for AppNavigation :)
I usually check the changelog in the dependabot PRs https://github.com/nextcloud/bookmarks/pull/1109
then "revert" again in the next release
The main slot and list slot were never reverted
https://github.com/nextcloud/nextcloud-vue/pull/1107/files
The footer one was https://github.com/nextcloud/nextcloud-vue/pull/1160
So, there's no footer slot anymore?
I usually check the changelog in the dependabot PRs
And I usually rely on semver :D
And I usually rely on semver :D
Yeah, we're not the best for this on the vue components :/
I'm always afraid to end up at v21.1.4 in 6 months :see_no_evil:
So, there's no footer slot anymore?
There is :p
You can check the docs for the slots https://nextcloud-vue-components.netlify.app/#/Components/App%20containers?id=appnavigation-1
Most helpful comment
Probably due to https://github.com/nextcloud/nextcloud-vue/releases/tag/v2.2.0 and especially https://github.com/nextcloud/nextcloud-vue/pull/1160.
See https://github.com/nextcloud/tasks/commit/38788f1d22e4b1500f7513f497ec7e69709f0eca for what was changed on the Tasks app.