feat: search page functionality
This commit is contained in:
@@ -215,7 +215,7 @@ const shortcutForEnter = () => {
|
||||
const navigateTo = (route: string) => {
|
||||
show.value = false
|
||||
query.value = ''
|
||||
router.push({ name: route.name, params: route.params, query: route.query })
|
||||
router.replace({ name: route.name, params: route.params, query: route.query })
|
||||
}
|
||||
|
||||
const jumpToOptions = ref([
|
||||
|
||||
@@ -240,7 +240,14 @@ const showPageModal = ref(false)
|
||||
const isModerator = ref(false)
|
||||
const isInstructor = ref(false)
|
||||
const pageToEdit = ref(null)
|
||||
const { settings, sidebarSettings, activeTab, isSettingsOpen } = useSettings()
|
||||
const {
|
||||
settings,
|
||||
sidebarSettings,
|
||||
activeTab,
|
||||
isSettingsOpen,
|
||||
isCommandPaletteOpen,
|
||||
} = useSettings()
|
||||
const settingsStore = useSettings()
|
||||
const showOnboarding = ref(false)
|
||||
const showIntermediateModal = ref(false)
|
||||
const currentStep = ref({})
|
||||
|
||||
Reference in New Issue
Block a user