Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix miniscrollbar hint letters [library-redesign] #1352

Merged

Conversation

LindyBalboa
Copy link
Contributor

The problem was that the label for the tree items
did not match the data of the items, EXCEPT for the
tracks. In the case of crates and playlists, only the
label was the human readable version, whereas the
data was the playlist/crate ID in the sqlite database.

It could be that to enable drag/drop from the miniviews
that we will need to modify the tree items in for the
mini track view so that their data is also their track ID.

The problem was that the `label` for the tree items
did not match the `data` of the items, EXCEPT for the
tracks. In the case of crates and playlists, only the
`label` was the human readable version, whereas the
`data` was the playlist/crate ID in the sqlite database.

It could be that to enable drag/drop from the miniviews
that we will need to modify the tree items in for the
mini track view so that their data is also their track ID.
@LindyBalboa LindyBalboa changed the title Fix miniscrollbar hint letters Fix miniscrollbar hint letters [library-redesign] Sep 26, 2017
@daschuer
Copy link
Member

That was easy! Thank you. LGTM

Before merge, we need you permission.
Please sign https://docs.google.com/a/mixxx.org/spreadsheet/viewform?formkey=dEpYN2NkVEFnWWQzbkFfM0ZYYUZ5X2c6MQ
and comment here when done. Thank you!

@LindyBalboa
Copy link
Contributor Author

Easy to change, not easy to find!

@daschuer
Copy link
Member

Thank you!

@daschuer daschuer merged commit 38ddb23 into mixxxdj:jmigual-library-redesign Sep 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants