Moin
6 أغسطس 2025، 8:23م
1
showSidebar: this.args.showSidebar,
}
);
}
get showHeaderSearch() {
if (
this.site.mobileView ||
this.args.narrowDesktop ||
this.router.currentURL?.match(
/\/(signup|login|invites|activate-account)/
) ||
this.search.welcomeBannerSearchInViewport
) {
return false;
}
if (
this.search.searchExperience === "search_field" &&
!this.args.topicInfoVisible &&
!this.search.welcomeBannerSearchInViewport
Can this be checked more specifically? I just noticed that the search bar disappears when I look at the login site settings (/admin/site_settings/category/login
).
But a badge name can also cause it to be hidden (/badges/116/signup
). Probably other things (e.g., groups) as well.
4 إعجابات
yuriy
(Yuriy Kurant)
18 أغسطس 2025، 6:27ص
5
إعجاب واحد (1)