discourse/app
Sam Saffron dc14d156b6
FEATURE: g,j and g,k to navigate to next and prev topic
After visiting a topic list (by tag / category / top level) we track the list

Once a list is tracked the combo `g` `j` can be used to go to the next topic
in the list and `g` `k` to go to previous topic.

This allows you to quickly work through subsets of topics without having
to navigate back to the top level lists

The shortcut does not work in PM lists yet, or search results, both are
under consideration.
2020-07-30 17:54:47 +10:00
..
assets FEATURE: g,j and g,k to navigate to next and prev topic 2020-07-30 17:54:47 +10:00
controllers FIX: should allow non-ASCII slugs for category pages. 2020-07-29 19:47:57 +05:30
helpers Revert "PERF: Move highlightjs to a background worker, and add result cache (#10191)" 2020-07-15 13:52:35 +01:00
jobs FIX: Define s3_helper in EnsureS3UploadsExistence job 2020-07-29 12:23:04 +01:00
mailers FIX: Add strip_secure_urls method to GroupSmtpMailer 2020-07-24 13:55:07 +10:00
models FIX: Allow 'c' as a tag (#10305) 2020-07-29 14:47:12 +03:00
serializers FIX: Rename delete_when_reminder_sent? bookmark method to avoid conflict with AR (#10333) 2020-07-29 17:02:36 +10:00
services FIX: Reduce number of terms injected for host lexeme. 2020-07-27 15:29:59 +08:00
views FIX: uses topic title for published page head title (#10312) 2020-07-27 15:09:12 +02:00