feat: display suggestions when query has missing parameters (#12113)

* WIP

* camelCase everything

* Hide 'fix did you mean?'
This commit is contained in:
Beto Dealmeida
2020-12-18 16:08:30 -08:00
committed by GitHub
parent 81f5631fe5
commit fa27ed1147
3 changed files with 125 additions and 59 deletions

View File

@@ -115,6 +115,7 @@
"immutable": "^4.0.0-rc.12",
"interweave": "^11.2.0",
"jquery": "^3.5.1",
"js-levenshtein": "^1.1.6",
"json-bigint": "^1.0.0",
"json-stringify-pretty-compact": "^2.0.0",
"lodash": "^4.17.20",
@@ -205,6 +206,7 @@
"@types/fetch-mock": "^7.3.2",
"@types/jest": "^26.0.3",
"@types/jquery": "^3.3.32",
"@types/js-levenshtein": "^1.1.0",
"@types/json-bigint": "^1.0.0",
"@types/react": "^16.9.43",
"@types/react-bootstrap": "^0.32.22",