Moin
06.Август.2025 20:23:05
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 06:27:58
5
1 лайк