Bookmarks: Not all of the available space is used to display the list of categories in the left frame

Created on 25 Jul 2020  路  12Comments  路  Source: nextcloud/bookmarks

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:

grafik

To Reproduce
Steps to reproduce the behavior:

  1. Open the bookmarks app
  2. check the list of displayed categories in the left frame
    => only half of the available space is used to display the categories.

Expected behavior
All of the available space should be used to display categories.

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Firefox 78.0.2

Server (please complete the following information):

  • OS: Linux
  • HTTP server: Apache2 v2.4.43
  • Database: MariaDB v10.2.24
  • PHP version: 7.2.31
  • Nextcloud version: 18.0.7
  • Bookmarks app version: 3.3.1
bug

Most helpful comment

All 12 comments

cc @nextcloud/vuejs aaah, help :scream_cat: (see https://github.com/nextcloud/bookmarks/blob/master/src/components/Navigation.vue)

@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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bspire picture bspire  路  4Comments

marcelklehr picture marcelklehr  路  6Comments

ifuchs picture ifuchs  路  4Comments

marcelklehr picture marcelklehr  路  4Comments

marcelklehr picture marcelklehr  路  4Comments