Commit graph

20 commits

Author SHA1 Message Date
Paul van Tilburg 569052a06e Delete the draggable when the "X" is clicked upon
Also apply syntax highlighting, draggabilty, and signals to the last
added draggable in the iteration, not to all.
2012-01-15 17:15:10 +01:00
Paul van Tilburg 87a9aa2f27 Make our style CSS override the CSS from highlight.js; set body font family 2012-01-15 16:19:41 +01:00
Paul van Tilburg 2537e0ef77 Only apply syntax highlighting to code now that we know the type 2012-01-15 16:19:12 +01:00
Paul van Tilburg 3e0d783454 Wrap the content in a div with title and comments; add some style 2012-01-15 16:18:23 +01:00
Paul van Tilburg e22a95d017 Allow for setting the type of entered/pasted text in the add dialog 2012-01-15 14:25:47 +01:00
Paul van Tilburg 86f518d0c7 Fix saving positions of text and code 2012-01-13 10:43:47 +01:00
Paul van Tilburg f938e66614 Fix stacking of things that are not an image 2012-01-13 10:43:08 +01:00
Paul van Tilburg 860f0c392a Make the text draggable font a bit smaller 2012-01-12 15:28:32 +01:00
Paul van Tilburg 68e38d8568 Apply source highlighting to all <pre/> blocks 2012-01-12 14:22:37 +01:00
Paul van Tilburg 245f97c636 Add the highlight.js library 2012-01-12 14:20:50 +01:00
Paul van Tilburg 9b4f70c6e9 Implement keyboard support (Plus/Escape) for showing/hiding the upload dialog 2012-01-12 13:22:52 +01:00
Paul van Tilburg b813520f20 Add support for music/video/code/text files 2012-01-12 13:22:22 +01:00
Paul van Tilburg c630ac3beb Changed the routes to provide a more RESTful interface 2012-01-12 11:38:40 +01:00
Paul van Tilburg faea9200db Reorganize public/ to have a more tradition Express-y structure 2012-01-12 11:20:33 +01:00
Paul van Tilburg b93461271e Move the upload dir (physically) to public 2012-01-12 11:18:54 +01:00
Paul van Tilburg e25c0aeb32 Add a symlink for now to allow for static serving of the uploaded stuff 2012-01-11 23:31:24 +01:00
Paul van Tilburg e43fee4541 Get the current draggables and save the positions from the client 2012-01-11 23:31:07 +01:00
Paul van Tilburg 0df53fa63d Pimp the dialog show/hide with a fade effect 2012-01-11 23:26:40 +01:00
Paul van Tilburg 2143fc6d72 Use jQuery (UI) to show/hide the upload dialog 2012-01-11 17:04:27 +01:00
Paul van Tilburg 83228cbc3c Initial commit of the rework in Express/Node.js. 2012-01-11 15:06:29 +01:00