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

Merging latest beta features that enhance overall visualizations and user experience #221

Merged
merged 265 commits into from
Oct 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
265 commits
Select commit Hold shift + click to select a range
2f9460f
(delete) removed all visible console.logs from backend except for fro…
SanjayLavingia Oct 5, 2020
d61b5fb
Successfully added boiler-plate code from VISX library for Dendrogram…
VNguyenCode Oct 5, 2020
631ae4b
(added) from laptop to desktop
SanjayLavingia Oct 5, 2020
65152b9
Added Typescript to functions that return JSX elements
VNguyenCode Oct 5, 2020
ca1814f
(n/a) finished testing port messages from reducer
SanjayLavingia Oct 5, 2020
2bfc3fa
(added) added ON_HOVER constant
SanjayLavingia Oct 6, 2020
449d9ca
(added) added ON_HOVER action function in action.ts
SanjayLavingia Oct 6, 2020
0cac6ef
Successfully added ParentSize which allows for automatic resizing of …
VNguyenCode Oct 6, 2020
5e64300
(added) added new action onHover which takes data from the frontend a…
SanjayLavingia Oct 6, 2020
f181f2d
(added) added onHover action to ComponentMap.tsx. Now, when you hover…
SanjayLavingia Oct 6, 2020
c619bd0
(delete) removed console.log from MainContainer
SanjayLavingia Oct 6, 2020
cca03fa
(add) added onHover event in Component Map invoking dummy function
SanjayLavingia Oct 6, 2020
91b2122
(delete) (add) deleted node values from fiber, added console.logs for…
SanjayLavingia Oct 6, 2020
6d5139f
Added logic to extract children names (atom) for D3
VNguyenCode Oct 6, 2020
09326df
(added) added console.logs ins Tree
SanjayLavingia Oct 6, 2020
d3616b0
(add) added console.log to the ComponentMap file
SanjayLavingia Oct 6, 2020
d662ee7
Finished first version of algorithm to format data into D3/Visx visua…
VNguyenCode Oct 6, 2020
62ca485
(added) duplicate snapshot check in background.js
Theqwertypusher Oct 6, 2020
3f2828b
(added) various console.logs, found KEY property on Fibernode, will u…
SanjayLavingia Oct 6, 2020
ee9eb2f
Setting up memoization object to optimize performance for filtering o…
VNguyenCode Oct 7, 2020
0b75d68
(delete) removed console.logs from linkFiber
SanjayLavingia Oct 7, 2020
d3bbad5
(delete) removed console.log from onHover in index.ts for now
SanjayLavingia Oct 7, 2020
46d9e57
(delete) cleaned index.ts in backend folder
SanjayLavingia Oct 7, 2020
518c1b9
(add) (delete) added onHover case to contentScripts.ts
SanjayLavingia Oct 7, 2020
9f18f2f
(add)(remove) added import of onHover from actions at the top, import…
SanjayLavingia Oct 7, 2020
7e759b3
(add) added comment explaining expectation for payload for ON_HOVER a…
SanjayLavingia Oct 7, 2020
c631487
(delete) cleaned MainContainer
SanjayLavingia Oct 7, 2020
7b277c3
(delete) cleaned tree.tsx
SanjayLavingia Oct 7, 2020
065daf6
(add) (delete) added onHover switch case and cleaned file
SanjayLavingia Oct 7, 2020
c68d549
(delete) cleaned StateRoute.tsx component
SanjayLavingia Oct 7, 2020
2085635
Revert "Bump http-proxy in /tests/manual-tests/ConcurrentMode"
SanjayLavingia Oct 7, 2020
52192d6
Merge branch 'master' of https://github.com/SanjayLavingia/reactime
SanjayLavingia Oct 7, 2020
edb732e
(added) snapshot dummy data, visx chart component
Theqwertypusher Oct 7, 2020
214d1f6
created new files for the updated component map and new dependencies
AlexanderLanderos Oct 7, 2020
67019d2
Merge branch 'master' of https://github.com/AlexanderLanderos/reactim…
guizzettic Oct 7, 2020
7225d36
Completed D3 Visualization Algorithm that dynamically generates a chi…
VNguyenCode Oct 7, 2020
5e157f1
props state to example component
guizzettic Oct 7, 2020
7d5f852
Fixed centering issue with root node
VNguyenCode Oct 7, 2020
b3b0bae
Fixed bug where AtomsRecoil tab was only rendering on the 2nd click b…
VNguyenCode Oct 7, 2020
19525f2
Merge pull request #2 from SanjayLavingia/hoverFrontendCom
Theqwertypusher Oct 7, 2020
6380fa2
Merge pull request #3 from VNguyenCode/hooks
Theqwertypusher Oct 7, 2020
fa138be
Merge branch 'staging' into recoil
Theqwertypusher Oct 7, 2020
31b9f90
Merge pull request #4 from VNguyenCode/recoil
Theqwertypusher Oct 7, 2020
03f8d5a
Removed console logs in AtomsRelationship
VNguyenCode Oct 7, 2020
8bd0bd4
Merge branch 'staging' into D3RecoilVisx
Theqwertypusher Oct 7, 2020
7205047
Merge pull request #5 from VNguyenCode/D3RecoilVisx
Theqwertypusher Oct 7, 2020
16a607a
(updated) performance component
Theqwertypusher Oct 7, 2020
f56663f
Merge pull request #6 from Theqwertypusher/feature
Theqwertypusher Oct 7, 2020
bae1383
Merge pull request #7 from oslabs-beta/staging
guizzettic Oct 7, 2020
f2b9421
Merge branch 'master' of https://github.com/oslabs-beta/reactime
SanjayLavingia Oct 7, 2020
cd0c1ff
Built new component map with all supporting files
AlexanderLanderos Oct 7, 2020
1d8aa36
(merged) master updates: recoil tab, hover action, duplicate checker
Theqwertypusher Oct 7, 2020
8f20880
(created) dummy data file for performance visx component
Theqwertypusher Oct 7, 2020
63f7a25
(updated, validated) replaced PerfView component with visx. renders s…
Theqwertypusher Oct 7, 2020
a8415c7
(removed) console.log
Theqwertypusher Oct 7, 2020
2e36c4f
renamed example to componentMap and deleted previous ComponentMap, re…
AlexanderLanderos Oct 7, 2020
8de1b80
deleted example page
AlexanderLanderos Oct 7, 2020
f66482c
added initial legends component to History component
guizzettic Oct 8, 2020
c7da482
added dcumentation to the ComponentMap
AlexanderLanderos Oct 8, 2020
de90b1a
(add) Y-coordinate property on the text node which puts the text abov…
VNguyenCode Oct 8, 2020
8d8597c
(add) Added a y-property on the text svg to allow for relative positi…
VNguyenCode Oct 8, 2020
d0e5b3e
reduces file size and unnecessary visual elements
guizzettic Oct 8, 2020
f09aaf6
(verified) passing snapshots array to visx component
Theqwertypusher Oct 8, 2020
1914cbf
(added) algorithm to clean and structure incoming snapshots array
Theqwertypusher Oct 8, 2020
12e8fd9
(add,modified) Modified existing color gradients and added filling fo…
VNguyenCode Oct 8, 2020
a9a3f89
upstream merge with master
AlexanderLanderos Oct 8, 2020
c34775c
initial layering in of legend element into History component
guizzettic Oct 8, 2020
7bde013
(modified) Modified color of root node to reflect orange gradient
VNguyenCode Oct 8, 2020
71417cf
(modify) Changed root node color to orange gradient
VNguyenCode Oct 8, 2020
18e98c6
added package-lock.json to gitignore
AlexanderLanderos Oct 8, 2020
b914374
Merge pull request #8 from VNguyenCode/D3
Theqwertypusher Oct 8, 2020
98f602c
Merge pull request #9 from AlexanderLanderos/newComponentMap
Theqwertypusher Oct 8, 2020
da1d375
modularizes visx legend element into separate file, and successfully …
guizzettic Oct 8, 2020
b9d588a
cleans up files and modifies legend to match corresponding D3 compone…
guizzettic Oct 8, 2020
e84b635
added initial legend functionality to ComponentMap
guizzettic Oct 8, 2020
4ea61ac
(added, verified) getSnapshotIds algo to clean incoming data
Theqwertypusher Oct 8, 2020
0e6beb1
(updated) getSnapshotIDs algo for readability
Theqwertypusher Oct 8, 2020
dba8cb1
(updated) traversal algo to skip children with no rendering time, imp…
Theqwertypusher Oct 8, 2020
d78a558
(updated) visx background color
Theqwertypusher Oct 8, 2020
8b092ea
clean legend element
guizzettic Oct 8, 2020
b7fe6d3
adding packagejson
guizzettic Oct 8, 2020
6809aca
Merge branch 'staging' into legend
guizzettic Oct 8, 2020
123e241
Merge pull request #10 from guizzettic/legend
guizzettic Oct 8, 2020
1d373e1
Merge pull request #11 from oslabs-beta/staging
Theqwertypusher Oct 8, 2020
3bea9af
merge conflicts
VNguyenCode Oct 8, 2020
350017f
(updated) traverse algo with rounding and proper duplicate component …
Theqwertypusher Oct 8, 2020
59956e9
Merge branch 'master' of https://github.com/oslabs-beta/reactime
SanjayLavingia Oct 8, 2020
e283a3f
(merged) master branch - added new legend
Theqwertypusher Oct 8, 2020
56f1c3a
fixes legend issue, now legend key on state change
guizzettic Oct 8, 2020
e77a8e0
final working commit
guizzettic Oct 8, 2020
12ce013
(updated) colors for axis, ticks, and bars
Theqwertypusher Oct 8, 2020
102f535
(updated) new visx dependency
Theqwertypusher Oct 8, 2020
ae91b39
Merge pull request #13 from Theqwertypusher/visx_performance
Theqwertypusher Oct 8, 2020
59c5b23
Merge branch 'staging' into master
Theqwertypusher Oct 8, 2020
84ca60d
Merge pull request #12 from guizzettic/master
Theqwertypusher Oct 8, 2020
e0050b8
Merge pull request #14 from oslabs-beta/staging
Theqwertypusher Oct 8, 2020
c17ff9e
Merge branch 'master' of https://github.com/oslabs-beta/reactime
SanjayLavingia Oct 10, 2020
b73f63d
master changes
VNguyenCode Oct 10, 2020
ea5b5ea
(added) added rtid to tree data structure.
SanjayLavingia Oct 10, 2020
2ebd730
updated componentMap with notes
AlexanderLanderos Oct 11, 2020
95b60d8
removed the curve option for component map as it was confusing visually
AlexanderLanderos Oct 11, 2020
2513f5d
removed the curve option from LinkControls
AlexanderLanderos Oct 11, 2020
a6aa6fd
(updated) variable names in totalRenderArr
Theqwertypusher Oct 11, 2020
e8226f6
(updated) variable names and comments for visualization scales
Theqwertypusher Oct 11, 2020
26e9597
(added) units, labels for on-hover box
Theqwertypusher Oct 11, 2020
b1c2a60
(updated) centered x axis, bar stack group position, default margins
Theqwertypusher Oct 11, 2020
04a82e5
(n/a) currently just logging to draw correct relationship within the …
SanjayLavingia Oct 11, 2020
541474c
(added) y axis for rendering time
Theqwertypusher Oct 11, 2020
e0704af
(added) y-axis label and hidZero tick
Theqwertypusher Oct 11, 2020
b2e298f
(added) visx text dependency, text labelsl to axis, re-position X, Y …
Theqwertypusher Oct 11, 2020
a6a36f1
adds properly functioning legend key creation, based on branch ranges
guizzettic Oct 12, 2020
1395385
(add,modify) Added logic to parse through atom/selectors relationship…
VNguyenCode Oct 12, 2020
e370cda
updated legend with new sleeker dimension, as well as onClick feature
guizzettic Oct 13, 2020
6f1abac
(add,modify) Re-optimizing the atom/selectors/components algorithm, b…
VNguyenCode Oct 13, 2020
f60da99
Merge branch 'master' of https://github.com/guizzettic/reactime into …
AlexanderLanderos Oct 13, 2020
43d202e
(add) Logic to map the component of atoms that are currently subscrib…
VNguyenCode Oct 13, 2020
45ddca9
(add) Finished algorithm logic that now successfully renders selector…
VNguyenCode Oct 14, 2020
766e425
removed the console.logs from both files, ComponentMap and LinkControls
AlexanderLanderos Oct 14, 2020
35d7e11
added comments to the getLinkComponent page
AlexanderLanderos Oct 14, 2020
e989645
removed the component zoom state as we are not using it anymore. also…
AlexanderLanderos Oct 14, 2020
758093d
(add) Memoize object for selectorsto prevent duplicates during D3 ren…
VNguyenCode Oct 14, 2020
da039c0
(add) Selector function to render a different color for selector node…
VNguyenCode Oct 14, 2020
167a7d2
Added Typescript for clusterData, selectorsCache, innerObj, and outerObj
VNguyenCode Oct 14, 2020
923e511
(modify)modified line spacing
VNguyenCode Oct 14, 2020
23c604c
(add) Added a VISX legend to RecoilAtomsRelationship tab, still need …
VNguyenCode Oct 14, 2020
d23a045
adds fully functional legend component, efficiently updates visualiza…
guizzettic Oct 15, 2020
61de4f4
updated legend visual element, now is static and does not block other…
guizzettic Oct 15, 2020
c4605c9
(add) Incorporated legend with proper color schema in AtomRelationshi…
VNguyenCode Oct 15, 2020
d9df418
added notes to linkControls, line 40 of ComponentMap hook for stepPe…
AlexanderLanderos Oct 15, 2020
2873a9d
Merge pull request #15 from VNguyenCode/typescriptFinal
Theqwertypusher Oct 15, 2020
39e6e89
(added) currently have a statement to seperate components baserd on t…
SanjayLavingia Oct 15, 2020
265c1bf
adds timeJump functionality to d3 visualization section upon click of…
guizzettic Oct 16, 2020
3eada9c
updated and cleaned out file
guizzettic Oct 16, 2020
e4c4e34
(removed) the following imports: visx legend, snapshots, useForceUpdate
Theqwertypusher Oct 16, 2020
9353c5e
(added) adjusted hover action to send proper payload (rtid) from the …
SanjayLavingia Oct 16, 2020
2be3aba
(added) onMouseover event to dispatch hover action to the reducer fro…
SanjayLavingia Oct 16, 2020
493bf41
(add) added onHover and relevant payload (rtid) inside of the reducer
SanjayLavingia Oct 16, 2020
e1337ae
(added) switch case onHover added with relevant data
SanjayLavingia Oct 16, 2020
e64a870
(add) added seperation of react components to match with the componen…
SanjayLavingia Oct 16, 2020
8ba57c7
(updated) traverse function to check for component types; tooltip now…
Theqwertypusher Oct 17, 2020
b9aee99
(added) comments to helper functions, tooltip, and current issue
Theqwertypusher Oct 17, 2020
f4064ba
(removed) all console.logs and legend visx component
Theqwertypusher Oct 17, 2020
2f011f7
(removed) console.logs
Theqwertypusher Oct 17, 2020
5af0eef
(add) LinkedList algorithm to find DOM elements in the Fiber node for…
VNguyenCode Oct 17, 2020
08fa38d
(add) Parsing algorithm to extract DOM nodes for Recoil for both chil…
VNguyenCode Oct 17, 2020
83e2c11
Final cleaning, to get ready for merge. Updated variable and function…
guizzettic Oct 17, 2020
acd6046
streamlined legendKey function, simplified logic, professionalized na…
guizzettic Oct 17, 2020
f802c6c
removed console logs commented sections for greater clarity on what t…
AlexanderLanderos Oct 17, 2020
162cf23
increased typescript testing on legend and History component
guizzettic Oct 17, 2020
7c37975
(fixed) linted indents
Theqwertypusher Oct 17, 2020
16d8288
(add) Successfully pass down recoilDomNode array into the props from …
VNguyenCode Oct 17, 2020
d9b35a4
(modified) componentMap on mouseEnter is currently sending an array b…
VNguyenCode Oct 17, 2020
52b9532
(add) Logic in our onHover in backend(index.ts) to now appropriately …
VNguyenCode Oct 17, 2020
d95398f
(modified) Modified logic to now include setting the attribute for no…
VNguyenCode Oct 17, 2020
af640d3
(updated) TS type for props
Theqwertypusher Oct 17, 2020
db4be6f
layering in Zoom feature to Visx & d3 components
guizzettic Oct 17, 2020
fd1242d
layering Zoom feature to History component
guizzettic Oct 17, 2020
339b1de
optimizing LegendKey to integrate with Zoom feature
guizzettic Oct 17, 2020
ecede41
(updated) converted TS types margin, TooltipData, BarStackProps to TS…
Theqwertypusher Oct 17, 2020
31e80e5
(npm i) d3-scale-chromatic
Theqwertypusher Oct 17, 2020
e39a4e3
(add) Finished proper dispatch which makes the onHover feature compat…
VNguyenCode Oct 17, 2020
e5ed2e0
functioning StateRoute component, after layering in VisX zoom feature
guizzettic Oct 17, 2020
0fa2ac0
continuing to layer in zoom visx feature
guizzettic Oct 17, 2020
e05d155
added additional zoom capabilities
guizzettic Oct 17, 2020
1c1ef37
(add) Dispatch actions onHover and useStoreContext added to AtomsRela…
VNguyenCode Oct 18, 2020
4291c22
(modified) Renamed Example functino to AtomsRelationship in AtomsRela…
VNguyenCode Oct 18, 2020
81aae05
(added) TS-interface data
Theqwertypusher Oct 18, 2020
e6bf22f
modified History tab to reflect zoom feature changes
guizzettic Oct 18, 2020
3899f5a
(modified) Stateroute to invoke History component directly, rather th…
guizzettic Oct 18, 2020
bd1ce51
functioning legend and zoom file, cleaning up to simplify logic and r…
guizzettic Oct 18, 2020
04d5f69
(add) Object that now contains nodes that are selectable for onHover …
VNguyenCode Oct 19, 2020
f0b4e2e
(add) removeDups function to remove duplicate components currently st…
VNguyenCode Oct 19, 2020
3c4b9a5
(add) added ON_HOVER_EXIT to actions in order to make a more responsi…
SanjayLavingia Oct 19, 2020
e9c3c29
(add) added onHoverExit function for smoothing out of onHover feature
SanjayLavingia Oct 19, 2020
4b30780
(added) added logic in componentMap to adequatley split onHoverFeature
SanjayLavingia Oct 19, 2020
f265760
(added) added onHoverExit within reducer to send rtid payload back to…
SanjayLavingia Oct 19, 2020
32527d4
(added) finished adding logic for the highlight onHover feature
SanjayLavingia Oct 19, 2020
f435295
(updated) snapshot interace
Theqwertypusher Oct 19, 2020
9dc14c4
(merged) hoverActionFix branch in order to implement hover feature fo…
Theqwertypusher Oct 19, 2020
bf3222f
(add) Added dispatch logic for onHover for AtomsRelationship map
VNguyenCode Oct 19, 2020
ed8db3a
(add) Merged from a different local branch to receive functionality o…
VNguyenCode Oct 19, 2020
c1c8698
(updated) traverse function to get component rtid (unique identifier …
Theqwertypusher Oct 19, 2020
4f941f2
(added) allComponentRtids array holds rtids of last snapshot
Theqwertypusher Oct 19, 2020
64476e0
(updated) allComponentStates obtains componentStates from last snapsh…
Theqwertypusher Oct 19, 2020
90cf0fb
(verified) allComponentRtids retrieves data
Theqwertypusher Oct 19, 2020
f4fef8c
layered out zoom feature, due to performance
guizzettic Oct 20, 2020
197d6e2
fully responsive legend component, optimized to match branch of d3 co…
guizzettic Oct 20, 2020
38b6aa0
(added) hook state to dispatch onhover action object in rect
Theqwertypusher Oct 20, 2020
ab6d44c
(verified) onhover feature works for React apps
Theqwertypusher Oct 20, 2020
ab7f506
Merge branch 'staging' into master
Theqwertypusher Oct 20, 2020
ed44f24
Merge pull request #19 from guizzettic/master
Theqwertypusher Oct 20, 2020
43260cf
Merge branch 'staging' into onHover
Theqwertypusher Oct 20, 2020
2505a18
Merge pull request #17 from VNguyenCode/onHover
Theqwertypusher Oct 20, 2020
cb3596d
(fixed) timejump error caused by data not being passed in correctly
guizzettic Oct 20, 2020
e26d857
(fixed) issue in which onclick of node was not dispatching actions
guizzettic Oct 20, 2020
e938454
Merge pull request #18 from AlexanderLanderos/newComponentMap
Theqwertypusher Oct 20, 2020
a08eb19
(fixed) issue in which onclick of node was not dispatching actions
guizzettic Oct 20, 2020
79110c9
(fixed) node was not dispatching actions properly
guizzettic Oct 20, 2020
5d55067
(removed) console.logs
Theqwertypusher Oct 20, 2020
63b1e20
up to date
guizzettic Oct 20, 2020
231301a
Merge branch 'staging' into performancehover
Theqwertypusher Oct 20, 2020
992238b
Merge pull request #20 from Theqwertypusher/performancehover
Theqwertypusher Oct 20, 2020
7bed40c
(added) condition in linkFiber if state.node prop has setAttribute m…
Theqwertypusher Oct 20, 2020
bab5fd0
(added) dispatch prop to history VISX component
Theqwertypusher Oct 20, 2020
800361a
Merge branch 'master' into staging
Theqwertypusher Oct 20, 2020
2380810
Merge pull request #21 from oslabs-beta/staging
Theqwertypusher Oct 20, 2020
6e4e1a9
(add) Ensure edge case when the properties don't exist on the referen…
VNguyenCode Oct 20, 2020
6eb02f3
up to date master
guizzettic Oct 20, 2020
11a8bb2
cleaned up StateRoute file
guizzettic Oct 20, 2020
a13fb93
added clarifying psuedocode logic to StateRoute file
guizzettic Oct 20, 2020
520bc33
improved psuedocode readability
guizzettic Oct 20, 2020
3b0e92e
updated legibility of code in History file
guizzettic Oct 20, 2020
683d2b7
removed console logs from History file
guizzettic Oct 20, 2020
790474c
worked on updating legibility of History component code
guizzettic Oct 20, 2020
f4adf6f
removed console logs from legend file
guizzettic Oct 20, 2020
ab28767
increasing readability of psuedocode
guizzettic Oct 20, 2020
28faab7
worked on readiability of code and psuedocode, to help onboarding of …
guizzettic Oct 20, 2020
6957918
optimized readiability of code and psuedocode, to help onboarding of …
guizzettic Oct 20, 2020
ca55c10
worked on adding typescript support to History file
guizzettic Oct 20, 2020
b45c466
removed 'anys' from typescript, to ensure we are catching erors
guizzettic Oct 20, 2020
5fdcf30
optimized performance of StateRoute
guizzettic Oct 20, 2020
b5bb8b5
updated visual elements of nodes in D3
guizzettic Oct 20, 2020
3b0a99e
added comments to the ComponentMap function defining custom hooks use…
AlexanderLanderos Oct 20, 2020
66c4d1d
conditional statements comments on ComponentMap
AlexanderLanderos Oct 20, 2020
f60a757
Merge pull request #22 from VNguyenCode/master
Theqwertypusher Oct 20, 2020
bea2100
comments added for the individual nodes creation information
AlexanderLanderos Oct 20, 2020
b8c1ae0
Merge pull request #24 from guizzettic/cleanup
Theqwertypusher Oct 20, 2020
bff41d2
comments added to useForceUpdate to clarify the functions use case
AlexanderLanderos Oct 20, 2020
4faa00d
removed the curve option in the link selection as it was confusing
AlexanderLanderos Oct 20, 2020
2fe2551
diabled the step control from link when the layout is cartesian and …
AlexanderLanderos Oct 20, 2020
ff2c730
added comments to the link control
AlexanderLanderos Oct 20, 2020
24be8b7
Orientation comments created to clarify control settings
AlexanderLanderos Oct 20, 2020
eeb3f2f
layout controls commented
AlexanderLanderos Oct 20, 2020
f8a1c31
(uploaded) new ReactTime logo images without version numbers
Theqwertypusher Oct 20, 2020
a81fe76
(updated) heading and replaced logo to version-less image
Theqwertypusher Oct 20, 2020
fa31bb7
(replaced) logo with version-less logo
Theqwertypusher Oct 20, 2020
2b412a7
Merge branch 'master' into cleanup
Theqwertypusher Oct 20, 2020
ffb8135
Merge pull request #25 from AlexanderLanderos/cleanup
Theqwertypusher Oct 20, 2020
f4af864
(added) new react-calculator-demo gif
Theqwertypusher Oct 20, 2020
fe16682
(added) new recoil todo app demo.gif
Theqwertypusher Oct 20, 2020
3394248
(added) new folder for obsolete assets
Theqwertypusher Oct 20, 2020
92b395d
(moved) old assets to obsolete folder
Theqwertypusher Oct 20, 2020
49f8bc0
(replaced) previous demo gifs with new react-calculator and recoil to…
Theqwertypusher Oct 20, 2020
ce8dfdb
(added) current team authors for V.6
Theqwertypusher Oct 20, 2020
118dd23
(updated) all version texts from 5.0 to 6.0
Theqwertypusher Oct 20, 2020
8cf13dc
Merge pull request #26 from Theqwertypusher/featurereview
Theqwertypusher Oct 20, 2020
a1d950c
Merge branch 'master' into staging
Theqwertypusher Oct 20, 2020
74528a0
Merge pull request #27 from oslabs-beta/staging
Theqwertypusher Oct 20, 2020
10646dd
(updated) manifest version from 5.0.0 to 6.0.0
Theqwertypusher Oct 21, 2020
181005a
Merge pull request #28 from Theqwertypusher/master
Theqwertypusher Oct 21, 2020
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ bower_components
sandboxes/manual-tests/NextJS/.next
.vscode
src/app/components/Map.tsx
package-lock.json
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
<p align="center">
<img src ="./assets/readme-logo-300.png" width="300"/>
<img src ="./assets/readme-logo-300-no-version.png" width="300"/>
</p>
<h1 align="center">
State Debugger for React

<br>Nominated for the Productivity Booster award
<br><a href="https://osawards.com/react/">👑 React Open Source Awards 2020 👑</a>
</h1>

<h1 align="center"><b>State Debugger for React</b></h1>

[![GitHub](https://img.shields.io/github/license/oslabs-beta/reactime)](https://github.com/oslabs-beta/reactime) [![Build Status](https://travis-ci.com/oslabs-beta/reactime.svg?branch=master)](https://travis-ci.com/oslabs-beta/reactime) [![npm version](https://badge.fury.io/js/reactime.svg)](http://badge.fury.io/js/reactime) [![Vulnerabilities](https://snyk.io/test/github/oslabs-beta/reactime/badge.svg)](https://snyk.io/test/github/oslabs-beta/reactime)![BabelPresetPrefs](https://img.shields.io/badge/babel%20preset-airbnb-ff69b4)![LintPrefs](https://img.shields.io/badge/linted%20with-eslint-blueviolet)

<p align="center">
<img src="./assets/hooks-demo.gif" />
<img src="./assets/recoil-demo.gif" />
<img src="./assets/react-calculator-demo.gif" />
<img src="./assets/recoil-todo-demo.gif" />
</p>

👑 Nominated for the Productivity Booster award at [React Open Source Awards 2020](https://osawards.com/react/)! 👑


<b>Reactime</b> is a debugging tool for React developers. It records a snapshot whenever a target application's state is changed and allows the user to jump to any previously recorded state.

Currently, Reactime supports React apps using stateful components and Hooks, with beta support for Recoil and Context API.

Reactime 5.0 beta extends the core functionality by including support for [Recoil](https://recoiljs.org/). The latest release incorporates additional visualizations for component relationships as well as atom-selector relationships for Recoil applications. Reactime 5.0 includes expanded [typedoc](https://typedoc.org/api/) documentation for developers looking to contribute to the source code.
Reactime verision 6.0 beta extends the core functionality by including support for [Recoil](https://recoiljs.org/). The latest release incorporates additional visualizations for component relationships as well as atom-selector relationships for Recoil applications. Reactime 6.0 includes expanded [typedoc](https://typedoc.org/api/) documentation for developers looking to contribute to the source code.

After installing Reactime, you can test its functionalities with the following demo repositories:

Expand Down Expand Up @@ -78,6 +80,11 @@ After cloning this repository, developers can simply run `npm run docs` at the r
- declarative titles in the actions sidebar

## <b>Authors</b>
- **Alex Landeros** - [@AlexanderLanderos](https://github.com/AlexanderLanderos)
- **Chris Guizzetti** - [@guizzettic](https://github.com/guizzettic)
- **Jason Victor** - [@theqwertypusher](https://github.com/Theqwertypusher)
- **Sanjay Lavingia** - [@sanjaylavingia](https://github.com/sanjaylavingia)
- **Vincent Nguyen** - [@guizzettic](https://github.com/VNguyenCode)
- **Haejin Jo** - [@haejinjo](https://github.com/haejinjo)
- **Hien Nguyen** - [@hienqn](https://github.com/hienqn)
- **Jack Crish** - [@JackC27](https://github.com/JackC27)
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added assets/react-calculator-demo.gif
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 assets/readme-logo-300-no-version.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 assets/readme-logo-small-no-version.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 assets/recoil-todo-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading