내 티어표 검색 연결

This commit is contained in:
2026-04-07 14:43:05 +09:00
parent ede348be96
commit bc5a34bbb7
7 changed files with 22 additions and 3 deletions

View File

@@ -604,7 +604,7 @@ function handleLeftRailSearch() {
function submitGlobalSearch() {
const query = (searchQuery.value || '').trim()
isCollapsedSearchOpen.value = false
if (['home', 'templates', 'topicHub', 'followingFeed', 'favorites'].includes(String(route.name || ''))) {
if (['home', 'templates', 'topicHub', 'followingFeed', 'favorites', 'me'].includes(String(route.name || ''))) {
const nextQuery = { ...route.query }
if (query) nextQuery.q = query
else delete nextQuery.q