Commit 171c504
feat(sidepanel): Introduce Ask AI Sidepanel (#2816)
* feat(sidepanel): Add sidepanel component for Ask AI (#2792)
* feat(sidepanel): Initial working Sidepanel implementation
* fix: circleci config
* fix: set proper sidepanel export
* Sidepanel props updates, conversation screen updates
* Started mobile work
* Style prompt input and header for mobile
* fixes prompt input height, adds more translations, mobile updates, fixes panel height calculations
* finish mobile, adds dark theme, minor fixes
* fix: lock
* Add missing titles to buttons
* Have most recent conversation be at the bottom of the exchange list, scroll to newest conversation
* fix: versions
* move to floating variant being default for Sidepanel
---------
Co-authored-by: Dylan Tientcheu <dylantientcheu@gmail.com>
* feat(sidepanel): Sidepanel/Modal hybrid mode (#2799)
* feat(sidepanel): Initial working Sidepanel implementation
* fix: circleci config
* fix: set proper sidepanel export
* Sidepanel props updates, conversation screen updates
* Started mobile work
* Style prompt input and header for mobile
* fixes prompt input height, adds more translations, mobile updates, fixes panel height calculations
* finish mobile, adds dark theme, minor fixes
* fix: lock
* Add missing titles to buttons
* Have most recent conversation be at the bottom of the exchange list, scroll to newest conversation
* feat(sidepanel): Allow hybrid mode for Sidepanel and Modal
* fix: yarn.lock
* fix: tests - dont send new chat message from modal while in hybrid mode
* Make docsearch core a true dependency
* Cleanup handling the registered views Set
---------
Co-authored-by: Dylan Tientcheu <dylantientcheu@gmail.com>
* feat(sidepanel): Add sidepanel-js package for CDN (#2800)
* feat(sidepanel): Initial working Sidepanel implementation
* fix: circleci config
* fix: set proper sidepanel export
* Sidepanel props updates, conversation screen updates
* Started mobile work
* Style prompt input and header for mobile
* fixes prompt input height, adds more translations, mobile updates, fixes panel height calculations
* finish mobile, adds dark theme, minor fixes
* fix: lock
* Add missing titles to buttons
* Have most recent conversation be at the bottom of the exchange list, scroll to newest conversation
* feat(sidepanel): Add sidepanel-js package for CDN
* fix: ci
* fix: yarn.lock
---------
Co-authored-by: Dylan Tientcheu <dylantientcheu@gmail.com>
* feat(sidepanel): Sidepanel UI/UX tweaks (#2808)
* fix(umd): Fixes global names for packages in UMD builds
* chore: Update tsdeclaration files, update directory field in package json files
* feat(sidepanel): Add Sidepanel documentation (#2811)
* feat(sidepanel): Add Sidepanel documentation
* Minor fixes and updates
* Hybrid mode update
* fix: hardcode yarn cache key for now
---------
Co-authored-by: Dylan Tientcheu <dylantientcheu@gmail.com>1 parent fd0de3d commit 171c504
File tree
83 files changed
+5054
-1064
lines changed- .circleci
- examples
- demo-js
- src
- demo-react
- src
- examples
- packages
- docsearch-core
- src
- docsearch-css
- src
- docsearch-modal
- src
- docsearch-react
- src
- Sidepanel
- icons
- utils
- style
- docsearch-sidepanel-js
- src
- docsearch-sidepanel
- src
- style
- website
- docs/sidepanel
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
83 files changed
+5054
-1064
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| 82 | + | |
| 83 | + | |
78 | 84 | | |
79 | 85 | | |
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
83 | 89 | | |
| 90 | + | |
| 91 | + | |
84 | 92 | | |
85 | 93 | | |
86 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
90 | 100 | | |
91 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
92 | 112 | | |
93 | 113 | | |
94 | 114 | | |
| |||
| 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 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 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 | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments