Dev #11

Merged
serega404 merged 87 commits from dev into main 2026-05-25 03:22:55 +03:00
Showing only changes of commit 55369301f0 - Show all commits
@@ -4,7 +4,6 @@ import { useRouter } from 'vue-router'
import { useAuthStore } from '@/stores/auth' import { useAuthStore } from '@/stores/auth'
import { useUserStore } from '@/stores/user' import { useUserStore } from '@/stores/user'
import CoinChip from '@/components/ui/CoinChip.vue' import CoinChip from '@/components/ui/CoinChip.vue'
import SearchInput from '@/components/ui/SearchInput.vue'
import AppIcon from '@/components/ui/AppIcon.vue' import AppIcon from '@/components/ui/AppIcon.vue'
import { formatUserName } from '@/utils/formatUserName' import { formatUserName } from '@/utils/formatUserName'
import type { UserRole } from '@/types' import type { UserRole } from '@/types'
@@ -12,7 +11,6 @@ import type { UserRole } from '@/types'
const auth = useAuthStore() const auth = useAuthStore()
const userStore = useUserStore() const userStore = useUserStore()
const router = useRouter() const router = useRouter()
const searchQuery = ref('')
const isProfileMenuOpen = ref(false) const isProfileMenuOpen = ref(false)
const profileMenuRef = ref<HTMLElement | null>(null) const profileMenuRef = ref<HTMLElement | null>(null)
@@ -89,7 +87,6 @@ onBeforeUnmount(() => {
</div> </div>
<div class="topbar-center"> <div class="topbar-center">
<SearchInput v-model="searchQuery" placeholder="Поиск лекций, преподавателей, тегов" />
</div> </div>
<div class="topbar-right"> <div class="topbar-right">