Commit Graph

45 Commits

Author SHA1 Message Date
Krzysztof Klimonda
defbd50445 Don't load Pins "in background" when lightbox is active.
Remove the scroll event handler when lightbox is active, so pins are
not loaded in background breaking the page layout.
2013-04-14 15:51:39 +02:00
Isaac Bythewood
cecc88f068 Refactor loading pins part of pinry.js to fix some bugs 2013-04-05 18:50:06 +00:00
Isaac Bythewood
c8f0d6b1d6 Fix bug of multiple of same images loading sometimes 2013-04-05 18:30:14 +00:00
Isaac Bythewood
4f8139f615 Fix bug in sometimes loading the same pins again because the offset is not increased outside of "success" 2013-03-20 21:02:28 -03:00
Krzysztof Klimonda
51ba441af5 Call lightbox() when new pin is created
We have to call lightbox() when new pin is created so its
onClick listener is registered.
2013-03-19 19:23:50 +01:00
Krzysztof Klimonda
8fa7583b0f Call tillLayout when adding a new pin 2013-03-12 15:01:22 -07:00
Isaac Bythewood
026b5dcd88 Now shows messages from django 2013-03-12 06:38:47 +00:00
Isaac Bythewood
28c791fd1e Pins are now editable 2013-03-12 06:12:09 +00:00
Isaac Bythewood
bcf480e639 Add fade to edit buttons and fix queueing of animation 2013-03-12 05:05:43 +00:00
Rober Torkuhl
812358e31b use jQuery.off() instead od deprecated .unbind() function 2013-03-09 21:59:39 +01:00
Rober Torkuhl
0a5ed2b049 remove doubled event listeners 2013-03-09 21:39:40 +01:00
Rober Torkuhl
9bbc0d19ce show edit buttons only on mouse over 2013-03-09 21:39:01 +01:00
Isaac Bythewood
1d8b2b151a Scroll bookmarklet to the top 2013-03-05 22:05:04 +00:00
Isaac Bythewood
dedf33183b Improve bookmarklet form 2013-03-05 22:02:35 +00:00
Isaac Bythewood
37de6ecb93 Improve error message system and add errors to basic functions 2013-03-05 21:25:08 +00:00
Isaac Bythewood
1538579fe5 Fix issue with lightbox background not expanding properly and bottom footer being off in lightbox 2013-03-05 20:44:23 +00:00
Isaac Bythewood
0f9b1639ad Improve the loading of pins and overall speed 2013-03-04 00:50:59 +00:00
Isaac Bythewood
9a6d540a86 Bug fix submitter filter 2013-03-03 22:48:30 +00:00
Isaac Bythewood
248bd25a04 Move private to users, add user filtering to JS 2013-03-03 22:47:25 +00:00
Isaac Bythewood
3420608730 CSS refactors to improve readability 2013-03-03 22:32:22 +00:00
Isaac Bythewood
13829866d1 Fix bug in appending jQuery if needed. 2013-03-03 11:06:22 -05:00
Isaac Bythewood
08410ba50d Spinner doesn't show if there are no more pins to load 2013-03-03 14:34:33 +00:00
Isaac Bythewood
6abb1ffe88 Allow pin deleting from interface 2013-03-03 14:30:13 +00:00
Isaac Bythewood
39aa6818f2 Tags sends [] instead of null 2013-03-03 13:56:06 +00:00
Isaac Bythewood
eba04c177e Update pinry tag handler and spinner 2013-03-03 13:45:27 +00:00
Isaac Bythewood
ec27f1cfb8 Bug fixes to bookmarklet and pin-form 2013-03-03 13:05:38 +00:00
Krzysztof Klimonda
68e01b5a39 Rename upload-pin to create-image
It didn't make sense to call it upload-pin as it is being used only for
creating the Image object.
2013-03-02 12:01:07 -08:00
Isaac Bythewood
0b58d8349e Working pin uploader with drag and drop functionality. 2013-02-27 22:44:56 +00:00
Isaac Bythewood
7fe3769248 Improved pin form to use post's incoming data on successful submission to auto-prepend to the list 2013-02-27 08:03:23 +00:00
Isaac Bythewood
7ee8fd6d98 Greatly improved bookmarklet pinning functionality, much better pin form 2013-02-27 07:38:38 +00:00
Isaac Bythewood
96af25f5fb Further improve lightbox by getting rid of all the data tags and use ajax call for pin 2013-02-27 06:03:05 +00:00
Isaac Bythewood
29665a41a5 Reduce the top margin on lightbox 2013-02-27 04:37:42 +00:00
Isaac Bythewood
8ec96a07ce Greatly improved lightbox view, much cleaner and smoother 2013-02-27 04:34:44 +00:00
Isaac Bythewood
e0362a0298 Cleaning up and improveing the bookmarklet 2013-02-27 01:58:00 +00:00
Isaac Bythewood
fa7e8c3b83 Get basic working bookmarklet and refactor API into core 2013-02-26 23:20:50 +00:00
Krzysztof Klimonda
82352d6980 Make PinResource orderable by id
Update JavaScript so it orders pins, Fixes #69
2013-02-26 01:21:57 -08:00
Isaac Bythewood
73f35178ca Improvements to lightbox to get a parallax mode 2013-02-26 06:46:55 +00:00
Isaac Bythewood
2acdd9609b Allow for viewing an individual tag 2013-02-26 05:56:42 +00:00
Isaac Bythewood
12091fda00 Working new pin button that makes use of the API and loads new items in real time 2013-02-26 05:23:31 +00:00
Isaac Bythewood
9f5cc2de57 Working new pin form 2013-02-26 01:54:02 +00:00
Isaac Bythewood
f5ef3a0c2b Get bookmarklet mostly setup 2013-02-25 04:34:49 +00:00
Isaac Bythewood
513827e128 Some lightbox improvements 2013-02-23 06:28:02 +00:00
Isaac Bythewood
2264d96528 Have a working custom lightbox plugin now 2013-02-23 04:42:22 +00:00
Isaac Bythewood
5a74253bf8 Better design implemented that removes a lot of white space 2013-02-23 03:42:47 +00:00
Isaac Bythewood
a7d571a509 Remove a bunch of old vender files, refactor locations of static and template files, force api limit on calls 2013-02-23 02:23:58 +00:00