Commit f83d82d
move to SSG adapter (#941)
* allow people to pass handlers to modal close
* moving to the static adapter
* Preview (#940)
* chore(website): bump to qwik 1.7.3 + entry files output (#926)
* Revert-new-sw (#927)
* Revert "change to new sw impl"
This reverts commit 3081504.
* chore(website): charSet -> charset in root.tsx
* Remove-import-meta-glob-eager-true (#928)
* chore(website): remove import.meta.glob eager true
* chore(website): comment out vite config trick to se chunk names
* chore(pkg.pr.new): remove 0.0.9 flag (#921)
* chore(qwik-themes): move code internally + signal implementation (#922)
* chore(qwik-themes): move code internally under _state folder
* chore(themes): linting
* fix(themes): use signals instead of stores
* chore(themes provider): useVisibleTask to useOnWindow
* chore(themes): move to qwik-ui/themes
* Tooltip Beta (#934)
* feat(tooltip): implement tooltip to beta phase
* fix(tooltip): small tweaks to the tooltip state
* fix: remove animations form tooltip docs and fix placement example
* feat(tooltip): implement onOpenChange$
* chore: fix changeset type
* test: update placement test to remove loop
* fix: remove breaking examples and tooltip route
* fix: checkbox tests preventing us from opening pw
* refactor: deprecate popover hover prop in favor of tooltip
* latest
---------
Co-authored-by: Christopher Woolum <[email protected]>
* fix: comment out bundle issue when changing user pref (#935)
* chore(website): disable qwikVite linter to speed up preview and builds (#936)
* Inline comp docs (#931)
* allow people to pass handlers to modal close
* docs: improve contributor guide
* docs: mention inline components
* add utils changeset (#937)
* Version Packages (#917)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(/themes): turn visible task to strategy:document-idle (#938)
* chore(/themes): turn visible task to strategy:document-idle
* fix(themes): add timeout to themeSig assignment to localstorage
* fix(themes): augment timeout to themeSig assignment to localstorage
* fix(website): remove js execution on load by assigning themes sig on click (#939)
* feat: static adapter
* use improved shiki node version now that we're on static
---------
Co-authored-by: Maïeul <[email protected]>
Co-authored-by: Christopher Woolum <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: maiieul <[email protected]>
* fix(website): click on copy code
---------
Co-authored-by: jack shelton <[email protected]>
Co-authored-by: Jack Shelton <[email protected]>
Co-authored-by: Christopher Woolum <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent ca70496 commit f83d82d
File tree
6 files changed
+49
-46
lines changed- apps/website
- adapters
- cloudflare-pages
- static
- src/components/highlight
6 files changed
+49
-46
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
65 | 71 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 4 | + | |
16 | 5 | | |
17 | 6 | | |
18 | 7 | | |
19 | 8 | | |
20 | | - | |
| 9 | + | |
21 | 10 | | |
22 | 11 | | |
23 | 12 | | |
| |||
33 | 22 | | |
34 | 23 | | |
35 | 24 | | |
36 | | - | |
37 | | - | |
| 25 | + | |
38 | 26 | | |
39 | 27 | | |
40 | 28 | | |
| 29 | + | |
41 | 30 | | |
42 | 31 | | |
43 | 32 | | |
44 | 33 | | |
45 | 34 | | |
| 35 | + | |
46 | 36 | | |
47 | 37 | | |
48 | 38 | | |
49 | 39 | | |
50 | | - | |
51 | | - | |
| 40 | + | |
52 | 41 | | |
53 | 42 | | |
54 | 43 | | |
55 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
56 | 51 | | |
57 | 52 | | |
58 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
108 | 113 | | |
109 | 114 | | |
0 commit comments