-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
React UI for webviews, fix file tracking and fragment spreads (#512)
* Load webview script from separate file * Set up Webpacked package for webview content * Drop webview-content from Git * Initial setup for React-extension communication * Use GraphiQL variables editor for performing queries * Drop commented code * Use schema to guide variables code completion * Use all available space when showing JSON * Improve typing of variables editor * Fix syntax highlighting when displaying errors * Show variables editor if there are any operation variables defined * Fix issues when creating/deleting/moving query files * Fix unused type import * Simplify schema replacement with parsed one * Use cwd instead of root when globbing * Fix running queries that have recursive fragment spreads * Fix unit tests
- Loading branch information
Showing
20 changed files
with
3,024 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,5 @@ yarn.lock | |
lerna-debug.log | ||
|
||
packages/apollo-vscode/server | ||
packages/apollo-vscode/webview-content | ||
**/*.vsix |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.