-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implements basic search frontend #79
Conversation
…/arches-lingo into 19-cbyrd-implement-basic-search
…into 19-cbyrd-implement-basic-search
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, just some minor comments
arches_lingo/src/arches_lingo/components/basic-search/BasicSearch.vue
Outdated
Show resolved
Hide resolved
:loading="isLoading && !isLoadingAdditionalResults" | ||
:placeholder="$gettext('Quick Search')" | ||
:pt="{ | ||
option: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think about doing this instead of the onMounted() in the script tag? This moves the functionality a little closer to what it pertains to.
option: { | |
hooks: { onMounted: focusInput }, | |
option: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This did not seem to work
arches_lingo/src/arches_lingo/components/basic-search/BasicSearch.vue
Outdated
Show resolved
Hide resolved
arches_lingo/src/arches_lingo/components/header/SearchDialogue.vue
Outdated
Show resolved
Hide resolved
arches_lingo/src/arches_lingo/components/header/SearchDialogue.vue
Outdated
Show resolved
Hide resolved
28dac8e
to
89ef29f
Compare
e22cb90
to
c1a4804
Compare
c1a4804
to
093d808
Compare
…project/arches-lingo into 19-cbyrd-implement-basic-search
…project/arches-lingo into 19-cbyrd-implement-basic-search
…into 19-cbyrd-implement-basic-search
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks for the updates!
I pulled
origin/main
into this branch -- it's likely the source of the additional commits