Album dropdown on manage page should become scroll-able when large number of albums #59
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: aheathershaw/blue-twilight#59
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Sorry I’m not following this one. Please could you attach a screenshot showing what you mean?
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.
Perfect, thanks.
This is because the album names are strings not numbers, so they get sorted as text not numerical.
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.
Unfortunately nested menus are not officially supported by Bootstrap. I'm instead going to code in a couple of options for that selector.
Additional options to customise the menu have been added in 2.1.1.
Migrated from https://github.com/andysh-uk/blue-twilight/issues/59