Skip to content

Dev #57

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 109 commits into from
May 10, 2024
Merged

Dev #57

Changes from 1 commit
Commits
Show all changes
109 commits
Select commit Hold shift + click to select a range
7356d18
combined changes, added vue and svelte example, and refactored extension
austin-cavanagh Jan 2, 2024
af97b2f
combined the examples and extension changes
austin-cavanagh Jan 2, 2024
94af393
Merge pull request #45 from oslabs-beta/austin/combined-changes
johnwdunn20 Jan 2, 2024
3e6489b
added 2 way connection betweem content.ts and background.ts
austin-cavanagh Jan 4, 2024
3734652
added content script injection when the devtool is opened
austin-cavanagh Jan 4, 2024
36f1416
added logic to cleanup content script when new one is injected
austin-cavanagh Jan 4, 2024
25efb1e
saving before deleting commented code
austin-cavanagh Jan 5, 2024
9fba073
saving before handling disconnected background port
austin-cavanagh Jan 5, 2024
f4146cc
fixed issue of service worker going inactive after 30 seconds
austin-cavanagh Jan 5, 2024
b93971c
sending message to background script every 30 seconds to keep it from…
austin-cavanagh Jan 5, 2024
54fddb0
Pushing updated code to save on github
austin-cavanagh Feb 21, 2024
da3e953
added automated deployment to npm
johnwdunn20 Feb 22, 2024
84b6aa8
updated to be clean install
johnwdunn20 Feb 22, 2024
c66fd86
placeholder chrome yaml file
johnwdunn20 Feb 22, 2024
1f8871b
added notes for chrome
johnwdunn20 Feb 22, 2024
b448ce3
Added tests and snapshots for jsondiff
johnwdunn20 Feb 22, 2024
cfe19cf
added tests for continuous slider
johnwdunn20 Feb 22, 2024
3be4d1c
started difftab test
johnwdunn20 Feb 22, 2024
7e39f57
added snapshots and tests for difftab
johnwdunn20 Feb 22, 2024
e31553e
ignored test coverage files
johnwdunn20 Feb 22, 2024
27efcd0
updated gitignore
johnwdunn20 Feb 22, 2024
056f367
initial set up of eslint
johnwdunn20 Feb 22, 2024
8a7f1b9
initial set up of eslint
johnwdunn20 Feb 22, 2024
3c1f669
Converted vue components to react, not working yet
austin-cavanagh Feb 27, 2024
b5d5ec7
Messages from react app are being passed to the dev tool
austin-cavanagh Feb 28, 2024
2ea2704
React app message queue storing messages until it connects to the dev…
austin-cavanagh Feb 28, 2024
3ada975
Removed commented out code and refactored parts between index and sub…
austin-cavanagh Feb 28, 2024
24a2d9d
The content script was sending the connection message to the app befo…
austin-cavanagh Feb 28, 2024
ff187a0
Time travel correctly being set and components are switching in react…
austin-cavanagh Feb 28, 2024
c37411a
Time travel updates are working for the react app
austin-cavanagh Feb 28, 2024
afaf638
pulled austins branch
johnwdunn20 Mar 5, 2024
c4a657c
wrapped dev tools around if statement to prevent errors
johnwdunn20 Mar 5, 2024
fc00b3c
updated manifest browser_action to action to comply with manifest v3
johnwdunn20 Mar 5, 2024
6c7cd91
update jsondiffpatch version to0.5 instead of 0.6
johnwdunn20 Mar 7, 2024
47bd63a
removed console logs
johnwdunn20 Mar 7, 2024
e212202
updated inject script to have tree
johnwdunn20 Mar 7, 2024
a6a9827
initial types for inject.ts
johnwdunn20 Mar 7, 2024
323ff09
succesfully injecting script for component tree
johnwdunn20 Mar 7, 2024
cc2b697
succesfully inject script for react tree
johnwdunn20 Mar 7, 2024
bae762f
renamed metrics tab to tree tab
johnwdunn20 Mar 7, 2024
c998f39
got data in app
johnwdunn20 Mar 7, 2024
697c607
now displaying json tree
johnwdunn20 Mar 7, 2024
adbe462
added notes
johnwdunn20 Mar 7, 2024
5fd6041
sending message when profiling enabled
johnwdunn20 Mar 7, 2024
fba5c02
updated tree to display message
johnwdunn20 Mar 7, 2024
d2e97f3
cleaned up work
johnwdunn20 Mar 7, 2024
e482052
more clean up
johnwdunn20 Mar 7, 2024
53d4bed
Added commands to install the react and vue examples at the package d…
austin-cavanagh Mar 7, 2024
cbd0e83
Removed npm package vulnerabilities in the react example
austin-cavanagh Mar 8, 2024
b305060
Fixed the high severity vulnerability in the vue example
austin-cavanagh Mar 8, 2024
2e2a786
Merge pull request #47 from oslabs-beta/austin/npm-commands
johnwdunn20 Mar 8, 2024
78a5407
merged latest
johnwdunn20 Mar 8, 2024
b6392bd
initial testing set up
johnwdunn20 Mar 8, 2024
443df8a
testing setup complete
johnwdunn20 Mar 8, 2024
8fe6821
ran all tests
johnwdunn20 Mar 8, 2024
967372b
test suite setup
johnwdunn20 Mar 8, 2024
1742a85
update jest config to ignore files in coverage folder
johnwdunn20 Mar 8, 2024
330abd8
udpated scripts
johnwdunn20 Mar 8, 2024
2d0486a
logging if port gets disconnected and send message when toggle profil…
johnwdunn20 Mar 8, 2024
858a052
logging port devtoolsport object on disconnect too
johnwdunn20 Mar 8, 2024
3251899
added inject script back to content
johnwdunn20 Mar 8, 2024
6fa0da6
succesfully injecting script on toggle
johnwdunn20 Mar 8, 2024
e6bc3af
only adding tree script once now
johnwdunn20 Mar 8, 2024
6c23726
cleaned up inject.ts
johnwdunn20 Mar 8, 2024
e79fea1
unable to immedaiately invoke tree
johnwdunn20 Mar 8, 2024
822a57e
added a message about clicking in app to see tree
johnwdunn20 Mar 8, 2024
a4db9e4
moved tree state to parent so it persists between renders
johnwdunn20 Mar 8, 2024
adb14c9
updated profiling toggle component to organize state centrally in par…
johnwdunn20 Mar 8, 2024
62826e4
Merge pull request #50 from oslabs-beta/john/tree
austin-cavanagh Mar 8, 2024
16b42aa
Added new folders for vue and svelte implementations so each package …
austin-cavanagh Mar 8, 2024
f6f7b99
Removed the examples directory with 3 frameworks and changed it to an…
austin-cavanagh Mar 8, 2024
546c325
Updated install and run commands for the example in the react package
austin-cavanagh Mar 8, 2024
5fe7cd4
Updated install and run commands for the vue example in the vue direc…
austin-cavanagh Mar 8, 2024
9007f13
Updated commands to install and run the example in the svelte npm pac…
austin-cavanagh Mar 8, 2024
e73da26
Finished refactoring file structure, replaced extension with test-ext…
austin-cavanagh Mar 8, 2024
abe6a3c
Merge pull request #52 from oslabs-beta/austin/new-npm-folders
johnwdunn20 Mar 8, 2024
76e19b8
pulled latest
johnwdunn20 Mar 8, 2024
273dcd3
updated scripts
johnwdunn20 Mar 9, 2024
e1d7532
updated scripts
johnwdunn20 Mar 11, 2024
aad85c5
finalized scripts and moved files in example/link to the src folder s…
johnwdunn20 Mar 11, 2024
ad8a70e
tested all of react package
johnwdunn20 Mar 11, 2024
260ea0a
updated github actions
johnwdunn20 Mar 11, 2024
f002025
updated tests yml file
johnwdunn20 Mar 11, 2024
ba387dc
added unique query key
johnwdunn20 Mar 11, 2024
e1f5f63
combined scripts to be easier to run
johnwdunn20 Mar 11, 2024
47e231d
Merge pull request #53 from oslabs-beta/john/link
austin-cavanagh Mar 12, 2024
aede2af
Updated react example with nicer ui for users to use during development
austin-cavanagh Mar 13, 2024
b7b7723
Finalized new tailwind example
austin-cavanagh Mar 13, 2024
885b6eb
Updated imports for the react query rewind component
austin-cavanagh Mar 13, 2024
b36b1c6
Removed divs returned from the react query rewind component and repla…
austin-cavanagh Mar 13, 2024
df799c4
Merge pull request #54 from oslabs-beta/austin/new-tailwind-example
johnwdunn20 Mar 14, 2024
c5bb680
moved nav bar right for better recording
johnwdunn20 Mar 21, 2024
718b4e8
moved nav bar right for better recording
johnwdunn20 Mar 21, 2024
a905785
updated padding on react example nav bar
johnwdunn20 Mar 21, 2024
32b05fa
updated component tree gif
johnwdunn20 Mar 23, 2024
1009c4d
updated prev state gif
johnwdunn20 Mar 23, 2024
4ff3a6a
finalized github readme
johnwdunn20 Mar 24, 2024
da3d448
updated license link
johnwdunn20 Mar 24, 2024
9b08afd
updated react npm readme
johnwdunn20 Mar 24, 2024
96c7001
removed unnecessary github workflows
johnwdunn20 May 8, 2024
7a0d5d6
removed unnecessary permissions
johnwdunn20 May 8, 2024
45117b2
removed build folder
johnwdunn20 May 8, 2024
cfd2aa7
added back scripting permission
johnwdunn20 May 8, 2024
a4ed265
Merge pull request #55 from oslabs-beta/john/movies
austin-cavanagh May 8, 2024
bf03786
Updated tsconfig.json so it included backgr
austin-cavanagh May 8, 2024
8cc572f
Commented out the console logs in the content and background scripts
austin-cavanagh May 8, 2024
61afcc7
Removed console logs from the package components in the package-react…
austin-cavanagh May 8, 2024
d1300d9
Searched all files for console logs and commented them out to prepare…
austin-cavanagh May 8, 2024
03281a0
Merge pull request #56 from oslabs-beta/austin/remove-console-logs
johnwdunn20 May 9, 2024
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
Prev Previous commit
Next Next commit
added a message about clicking in app to see tree
  • Loading branch information
johnwdunn20 committed Mar 8, 2024
commit 822a57e5f23b55274902d59fdefa2812344545d8
3 changes: 2 additions & 1 deletion test-extension/src/components/ComponentTree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ function ComponentTree({ fiberTree }: ComponentTreeProps) {
<p>
Component Trees are currently only available for React applications using React Dev Tools
</p>
<p>Ensure React Dev Tools are installed and running.</p>
<p>Ensure React Dev Tools are installed and running</p>
<p>Then click in your app to re-render any component</p>
</>
)}
</>
Expand Down