Albert Yi
df6e86551a
tweaks to similar posts
2018-07-20 15:05:51 -07:00
Albert Yi
75162d3d8b
bug fixes + tests
2018-07-20 12:31:28 -07:00
Albert Yi
4cf670b432
fix styling issues with responsive mode
2018-07-19 16:21:32 -07:00
Albert Yi
76342582b2
add fallback for older previews
2018-07-18 13:02:05 -07:00
Albert Yi
0fe0d23a62
fix margins
2018-07-18 11:38:00 -07:00
Albert Yi
6ea3d7983e
add normalization for deviantart artist urls
2018-07-18 11:38:00 -07:00
Albert Yi
a610111658
switch post previews to use flexbox, add better styling for cropped thumbnails
2018-07-18 11:38:00 -07:00
Albert Yi
7f6716d35f
fixes #3766
2018-06-25 15:17:30 -07:00
Albert Yi
24f8710877
always display related tags container instead of trying to conditionally hide it ( #3765 )
2018-06-25 14:18:18 -07:00
r888888888
f506a909ed
autocomplete tweaks
2018-06-24 01:37:30 -07:00
r888888888
6b0be1e092
show reltags when searching for artist onyl
2018-06-23 17:27:40 -07:00
r888888888
5aae4b649f
add xhr variant detection
2018-06-23 12:09:01 -07:00
r888888888
3ba5c6fb51
refactor iqdb endpoints
2018-06-23 10:59:04 -07:00
Albert Yi
56b40a0255
add iqdb preview
2018-06-22 16:41:13 -07:00
Albert Yi
64446d49e1
add image cropping support
2018-06-22 14:41:57 -07:00
Albert Yi
9510dead9f
refactor iqdb query support
2018-06-19 14:16:12 -07:00
Albert Yi
9f33b14fa8
adjust styling
2018-06-14 17:52:41 -07:00
Albert Yi
b0c2ddba8b
update tests
2018-06-14 17:52:41 -07:00
Albert Yi
0e6c358701
add drag and drop file uploads w/async processing
...
[skip ci]
2018-06-14 17:52:41 -07:00
Albert Yi
856637ace4
fix tests
2018-06-05 15:51:06 -07:00
Albert Yi
c75f520055
fixes #3730
2018-06-05 14:48:09 -07:00
Albert Yi
69eaf1677b
Merge pull request #3717 from r888888888/autocomplete-cache-control
...
eliminate usage of localstorage to cache tag autocomplete results (fixes #3543 )
2018-05-22 15:23:35 -07:00
Albert Yi
da34c95da5
add expiry parameter
2018-05-22 14:57:46 -07:00
Albert Yi
0e7349ca48
fix xss vuln
2018-05-22 14:48:00 -07:00
Albert Yi
72d72fd3d0
eliminate usage of localstorage to cache tag autocomplete results ( fixes #3543 )
2018-05-17 09:54:37 -07:00
Albert Yi
fcd80b6043
Artist urls can be prepended with a '-' to mark is inactive ( #3388 )
2018-05-16 16:04:05 -07:00
Albert Yi
c36efc1f62
fixes #3710
2018-05-15 12:36:01 -07:00
Albert Yi
984ab98a40
potential fix for #3672
2018-05-10 11:20:15 -07:00
Albert Yi
79a93f0198
Merge pull request #3703 from r888888888/favorites-meta-privacy
...
Fix #3633 : Remove favorites meta tag
2018-05-07 17:36:55 -07:00
evazion
a22bf20230
post tooltips: add header bar with more post info.
...
Add a header bar containing the following information:
* Uploader + top tagger + upload date
* Score, favorite count, comment count
* Rating
* Source (Pixiv, Twitter, etc)
* Image dimensions
Also list series pools with tags.
2018-05-07 13:18:22 -05:00
evazion
27ca4f7cb1
post tooltips: reduce width/height, increase delay.
2018-05-07 13:18:22 -05:00
Moebius-Strip
5643db6d2c
Simplify favorites link JS
...
Make use of the "is favorited" data to determine if the post is favorited instead of relying on the entire list of favorites.
2018-05-06 09:45:55 -04:00
evazion
96669ca4b5
Fix #3694 : Favgroup UX issues.
2018-05-03 00:53:42 -05:00
r888888888
9822ff999b
switch to non-minified versions of js libs, load unminified versions of jquery and jquery ui on non-prod environments ( #3690 )
2018-04-30 11:28:20 -07:00
evazion
80f8a7fee4
post tooltips: add disable button inside tooltip.
2018-04-30 02:20:06 -05:00
evazion
1d14885bd5
post tooltips: reduce width/height, grey out unless hovered.
2018-04-30 02:20:06 -05:00
evazion
93471c99c9
post tooltips: position tooltips above thumbnail.
2018-04-30 02:20:06 -05:00
evazion
21431892e8
post tooltips: increase delay 33%, remove gaps between tags.
2018-04-29 12:09:09 -05:00
evazion
47677aedf0
post tooltips: make scrollbar thinner.
2018-04-29 11:41:41 -05:00
evazion
862b1bc4c8
post tooltips: don't show if lost focus during ajax call ( #3689 ).
...
Fix the tooltip appearing and getting stuck when the user mouses out
during the ajax request.
2018-04-29 01:58:39 -05:00
evazion
57203727b6
post tooltips: hide on keypresses ( #3689 ).
2018-04-29 00:17:56 -05:00
evazion
08e25e40c5
post tooltips: disable tooltips on touchscreens ( #3689 ).
...
On phones / tablets, long pressing a thumbnail sends emulated mouse events
that trigger the tooltip. Disable tooltips while touching is active.
2018-04-29 00:05:33 -05:00
evazion
a6499b5169
post tooltips: add disable option ( #3689 ).
...
* Add "disable post tooltips" account setting.
* Add back title attribute for when fancy tooltips are disabled.
2018-04-28 23:50:51 -05:00
evazion
1a29b96579
post tooltips: avoid positioning tooltips offscreen ( #3689 ).
...
ref: http://qtip2.com/plugins#viewport .
2018-04-28 23:49:22 -05:00
evazion
0dcd303546
post tooltips: cache html after first api call ( #3689 ).
...
Avoid triggering the API call each time you hover over the same post.
Overwrite `content.text` to save the results after the first call.
2018-04-28 23:49:03 -05:00
evazion
e5db839e54
post tooltips: hide when clicking thumbnail ( #3689 ).
2018-04-28 22:01:16 -05:00
r888888888
c5de0ca425
clear out menu.bindings on autocomplete lib after search ( #3688 )
2018-04-28 19:10:58 -07:00
r888888888
b0a161b745
remove jquery-ui-autocomplete from compiled app js
2018-04-28 18:38:18 -07:00
r888888888
11d7010c92
fix css
2018-04-28 12:00:10 -07:00
Albert Yi
36f15daa49
Merge pull request #3683 from evazion/fix-3678
...
Fix #3678 : "Access denied" when adding commentary.
2018-04-27 17:28:23 -07:00