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

chore: upgrade searchbox / add suggestions / fix theme #312

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rjborba
Copy link
Contributor

@rjborba rjborba commented Nov 29, 2024

This PR:

  • Upgrades Orama components version. It fixes several styles issue and others.
  • Uses dynamic theme so SearchBox colors matches the selected theme.
  • Adds chat messages suggestions
image image

Copy link

netlify bot commented Nov 29, 2024

Deploy Preview for tanstack failed.

Name Link
🔨 Latest commit 7b4dec2
🔍 Latest deploy log https://app.netlify.com/sites/tanstack/deploys/674a0eaed6714e0008e29e5c

Copy link

vercel bot commented Nov 29, 2024

@rjborba is attempting to deploy a commit to the Tanstack Team on Vercel.

A member of the Team first needs to authorize it.

const { mode: themeMode } = useThemeStore()

const oramaThemeMode = themeMode === 'auto' ? 'dark' : themeMode

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could detect auto here with a media match as done in other areas

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.

2 participants