-
Notifications
You must be signed in to change notification settings - Fork 10.3k
feat(gatsby-plugin-gatsby-cloud): request customer feedback #34471
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
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
00280b5
intitial commit
leithonenglish c1acc13
added arrow for tooltip
leithonenglish e1dd6f7
more style updates
leithonenglish 37e408c
refactorings
leithonenglish 4810085
fix for link
d03262e
initial commit
bf27c39
completed basic typescript transformation
c805e77
re-added deleted file
9ea6609
update eslint ignore
029e3ce
updated gitignore
c86dad3
updated gitignore
7f6d783
fixed text for test
10b5565
more cleanup
leithonenglish 2d58754
fixes for tooltip
leithonenglish 908b9e6
initial commit
leithonenglish c9de3bb
ui updates
leithonenglish d081835
added domain to cookie
leithonenglish ed4c94a
fixed conflicts
leithonenglish 0d9d0b4
fixed missing imports
leithonenglish 08b2de1
fixed ui issue + re-added functionality
leithonenglish 1a79ea1
refactorings + added functionality to track interactions locally
leithonenglish 5f13663
add providers for cookies and feedback
leithonenglish e498290
some more cleanup
leithonenglish d7b4cc9
some more cleanup
leithonenglish e069cd2
fixed conflicts
leithonenglish c93f5f1
fixed issue with button not closing
leithonenglish 6dbc153
fixed issue with button not closing
leithonenglish db7c1c2
fixed issue with button not closing
leithonenglish ce8be3d
added patch until rewrite
leithonenglish 6ea0db3
more fixes
leithonenglish 630b29a
re-commited the yarn.lock file
leithonenglish 3b6c13f
fix enum error
leithonenglish da2bf47
Merge branch 'master' into feedback-ui-preview-2
leithonenglish ae462d0
minor updates
leithonenglish 247e854
removed unused code
leithonenglish 8544260
make sure that indicator button show error tooltip
leithonenglish a671cf6
fixing test
leithonenglish b11c5e8
reset tests
leithonenglish 9b321c9
Merge branch 'master' into feedback-ui-preview-2
leithonenglish 6d10b18
commented out failing tests
leithonenglish 5b9a76b
more cleanup
leithonenglish 05be888
updated gitignore
leithonenglish f7d261e
cleanup gitignore
leithonenglish 1798a90
skipped tests instead of commenting them out
leithonenglish de32900
put back eslintignore
leithonenglish 84b896f
fixed conflict
leithonenglish ab10386
removed unnecessary code
leithonenglish f0af96c
removed unnecessary code
leithonenglish 42dde2e
add more detail note around why tests were skipped
leithonenglish File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
yarn.lock | ||
/*.js | ||
!index.js | ||
|
||
/components/ | ||
assets/ | ||
utils/ | ||
**/*.js | ||
**/*.d.ts | ||
/**/*.map | ||
!/src/**/*.js | ||
!/src/**/*.d.ts |
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.