inaes-tic / mbc-caspa

MBC Playout Server {mlt edition}
tic.inaes.gob.ar
GNU Affero General Public License v3.0
11 stars 8 forks source link

Implement swipe to delete #37

Open josx opened 11 years ago

josx commented 11 years ago

To support touch devices we should implement a library that support swiping gestures, and add support for this in all lists.

xaiki commented 11 years ago

you can probably use glyphicons for this.

On 28 March 2013 09:55, José Luis Di Biase notifications@github.com wrote:

Add a Trash icon to delete elements dragging from playlist and dropping over it.

— Reply to this email directly or view it on GitHubhttps://github.com/inaes-tic/mbc-playout/issues/37 .

Niv Sardi

Lacrymology commented 11 years ago

this http://fortawesome.github.com/Font-Awesome/ is beautiful

xaiki commented 11 years ago

works for me.

josx commented 11 years ago

First trash version, now drag and drop to the black hole

xaiki commented 11 years ago

@Lacrymology was saying this UI is bad. I agree, where are we at ? button ? swipe to delete ? I think we need both. cc @pardo-bsso

pardo-bsso commented 11 years ago

We all agree that it's bad from a usability pov. I'm not sure now about how to implement gestures in a reliable and nice way but that solution can be coerced with some css-fu into a semi infinite drop target at one side, so the distance is always the same no matter where we are at the playlist.

xaiki commented 11 years ago

there are probably touch libs for that. but lets leave it for sip.

On 1 April 2013 17:47, Adrián Pardini notifications@github.com wrote:

We all agree that it's bad from a usability pov. I'm not sure now about how to implement gestures in a reliable and nice way but that solution can be coerced with some css-fu into a semi infinite drop target at one side, so the distance is always the same no matter where we are at the playlist.

— Reply to this email directly or view it on GitHubhttps://github.com/inaes-tic/mbc-playout/issues/37#issuecomment-15740850 .

Niv Sardi

josx commented 11 years ago

On #55 we have added a black rectangle for trash. Then We can replace it with an Font Awesome Icon.