Skip to content

Commit

Permalink
fix(search): loading ux
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Apr 24, 2022
1 parent 02707af commit 9348009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Icon } from '@iconify/vue'

<template>
<div
class="htw-flex htw-items-center htw-gap-4 htw-pl-6 htw-border htw-border-transparent focus-visible:htw-border-primary-500 htw-h-[51px] htw-opacity-50"
class="htw-flex htw-items-center htw-gap-4 htw-pl-6 htw-border htw-border-transparent focus-visible:htw-border-primary-500 htw-h-[51px] htw-opacity-30"
>
<Icon
icon="carbon:search"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import SearchLoading from './SearchLoading.vue'
const SearchPane = defineAsyncComponent({
loader: () => import('./SearchPane.vue'),
loadingComponent: SearchLoading,
delay: 0,
})
defineProps({
Expand Down

0 comments on commit 9348009

Please sign in to comment.