-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat: search box #241
base: main
Are you sure you want to change the base?
feat: search box #241
Conversation
Requries leanprover/verso#267, but the search code is by @jakobvase |
@jakobvase the live search results seem to be vertically misaligned. Looks like the term (on the left) is top justified, while the category (on the right) is bottom justified within the flex container. |
Yeah that's how I wanted it to work. If you view it on mobile or a smaller screen, or if the term is long, the category is displayed below the term. But you're right that on your screenshot it looks off. I'll see if I can improve that. |
Adds a search box that uses Verso's internal metadata for a live index.