Skip to content

Commit a4a64f9

Browse files
Inline mode (#1026)
* 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]>
1 parent 5ac2cfa commit a4a64f9

File tree

1,610 files changed

+20023
-227
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,610 files changed

+20023
-227
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ jobs:
4747
- run: pnpm dlx pkg-pr-new publish --pnpm ./dist/packages/kit-headless ./dist/packages/kit-styled ./dist/packages/cli ./dist/packages/utils
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN is provided automatically in any repository
50+
51+
pagefind:
52+
steps:
53+
- name: Generate
54+
- run: npx pagefind --site dist/apps/website/client && cp -r dist/apps/website/client/pagefind apps/website/public/pagefind

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Development
2+
/apps/website/public/pagefind/pagefind-modular-ui.css
3+
/apps/website/public/pagefind/pagefind-modular-ui.js
4+
/apps/website/public/pagefind/pagefind-ui.css
5+
/apps/website/public/pagefind/pagefind-ui.js
6+
7+
18
# Build
29
dist
310
lib-types
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)