mozilla / galaxy

To infinity and beyond. The front-end UI.
BSD 3-Clause "New" or "Revised" License
9 stars 14 forks source link

#125 - Initial Drag and Drop #166

Closed emoore24 closed 10 years ago

emoore24 commented 10 years ago

For #125

Per discussions with @scottmeng, at the moment the request sends game slug and rank (see #169). The rank is zero-based, so if that needs to be changed let me know. Also if we switched to a serialized JSON string, i will change this accordingly (shouldn't be difficult).

I am using this library for the drag and drop. Would you rather have the minimized css? I forgot to change it (used regular in case we needed to debug) but both are in the folder.

Gif: Gif of drag and drop

r? @scottmeng @cvan

Sorry for being so out of it this past couple weeks

scottmeng commented 10 years ago

r+wc this looks really nice!

You can also check out the current featured game API endpoint at cvan/galaxy-api#169 if you want.

cvan commented 10 years ago

don't forget to watch that pacers game!

cvan commented 10 years ago

also, very impressed that you made a .gif to demo your work. never seen that before :+1:

yangshun commented 10 years ago

What software do you use to record the .gif? Looks really useful!

emoore24 commented 10 years ago

r?

emoore24 commented 10 years ago

also @scottmeng I looked at cvan/galaxy-api#169 and it looked good :+1:

emoore24 commented 10 years ago

About to merge, last call for reviews.

Also @yangshun and anyone else who cares, I used a mac app called Quickcast. Its main function is screencasts, but if you record a video that is under 10 seconds and publish it, they provide a .gif

emoore24 commented 10 years ago

Merged