mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Add hot as a homepage option (#25325)
This commit is contained in:
@@ -2956,6 +2956,7 @@ en:
|
||||
bookmarks: "You have no bookmarked topics yet."
|
||||
category: "There are no %{category} topics."
|
||||
top: "There are no top topics."
|
||||
hot: "There are no hot topics."
|
||||
filter: "There are no topics."
|
||||
educate:
|
||||
new: '<p>Your new topics will appear here. By default, topics are considered new and will show a <span class="badge new-topic badge-notification" style="vertical-align:middle;line-height:inherit;"></span> indicator if they were created in the last 2 days.</p><p>Visit your <a href="%{userPrefsUrl}">preferences</a> to change this.</p>'
|
||||
|
||||
@@ -189,6 +189,7 @@ basic:
|
||||
- read
|
||||
- posted
|
||||
- bookmarks
|
||||
- hot
|
||||
post_menu:
|
||||
client: true
|
||||
type: list
|
||||
@@ -3121,6 +3122,7 @@ dashboard:
|
||||
experimental_hot_topics:
|
||||
hidden: true
|
||||
default: false
|
||||
client: true
|
||||
hot_topics_gravity:
|
||||
hidden: true
|
||||
default: 1.2
|
||||
|
||||
Reference in New Issue
Block a user