Commit Graph

18 Commits

Author SHA1 Message Date
evazion
edaf6323fd /favorite_groups: add search, creators, timestamps, edit/delete links. 2020-01-22 02:03:19 -06:00
evazion
ab325c5d2b favgroups: convert post_ids from string to array. 2020-01-17 00:19:20 -06:00
evazion
e98db8a5b8 css: refactor notice box css.
* Remove .ui-corner-all, .ui-state-highlight, .ui-state-error classes
  from notice boxes.
* Use .notice, .notice-info, .notice-error classes instead.
* Replace <p> elements in notices with <div>'s so that we don't have to
  work around the `margin-bottom: 1em` from <p> elements.
* Replace <h1> elements in notices with <h2>.
* Standardize info notices to use the same shade of light yellow in the
  light theme.
2019-09-22 15:09:45 -05:00
evazion
9c96557be8 css: standardize post notice css.
* Standardize post notice background colors.
* Replace .ui-state-highlight and .ui-corner-all classes with .post-notice.
* Rename post notice classes (e.g. .notice-parent -> .post-notice-parent).
* Remove hover effect from sequential search navbar.
2019-09-17 00:28:41 -05:00
evazion
57a61ca586 posts/show: avoid extra queries when rendering pool list. 2019-09-07 22:30:04 -05:00
Albert Yi
542641e3e2 refactor pool nav html 2018-11-01 17:42:49 -07:00
evazion
40e006f7cb Fix keyboard navigation in pools (#3238).
Don't display the search navigation bar when browsing pools. Doing so
breaks the A/D keyboard shortcuts because the search navigator takes
precedence over the pool navigator.

https://danbooru.donmai.us/forum_topics/9127?page=195#forum_post_134297
2017-08-04 19:28:36 -05:00
evazion
0129891213 Fix #1156: Allow sequential search navigator to work without a search. 2017-07-24 19:30:30 -05:00
evazion
1b310dcc0b Post#expunge!: fix remove_from_all_pools to clear deleted pools.
* Change Post#pools to return all pools, including deleted pools. This
  fixes remove_all_from_pools to remove the post from deleted pools too.

* Change other users of Post#pools to explicitly select undeleted pools.
2017-07-21 00:13:20 -05:00
Toks
9c70b69d28 fixes #2422 2015-06-29 15:01:41 -04:00
Toks
04fa5596e2 Favorite groups 2015-06-23 15:25:54 -04:00
Toks
0682a0db63 fixes #2247 2014-08-22 16:06:09 -04:00
Toks
6b18c46c03 Remove redundant undeleted pool checks
Post#pools already excludes deleted pools.
2013-08-19 12:42:38 -04:00
Kevin Xiwei Zheng
5cb909810d Change remaining instances of Pool#active to Pool#undeleted
The model method was renamed in b32783c, but some references in the post
view partials were not updated, causing errors.
2013-08-19 12:05:34 -04:00
albert
a52eb3ddc2 fixes #848 2013-03-17 23:13:47 -04:00
albert
41f7e2a804 move nav link help 2013-03-08 13:25:31 -05:00
albert
147efb74d3 change post nav setting to post nav js setting 2013-03-07 19:40:23 -05:00
albert
d907dfedbb add new options for moving nav links 2013-03-07 18:31:20 -05:00