FEATURE: "Hot" replacing "Top" as default in the top menu (#28252)

This change only applies to instances that have not modified the
`top_menu` site setting.
This commit is contained in:
Penar Musaraj
2024-08-08 13:57:42 -04:00
committed by GitHub
parent 5b1d9d602f
commit 7c5e3eacda
13 changed files with 88 additions and 34 deletions

View File

@ -10,7 +10,7 @@ class UserOption < ActiveRecord::Base
5 => "top",
6 => "bookmarks",
7 => "unseen",
# 8 => reserved for "hot"
8 => "hot",
}
self.ignored_columns = [