Skip to content
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

Merged
merged 105 commits into from
Oct 30, 2024
Merged

Conversation

chrabyrd
Copy link
Contributor

I pulled origin/main into this branch -- it's likely the source of the additional commits

Copy link
Member

@jacobtylerwalls jacobtylerwalls left a 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

:loading="isLoading && !isLoadingAdditionalResults"
:placeholder="$gettext('Quick Search')"
:pt="{
option: {
Copy link
Member

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.

Suggested change
option: {
hooks: { onMounted: focusInput },
option: {

Copy link
Contributor Author

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/pages/BasicSearch.vue Outdated Show resolved Hide resolved
arches_lingo/src/arches_lingo/utils.ts Outdated Show resolved Hide resolved
Base automatically changed from jtw/search-backend to main September 5, 2024 18:23
@jacobtylerwalls
Copy link
Member

One thing I just happened to notice, the search result bar obscures the controls at smaller widths:
result-obscure-controls

@chrabyrd chrabyrd force-pushed the 19-cbyrd-implement-basic-search branch from c1a4804 to 093d808 Compare October 28, 2024 18:49
@chrabyrd
Copy link
Contributor Author

One thing I just happened to notice, the search result bar obscures the controls at smaller widths: result-obscure-controls

resolved. Ended up finding a pretty good solution that gets rid of some hack.

Copy link
Member

@jacobtylerwalls jacobtylerwalls left a 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!

@jacobtylerwalls jacobtylerwalls merged commit 68f5da2 into main Oct 30, 2024
4 of 5 checks passed
@jacobtylerwalls jacobtylerwalls deleted the 19-cbyrd-implement-basic-search branch October 30, 2024 13:26
@jacobtylerwalls jacobtylerwalls linked an issue Oct 30, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement basic search page frontend
2 participants