discourse/app/assets/stylesheets
Sam ac0053f491 FEATURE: navigate to first post and auto bump category settings
### navigate_to_first_post_after_read setting for categories

When enabled on categories logged on users will return to OP after
reading the entire category. (useful for documentation categories)

### num_auto_bump_daily

Set a number of topics that will automatically bump daily on a category.

- Every 15 minutes we will check if any category has this setting
- Categories with the setting are shuffled
- We exclude pinned, closed, category description and archived topics
- Maximum of 1 topic for the list of categories is bumped till limit reached per category
- We always try to bump oldest first
- Limit is elastic using a RateLimiter that ensures that we only bump N per day

Also some minor organisation on category settings

Froze strings on category.rb
2018-07-16 18:10:35 +10:00
..
common FEATURE: navigate to first post and auto bump category settings 2018-07-16 18:10:35 +10:00
desktop Image was too wide on invite acceptance form 2018-07-13 16:13:13 -04:00
mobile Streamlining some breakpoint mixins 2018-07-12 16:39:16 -04:00
vendor FEATURE: replaces tag-chooser/tag-group-chooser with select-kit component 2018-02-26 11:42:57 +01:00
admin.scss Sane sendAction() behavior 2015-09-11 09:34:20 -07:00
common.scss Streamlining select-kit styles for simpler styling 2018-05-01 20:43:18 -04:00
desktop_rtl.scss FEATURE: support user local switching to RTL correctly 2015-05-20 15:56:54 +10:00
desktop.scss UX: Add groups/custom/new route for admins to create a new group. 2018-03-27 17:39:05 +08:00
embed.scss DEV: adds prettier (#5956) 2018-06-08 11:49:31 +02:00
mobile_rtl.scss FEATURE: support user local switching to RTL correctly 2015-05-20 15:56:54 +10:00
mobile.scss UX: Improve groups page on mobile. 2018-03-19 18:48:12 +08:00
wizard.scss FEATURE: show category page options on wizard 'homepage' step 2018-06-15 19:11:41 +05:30