feat: improved search results in command palette
This commit is contained in:
11
frontend/src/pages/Search/Search.vue
Normal file
11
frontend/src/pages/Search/Search.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<header
|
||||
class="sticky flex items-center justify-between top-0 z-10 border-b bg-surface-white px-3 py-2.5 sm:px-5"
|
||||
>
|
||||
<Breadcrumbs :items="[{ label: __('Search') }]" />
|
||||
</header>
|
||||
<div></div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { Breadcrumbs, TextInput } from 'frappe-ui'
|
||||
</script>
|
||||
Reference in New Issue
Block a user