Album dropdown on manage page should become scroll-able when large number of albums #59

Closed
opened 2018-07-28 10:02:22 +01:00 by aheathershaw · 7 comments
Owner

LNT00:

On the manage page (/admin) when you have a large list of albums, the dropdown should become scrollable. Currently if the number of albums is larger than available screen, the page is enlarged instead of showing scroll inside the dropdown.

[LNT00](https://github.com/LNT00): On the manage page (/admin) when you have a large list of albums, the dropdown should become scrollable. Currently if the number of albums is larger than available screen, the page is enlarged instead of showing scroll inside the dropdown.
aheathershaw added this to the Version 2.1.1 milestone 2018-07-28 10:02:22 +01:00
aheathershaw self-assigned this 2018-07-28 10:02:22 +01:00
aheathershaw added the
enhancement
label 2018-07-28 10:02:25 +01:00
Author
Owner

Sorry I’m not following this one. Please could you attach a screenshot showing what you mean?

Sorry I’m not following this one. Please could you attach a screenshot showing what you mean?
Author
Owner

LNT00:

Yes. There should be a max number of albums displayed in the dropdown, otherwise it will show all.

Also, like you can see above, the sorting is not really correct with numbers, but i think this is a really minor issue and can be ignored.

[LNT00](https://github.com/LNT00): Yes. There should be a max number of albums displayed in the dropdown, otherwise it will show all. Also, like you can see above, the sorting is not really correct with numbers, but i think this is a really minor issue and can be ignored.
Author
Owner

Yes. There should be a max number of albums displayed in the dropdown, otherwise it will show all.

Perfect, thanks.

Also, like you can see above, the sorting is not really correct with numbers, but i think this is a really minor issue and can be ignored.

This is because the album names are strings not numbers, so they get sorted as text not numerical.

> Yes. There should be a max number of albums displayed in the dropdown, otherwise it will show all. Perfect, thanks. > Also, like you can see above, the sorting is not really correct with numbers, but i think this is a really minor issue and can be ignored. This is because the album names are strings not numbers, so they get sorted as text not numerical.
Author
Owner

LNT00:

I suggest showing all albums in the dropdown, but collapsed under parents. Basically only show the parents from homepage, and display the available child albums if you want to expand them.

Basically a combo box with albums displayed like tree view, similar to how folders are displayed.

[LNT00](https://github.com/LNT00): I suggest showing all albums in the dropdown, but collapsed under parents. Basically only show the parents from homepage, and display the available child albums if you want to expand them. Basically a combo box with albums displayed like tree view, similar to how folders are displayed.
Author
Owner

Unfortunately nested menus are not officially supported by Bootstrap. I'm instead going to code in a couple of options for that selector.

Unfortunately nested menus are not officially supported by Bootstrap. I'm instead going to code in a couple of options for that selector.
Author
Owner

Additional options to customise the menu have been added in 2.1.1.

Additional options to customise the menu have been added in 2.1.1.
Author
Owner
Migrated from https://github.com/andysh-uk/blue-twilight/issues/59
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aheathershaw/blue-twilight#59
No description provided.