evazion
a5949a4b28
saved searches: always show 'Saved searches' link in navbar.
...
* Always display 'Saved searches' link in subnav bar, even if the user
hasn't created any saved searches yet.
* Eliminate use of `has_saved_searches` bitpref on users.
2019-09-22 23:14:55 -05:00
evazion
9720e4cfa9
css: fix positioning of search button in tag search box.
...
Fixes the search button wrapping to the next line in Firefox. Also fixes
the search box to be full width with no gap between the search box and
the search button.
2019-09-19 14:20:47 -05:00
evazion
a5ef86bbe8
views: add html ids for main menu and subnav menu.
...
Also refactor secondary links to put the <menu> element in the default
layout instead of in each _secondary_links partial.
2019-09-17 00:28:41 -05:00
evazion
b77eebf136
/favorites: replace favorites view with ordfav: search.
...
Make /favorites redirect to a ordfav:<user> search instead of having a
separate view just for favorites. This duplicated a lot of code for no
good reason.
2019-08-31 19:58:38 -05:00
Albert Yi
1b9e3d687d
add events for posts pages
2018-10-22 17:19:32 -07:00
evazion
47e26419d3
nav menu: add html ids to secondary nav menu links ( #3844 ).
2018-08-27 20:57:59 -05:00
Albert Yi
0fcdc30b69
Merge pull request #3817 from evazion/fix-3816
...
Avoid flickering hidden page elements during page loads
2018-08-21 14:44:26 -07:00
evazion
3ae913a707
html: convert html comments to erb comments.
...
Avoid emitting useless comments in the html.
2018-08-17 18:55:21 -05:00
evazion
7aa2a41798
blacklists: fix flickering of inline blacklists.
2018-08-14 16:04:08 -05:00
evazion
bbaadda1e3
Convert keyboard shortcuts to use data-shortcut.
2018-08-12 12:09:58 -05:00
Albert Yi
6fa0ae2cf1
Migrate assets to use Webpacker
2018-07-27 15:24:05 -07:00
r888888888
93a669d2de
expose recommendd posts link
2018-07-21 14:39:07 -07:00
r888888888
fd2f6c9742
hide recommend posts link
2018-07-21 14:28:32 -07:00
r888888888
344c46ed00
add mock recommender service for development, add user-context recommended posts
2018-07-21 14:02:57 -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
64446d49e1
add image cropping support
2018-06-22 14:41:57 -07:00
r888888888
c0ddf266fc
move save search button to sidebar
2017-11-17 16:51:38 -08:00
r888888888
36948bbf33
move explore links to sidebar, fix popular searches action
2017-11-13 11:14:09 -08:00
r888888888
83bfe3ee10
compromise for tag search autoexpansion #3310
2017-10-18 14:43:11 -07:00
r888888888
3eae2e279a
accept return on tag search input
2017-10-17 18:27:42 -07:00
r888888888
45ff443b36
fixes #3310
2017-10-11 17:36:35 -07:00
r888888888
0985f929cc
style buttons for upload/post edit pages
2017-09-14 16:56:40 -07:00
evazion
2929857682
blacklists: fix inline blacklist css to work on any page.
2017-06-07 23:31:34 -05:00
evazion
146dc116d6
/posts: remove tag subscriptions from navbar.
2017-04-24 21:44:40 -05:00
evazion
4631262374
Fix broken tag autocomplete on multiple pages.
...
Mark all tag <input>s with a `data-autocomplete` attribute, instead of
hardcoding a list of html IDs to autocomplete in javascript.
This way should be less error prone. It fixes autocomplete in several places:
* Autocomplete for the search box on /posts didn't work in the
responsive layout. This was because /posts has two search boxes that
both have the id `tags`: one in the normal sidebar, and one in the
responsive tag list. $("#tags") only initialized autocomplete on the
first one.
* Autocomplete didn't work on the aliases or implications pages. This
was due to selecting the wrong html ids.
2017-04-22 15:24:03 -05:00
r888888888
9718c6e107
fixes to mobile responsive view
2017-04-20 14:29:11 -07:00
evazion
f57561118c
reportbooru: raise exception if not configured.
2017-04-05 01:17:04 -05:00
r888888888
c6fe1f7f54
remove tag check
2017-03-20 16:24:31 -07:00
r888888888
70d057f8f3
move saved search option to sidebar
2017-03-20 16:19:15 -07:00
r888888888
a919da4dd6
add id attributes to secondary links for posts
2017-01-17 17:59:37 -08:00
Albert Yi
0ab45ebc42
add postarchive model, fixes #2831 : Replace Subscriptions Link With Search:All Link
2017-01-11 11:39:14 -08:00
Albert Yi
af42f52d4a
fix references to report_server
2016-12-01 12:34:57 -08:00
r888888888
fe4cb7f3ba
track searches that return no results
2016-02-02 16:25:14 -08:00
r888888888
75327bf963
only show searches link if reportbooru is defined
2015-12-08 15:45:10 -08:00
r888888888
6f4c460cff
fixes #2487 : Blacklist re-enable/disable all access for inline lists
2015-08-18 16:07:58 -07:00
r888888888
dc03670478
fix typo
2015-08-05 17:19:31 -07:00
r888888888
d0ea9ba218
link to popular searches
2015-08-05 13:17:40 -07:00
Toks
68d4300f9c
Fix Q shortcut in chrome
...
fixes #2354
2015-07-16 15:19:46 -04:00
r888888888
1d9596d7f2
fixes #2417
2015-06-29 18:17:59 -07:00
Toks
04fa5596e2
Favorite groups
2015-06-23 15:25:54 -04:00
Toks
a5feec8ec6
#1938 remove duplicates, remember &random and &raw params
2015-05-18 14:10:44 -04:00
Toks
1fffc2977f
fixes #2121
2014-10-31 20:24:38 -04:00
r888888888
f02f72fac1
implement saved searches, move user boolean settings to bitprefs
2014-06-18 16:16:27 -07:00
r888888888
fa13c94fc0
Revert "fixes #2044 "
...
This reverts commit c358de020b .
2013-12-03 16:39:05 -08:00
r888888888
c358de020b
fixes #2044
2013-12-03 16:02:27 -08:00
Toks
66dc220d44
remove unused commit=Go parameter from post searches
2013-07-06 16:27:18 -04:00
小太
1a03a86592
Kill trailing whitespace in erb files
2013-03-19 23:11:58 +11:00
albert
08a72f8495
increase min expiry for related tag cache to 1 hour
2013-02-19 11:22:14 -05:00
albert
99a48dc242
removed /m/ codepath, added mobile override stylesheet
2011-11-14 17:55:53 -05:00
albert
a536a2699b
* Renamed moderator/post/dashboard to moderator/post/queue
...
* Fixed bug with more overlay links being out of place if news listing is closed
2011-10-26 18:00:48 -04:00