Skip to content
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

Ctrl-click on results #517

Merged
merged 29 commits into from
Nov 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
02ac68f
after npm install
Nov 1, 2018
71fd398
simple eslint reformat
Nov 1, 2018
8e52c20
add a playground to use served assets
Nov 1, 2018
a62d19c
Using a tags to have cmd + click feature and URL preview, fix highlig…
Nov 1, 2018
9c6ef3d
avoid issue with scss
Nov 1, 2018
16790f9
removing handleSelected properly, make sure backward compatibility
Nov 1, 2018
b8c5569
adding multi input feature closes #230
Nov 1, 2018
afa72dd
better use of aria
pixelastic Nov 2, 2018
9e80e72
change args.inputSelector as a string
Nov 2, 2018
99d69e6
svg footer
Nov 2, 2018
12a64cb
better a tags handling for result
Nov 2, 2018
04a4470
update getInputFromSelector
Nov 2, 2018
e517eb0
use inputs instead of input
Nov 2, 2018
b211630
removing unused URL
Nov 2, 2018
67b64d6
better management of selector matching plenty element, we only take t…
Nov 2, 2018
b5abdce
test compatibility with multi selectors
Nov 2, 2018
b3a1406
Use Error convention
Nov 2, 2018
3caa399
better fallback on handle selected
Nov 2, 2018
3979e4f
compatibility with multiple input
Nov 2, 2018
e0c72a7
handleSelected test
Nov 2, 2018
bb1e19d
compatibility with multiple input
Nov 2, 2018
b3c057e
should listen to the selected and shown event of autocomplete is sti…
Nov 2, 2018
dd6f2f1
Better explanation of playground
pixelastic Nov 2, 2018
e0b8b7a
overridde instead of replace
Nov 2, 2018
6442e03
Serve playground
pixelastic Nov 2, 2018
8931345
Disable links with handleSelected is defined
pixelastic Nov 5, 2018
5e85d7b
Add tests (still one test WIP)
pixelastic Nov 5, 2018
bbeb2f4
Merge branch 'feat/v3' of github.com:algolia/docsearch into feat/v3
Nov 5, 2018
fe530ca
add the proper version
Nov 5, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"overrides": [
{
"files": "*.scss",
"options": {
"singleQuote": true
}
}
]
}
Loading