-
Notifications
You must be signed in to change notification settings - Fork 145
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
Inline mode #1026
Inline mode #1026
Conversation
|
commit: |
…nore more specific paths
Deploying qwik-ui-site with Cloudflare Pages
|
* fix cls * inline setup * test setup * inline mode functionality * makes sure input value doesn't change * support custom filter search * fix a11y * initial search * styles * cmd k * initial search * fix combobox empty bug * search links * fix highlighted navigation * add pagefind in public to gitignore * more docs * refactor: make search fit in with make it yours * refactor: use search instead of debounced search * feat: add data-pagefind-body to include only relevant content * refactor: change pagefind generation scripts * chore(test.yml): add pagefind generation script on CI workflow * refactor: remove /apps/website/public/pagefind/ from gitignore and ignore more specific paths * chore: re-generate pagefind output * refactor(styled combobox): add Inline and Empty components * refactor(search): use styled modal and combobox * refactor(scrollbar): change styles * chore: add data-pagefind-ignore to code snippets + generate * better results * improved * refactor * remove debug tasks --------- Co-authored-by: maiieul <[email protected]>
What is it?
Why is it needed?
Checklist:
pnpm change
and documented my changes