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

Add Dash Extension #25

Merged
merged 29 commits into from
Oct 25, 2021
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
695ebbd
Dash: Initial Commit
RSO Oct 14, 2021
47b90ed
Dash: Show list of installed docsets
RSO Oct 14, 2021
c86ee52
Move helper to separate method
RSO Oct 14, 2021
82796e5
Dash: Add docsetSearch
RSO Oct 14, 2021
a63886a
Dash: Add docset filtering
RSO Oct 14, 2021
f0c399c
Dash: Set correct command icon
RSO Oct 14, 2021
d6d6af8
Dash: Remove faulty node-version file
RSO Oct 14, 2021
a25be33
Improve docsets keyword handling
fturcheti Oct 19, 2021
397b70c
Code cleanup
fturcheti Oct 20, 2021
37f6a41
Make descriptions clearer
fturcheti Oct 20, 2021
625aa56
Dash: Fix opening Dash action
fturcheti Oct 24, 2021
9d98455
Dash: Initial Commit
RSO Oct 14, 2021
533ad7b
Dash: Show list of installed docsets
RSO Oct 14, 2021
aab3f56
Move helper to separate method
RSO Oct 14, 2021
082cf08
Dash: Add docsetSearch
RSO Oct 14, 2021
f25a035
Dash: Add docset filtering
RSO Oct 14, 2021
6c816da
Dash: Set correct command icon
RSO Oct 14, 2021
2e7e674
Dash: Remove faulty node-version file
RSO Oct 14, 2021
e918708
Merge remote-tracking branch 'fturcheti/dash' into dash
RSO Oct 25, 2021
448f15d
Dash: Remove unused variables
RSO Oct 25, 2021
56cbf2a
Extract useDocsetSearch hook
RSO Oct 25, 2021
79c4b3e
Extract DashResult to its own component
RSO Oct 25, 2021
bb8b3eb
Rename DocsetSearch component to SingleDocSetSearch
RSO Oct 25, 2021
1ffc78c
Add ability to search across all docsets
RSO Oct 25, 2021
14fe30e
Move logic to useDocset hook
RSO Oct 25, 2021
2a1f55e
Properly keep check of loading state for docsets
RSO Oct 25, 2021
8762d7f
Implement AbortController for docsetSearch
RSO Oct 25, 2021
6288318
Split subtitle in two for better visibility
RSO Oct 25, 2021
d104195
Make sure we print title as strings
RSO Oct 25, 2021
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 extensions/dash/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
}
4 changes: 4 additions & 0 deletions extensions/dash/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
Binary file added extensions/dash/assets/command-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/dash/assets/list-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading