mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-27 22:04:56 -04:00
Moved defects and todos to trac.mt-daapd.org
This commit is contained in:
parent
3b31d22c02
commit
38a74ab1eb
@ -1,14 +1,6 @@
|
|||||||
// TODO
|
// TODO
|
||||||
// Find a decent spinner instad of the busy text
|
|
||||||
// Handle 'all' in select boxes (click on all should deselect everything else)
|
|
||||||
// move stuff to responsehandler
|
// move stuff to responsehandler
|
||||||
// Refactor EditPlaylistName => Source
|
|
||||||
// handle source change events (keyPress etc)
|
// handle source change events (keyPress etc)
|
||||||
// navigate source with arrow keys and then click selected should initiate edit
|
|
||||||
// new playlist twice gives server response 500
|
|
||||||
// handle duplicate playlist names use pluck(firstChild.nodeValue?)
|
|
||||||
// After playlist name edit, it should be activated again.
|
|
||||||
// After playlist delete, select another one
|
|
||||||
// If playlist is empty don't confirm delete
|
// If playlist is empty don't confirm delete
|
||||||
Event.observe(window,'load',initPlaylist);
|
Event.observe(window,'load',initPlaylist);
|
||||||
|
|
||||||
@ -108,6 +100,7 @@ var Source = {
|
|||||||
},
|
},
|
||||||
hideEditPlaylistName: function () {
|
hideEditPlaylistName: function () {
|
||||||
$('edit_playlist_name').style.display = 'none';
|
$('edit_playlist_name').style.display = 'none';
|
||||||
|
Field.activate('source');
|
||||||
Source.playlistId = '';
|
Source.playlistId = '';
|
||||||
GlobalEvents.removeClickListener(this);
|
GlobalEvents.removeClickListener(this);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user