-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
content body fix #10
Merged
Merged
content body fix #10
Conversation
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
aflinky
pushed a commit
that referenced
this pull request
Aug 9, 2019
Graphql composer - redesigned body area
prheee
pushed a commit
that referenced
this pull request
Sep 28, 2019
Add error handling on HTTP1 requests to check for SSE
nancyddao
pushed a commit
that referenced
this pull request
Feb 13, 2020
Evan - Fix node/electron/gRPC errors
texpatnyc
pushed a commit
that referenced
this pull request
Jul 16, 2020
Merge from staging to master - Spectron 2 udpate
mjmiguel
pushed a commit
that referenced
this pull request
Sep 2, 2020
NathanielBAdams
pushed a commit
to NathanielBAdams/Swell
that referenced
this pull request
Oct 27, 2020
Add response displays to headers, cookies and events
jasonligg
pushed a commit
that referenced
this pull request
Jan 7, 2021
Extracted testing controller to separate file
pauleramirez
added a commit
that referenced
this pull request
May 14, 2021
new feature with animated test result bar accurately dispalying the %…
evelingoldin
added a commit
that referenced
this pull request
May 19, 2022
enables users to import .swell files from github
mihran-baytaryan
added a commit
that referenced
this pull request
Feb 23, 2023
…ab for current protocol (#329) * added tRPC btn to app Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * got placeholder ui + finished navbar button func Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * adding TRPC composer * add TRPC EntryForm and dummy request Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * have working queries + multiple queries displaying to response pane + resizeable panes (#3) * add TRPC EntryForm and dummy request Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * have trpc data display in response pane Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add commented string to json parse function Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * send/receive batch tRPC requests --------- Co-authored-by: EnYa <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Protocolselect (#4) * add TRPC EntryForm and dummy request * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * add protocol select slices * move protocol select logic to reducers * snapshot before webRTC modifictions * fix webRTC appCrash * Fix webRTC bug --------- Co-authored-by: David Beame <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> * WIP Links * add multiple query functionality within swell app combined with response pane also add uuid to response id Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * Styling UI of NavBar tabs Co-authored-by: Mihran <[email protected]> * Co-authored-by: Mihran <[email protected]> * Updated Styling to NavBar Components; shows selected composer Co-authored-by: Mihran <[email protected]> * Updated styling to NavBar Components; highlights selected composer Co-authored-by: Mihran <[email protected]> * Jack s (#7) * add TRPC EntryForm and dummy request Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * WIP Links * Styling UI of NavBar tabs Co-authored-by: Mihran <[email protected]> * Co-authored-by: Mihran <[email protected]> * Updated Styling to NavBar Components; shows selected composer Co-authored-by: Mihran <[email protected]> * Updated styling to NavBar Components; highlights selected composer Co-authored-by: Mihran <[email protected]> --------- Co-authored-by: EnYa <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Updated protocol to include Subscriptions and Query/Mutate requests in tRPC Co-authored-by: Jaden Nguyen <[email protected]> * Update TRPCMethodAndEndpointEntryForm.tsx * merge working subscriptions, query, and mutation functionality into dev branch (#9) * get subscriptions working, seperate from rest of app functionality. Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add conditional trpc client construction * figure out how to add subscriptions to response pane * add working protocol select file, didn't merge properly previously Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> --------- Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: EnYa <[email protected]> * add tRPC test servers for WebSocket and Express (#10) Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Updated tRPC URL by dispatching request fields respectively (#11) * Updated tRPC URL by dispatching request fields respectively Co-authored-by: Jaden Nguyen <[email protected]> * tRPC URL updates and dispatches changed to requestFields \ Co-authored-by: Jaden Nguyen <[email protected]> --------- Co-authored-by: Jaden Nguyen <[email protected]> * Jack s (#12) * Updated tRPC URL by dispatching request fields respectively Co-authored-by: Jaden Nguyen <[email protected]> * tRPC URL updates and dispatches changed to requestFields \ Co-authored-by: Jaden Nguyen <[email protected]> * Cleaned up current code, removed consolelogs, added comments where neccessary Co-authored-by: David Beame <[email protected]> --------- Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> * add working ws kill button (#13) * clean up old console logs (#14) * Dev (#15) * added tRPC btn to app Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * got placeholder ui + finished navbar button func Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * adding TRPC composer * add TRPC EntryForm and dummy request Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * have working queries + multiple queries displaying to response pane + resizeable panes (#3) * add TRPC EntryForm and dummy request Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * have trpc data display in response pane Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add commented string to json parse function Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * send/receive batch tRPC requests --------- Co-authored-by: EnYa <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Protocolselect (#4) * add TRPC EntryForm and dummy request * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * add protocol select slices * move protocol select logic to reducers * snapshot before webRTC modifictions * fix webRTC appCrash * Fix webRTC bug --------- Co-authored-by: David Beame <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> * WIP Links * add multiple query functionality within swell app combined with response pane also add uuid to response id Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * Styling UI of NavBar tabs Co-authored-by: Mihran <[email protected]> * Co-authored-by: Mihran <[email protected]> * Updated Styling to NavBar Components; shows selected composer Co-authored-by: Mihran <[email protected]> * Updated styling to NavBar Components; highlights selected composer Co-authored-by: Mihran <[email protected]> * Jack s (#7) * add TRPC EntryForm and dummy request Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * WIP Links * Styling UI of NavBar tabs Co-authored-by: Mihran <[email protected]> * Co-authored-by: Mihran <[email protected]> * Updated Styling to NavBar Components; shows selected composer Co-authored-by: Mihran <[email protected]> * Updated styling to NavBar Components; highlights selected composer Co-authored-by: Mihran <[email protected]> --------- Co-authored-by: EnYa <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Updated protocol to include Subscriptions and Query/Mutate requests in tRPC Co-authored-by: Jaden Nguyen <[email protected]> * Update TRPCMethodAndEndpointEntryForm.tsx * merge working subscriptions, query, and mutation functionality into dev branch (#9) * get subscriptions working, seperate from rest of app functionality. Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add conditional trpc client construction * figure out how to add subscriptions to response pane * add working protocol select file, didn't merge properly previously Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> --------- Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: EnYa <[email protected]> * add tRPC test servers for WebSocket and Express (#10) Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Updated tRPC URL by dispatching request fields respectively (#11) * Updated tRPC URL by dispatching request fields respectively Co-authored-by: Jaden Nguyen <[email protected]> * tRPC URL updates and dispatches changed to requestFields \ Co-authored-by: Jaden Nguyen <[email protected]> --------- Co-authored-by: Jaden Nguyen <[email protected]> * Jack s (#12) * Updated tRPC URL by dispatching request fields respectively Co-authored-by: Jaden Nguyen <[email protected]> * tRPC URL updates and dispatches changed to requestFields \ Co-authored-by: Jaden Nguyen <[email protected]> * Cleaned up current code, removed consolelogs, added comments where neccessary Co-authored-by: David Beame <[email protected]> --------- Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> * add working ws kill button (#13) * clean up old console logs (#14) --------- Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: EnYa <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Jack <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> * modify package.json and update READme Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> * modify package.json and update READme Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> --------- Co-authored-by: Ethan Sclarsky <[email protected]> Co-authored-by: Yale Yng-Wong <[email protected]> Co-authored-by: Parkreiner <[email protected]> Co-authored-by: A13xaNunes <[email protected]> Co-authored-by: A13xaNunes <[email protected]> Co-authored-by: Hyejin Kim <[email protected]> Co-authored-by: Travis Lovis <[email protected]> Co-authored-by: hyejinkim <[email protected]> Co-authored-by: Travis Lovis <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: EnYa <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]>
tannermalmedal
pushed a commit
that referenced
this pull request
Feb 23, 2023
patch: Update version number to correctly patch number.
tannermalmedal
added a commit
that referenced
this pull request
Feb 23, 2023
Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]>
tannermalmedal
added a commit
that referenced
this pull request
Feb 23, 2023
* added tRPC btn to app Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * got placeholder ui + finished navbar button func Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * adding TRPC composer * add TRPC EntryForm and dummy request Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * have working queries + multiple queries displaying to response pane + resizeable panes (#3) * add TRPC EntryForm and dummy request Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * have trpc data display in response pane Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add commented string to json parse function Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * send/receive batch tRPC requests --------- Co-authored-by: EnYa <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Protocolselect (#4) * add TRPC EntryForm and dummy request * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * add protocol select slices * move protocol select logic to reducers * snapshot before webRTC modifictions * fix webRTC appCrash * Fix webRTC bug --------- Co-authored-by: David Beame <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> * WIP Links * add multiple query functionality within swell app combined with response pane also add uuid to response id Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * Styling UI of NavBar tabs Co-authored-by: Mihran <[email protected]> * Co-authored-by: Mihran <[email protected]> * Updated Styling to NavBar Components; shows selected composer Co-authored-by: Mihran <[email protected]> * Updated styling to NavBar Components; highlights selected composer Co-authored-by: Mihran <[email protected]> * Jack s (#7) * add TRPC EntryForm and dummy request Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * WIP Links * Styling UI of NavBar tabs Co-authored-by: Mihran <[email protected]> * Co-authored-by: Mihran <[email protected]> * Updated Styling to NavBar Components; shows selected composer Co-authored-by: Mihran <[email protected]> * Updated styling to NavBar Components; highlights selected composer Co-authored-by: Mihran <[email protected]> --------- Co-authored-by: EnYa <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Updated protocol to include Subscriptions and Query/Mutate requests in tRPC Co-authored-by: Jaden Nguyen <[email protected]> * Update TRPCMethodAndEndpointEntryForm.tsx * merge working subscriptions, query, and mutation functionality into dev branch (#9) * get subscriptions working, seperate from rest of app functionality. Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add conditional trpc client construction * figure out how to add subscriptions to response pane * add working protocol select file, didn't merge properly previously Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> --------- Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: EnYa <[email protected]> * add tRPC test servers for WebSocket and Express (#10) Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Updated tRPC URL by dispatching request fields respectively (#11) * Updated tRPC URL by dispatching request fields respectively Co-authored-by: Jaden Nguyen <[email protected]> * tRPC URL updates and dispatches changed to requestFields \ Co-authored-by: Jaden Nguyen <[email protected]> --------- Co-authored-by: Jaden Nguyen <[email protected]> * Jack s (#12) * Updated tRPC URL by dispatching request fields respectively Co-authored-by: Jaden Nguyen <[email protected]> * tRPC URL updates and dispatches changed to requestFields \ Co-authored-by: Jaden Nguyen <[email protected]> * Cleaned up current code, removed consolelogs, added comments where neccessary Co-authored-by: David Beame <[email protected]> --------- Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> * add working ws kill button (#13) * clean up old console logs (#14) --------- Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: EnYa <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Jack <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]>
tannermalmedal
added a commit
that referenced
this pull request
Feb 23, 2023
* patch: Update version number to correctly patch number. * added tRPC btn to app Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * got placeholder ui + finished navbar button func Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * adding TRPC composer * add TRPC EntryForm and dummy request Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * have working queries + multiple queries displaying to response pane + resizeable panes (#3) * add TRPC EntryForm and dummy request Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * have trpc data display in response pane Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add commented string to json parse function Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * send/receive batch tRPC requests --------- Co-authored-by: EnYa <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Protocolselect (#4) * add TRPC EntryForm and dummy request * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * add protocol select slices * move protocol select logic to reducers * snapshot before webRTC modifictions * fix webRTC appCrash * Fix webRTC bug --------- Co-authored-by: David Beame <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> * WIP Links * add multiple query functionality within swell app combined with response pane also add uuid to response id Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * Styling UI of NavBar tabs Co-authored-by: Mihran <[email protected]> * Co-authored-by: Mihran <[email protected]> * Updated Styling to NavBar Components; shows selected composer Co-authored-by: Mihran <[email protected]> * Updated styling to NavBar Components; highlights selected composer Co-authored-by: Mihran <[email protected]> * Jack s (#7) * add TRPC EntryForm and dummy request Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * WIP Links * Styling UI of NavBar tabs Co-authored-by: Mihran <[email protected]> * Co-authored-by: Mihran <[email protected]> * Updated Styling to NavBar Components; shows selected composer Co-authored-by: Mihran <[email protected]> * Updated styling to NavBar Components; highlights selected composer Co-authored-by: Mihran <[email protected]> --------- Co-authored-by: EnYa <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Updated protocol to include Subscriptions and Query/Mutate requests in tRPC Co-authored-by: Jaden Nguyen <[email protected]> * Update TRPCMethodAndEndpointEntryForm.tsx * merge working subscriptions, query, and mutation functionality into dev branch (#9) * get subscriptions working, seperate from rest of app functionality. Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add conditional trpc client construction * figure out how to add subscriptions to response pane * add working protocol select file, didn't merge properly previously Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> --------- Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: EnYa <[email protected]> * add tRPC test servers for WebSocket and Express (#10) Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Updated tRPC URL by dispatching request fields respectively (#11) * Updated tRPC URL by dispatching request fields respectively Co-authored-by: Jaden Nguyen <[email protected]> * tRPC URL updates and dispatches changed to requestFields \ Co-authored-by: Jaden Nguyen <[email protected]> --------- Co-authored-by: Jaden Nguyen <[email protected]> * Jack s (#12) * Updated tRPC URL by dispatching request fields respectively Co-authored-by: Jaden Nguyen <[email protected]> * tRPC URL updates and dispatches changed to requestFields \ Co-authored-by: Jaden Nguyen <[email protected]> * Cleaned up current code, removed consolelogs, added comments where neccessary Co-authored-by: David Beame <[email protected]> --------- Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> * add working ws kill button (#13) * clean up old console logs (#14) * Dev (#15) * added tRPC btn to app Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * got placeholder ui + finished navbar button func Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * adding TRPC composer * add TRPC EntryForm and dummy request Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * have working queries + multiple queries displaying to response pane + resizeable panes (#3) * add TRPC EntryForm and dummy request Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * have trpc data display in response pane Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add commented string to json parse function Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * send/receive batch tRPC requests --------- Co-authored-by: EnYa <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Protocolselect (#4) * add TRPC EntryForm and dummy request * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * add protocol select slices * move protocol select logic to reducers * snapshot before webRTC modifictions * fix webRTC appCrash * Fix webRTC bug --------- Co-authored-by: David Beame <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> * WIP Links * add multiple query functionality within swell app combined with response pane also add uuid to response id Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * Styling UI of NavBar tabs Co-authored-by: Mihran <[email protected]> * Co-authored-by: Mihran <[email protected]> * Updated Styling to NavBar Components; shows selected composer Co-authored-by: Mihran <[email protected]> * Updated styling to NavBar Components; highlights selected composer Co-authored-by: Mihran <[email protected]> * Jack s (#7) * add TRPC EntryForm and dummy request Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * WIP Links * Styling UI of NavBar tabs Co-authored-by: Mihran <[email protected]> * Co-authored-by: Mihran <[email protected]> * Updated Styling to NavBar Components; shows selected composer Co-authored-by: Mihran <[email protected]> * Updated styling to NavBar Components; highlights selected composer Co-authored-by: Mihran <[email protected]> --------- Co-authored-by: EnYa <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Updated protocol to include Subscriptions and Query/Mutate requests in tRPC Co-authored-by: Jaden Nguyen <[email protected]> * Update TRPCMethodAndEndpointEntryForm.tsx * merge working subscriptions, query, and mutation functionality into dev branch (#9) * get subscriptions working, seperate from rest of app functionality. Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add conditional trpc client construction * figure out how to add subscriptions to response pane * add working protocol select file, didn't merge properly previously Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> --------- Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: EnYa <[email protected]> * add tRPC test servers for WebSocket and Express (#10) Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Updated tRPC URL by dispatching request fields respectively (#11) * Updated tRPC URL by dispatching request fields respectively Co-authored-by: Jaden Nguyen <[email protected]> * tRPC URL updates and dispatches changed to requestFields \ Co-authored-by: Jaden Nguyen <[email protected]> --------- Co-authored-by: Jaden Nguyen <[email protected]> * Jack s (#12) * Updated tRPC URL by dispatching request fields respectively Co-authored-by: Jaden Nguyen <[email protected]> * tRPC URL updates and dispatches changed to requestFields \ Co-authored-by: Jaden Nguyen <[email protected]> * Cleaned up current code, removed consolelogs, added comments where neccessary Co-authored-by: David Beame <[email protected]> --------- Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> * add working ws kill button (#13) * clean up old console logs (#14) --------- Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: EnYa <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Jack <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> * modify package.json and update READme Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> * modify package.json and update READme Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> * v.1.12.0 - Add tRPC functionality, resizable pains, and highlighted tab for current protocol (#329) * added tRPC btn to app Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * got placeholder ui + finished navbar button func Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * adding TRPC composer * add TRPC EntryForm and dummy request Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * have working queries + multiple queries displaying to response pane + resizeable panes (#3) * add TRPC EntryForm and dummy request Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * have trpc data display in response pane Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add commented string to json parse function Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * send/receive batch tRPC requests --------- Co-authored-by: EnYa <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Protocolselect (#4) * add TRPC EntryForm and dummy request * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * add protocol select slices * move protocol select logic to reducers * snapshot before webRTC modifictions * fix webRTC appCrash * Fix webRTC bug --------- Co-authored-by: David Beame <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> * WIP Links * add multiple query functionality within swell app combined with response pane also add uuid to response id Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * Styling UI of NavBar tabs Co-authored-by: Mihran <[email protected]> * Co-authored-by: Mihran <[email protected]> * Updated Styling to NavBar Components; shows selected composer Co-authored-by: Mihran <[email protected]> * Updated styling to NavBar Components; highlights selected composer Co-authored-by: Mihran <[email protected]> * Jack s (#7) * add TRPC EntryForm and dummy request Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * WIP Links * Styling UI of NavBar tabs Co-authored-by: Mihran <[email protected]> * Co-authored-by: Mihran <[email protected]> * Updated Styling to NavBar Components; shows selected composer Co-authored-by: Mihran <[email protected]> * Updated styling to NavBar Components; highlights selected composer Co-authored-by: Mihran <[email protected]> --------- Co-authored-by: EnYa <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Updated protocol to include Subscriptions and Query/Mutate requests in tRPC Co-authored-by: Jaden Nguyen <[email protected]> * Update TRPCMethodAndEndpointEntryForm.tsx * merge working subscriptions, query, and mutation functionality into dev branch (#9) * get subscriptions working, seperate from rest of app functionality. Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add conditional trpc client construction * figure out how to add subscriptions to response pane * add working protocol select file, didn't merge properly previously Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> --------- Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: EnYa <[email protected]> * add tRPC test servers for WebSocket and Express (#10) Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Updated tRPC URL by dispatching request fields respectively (#11) * Updated tRPC URL by dispatching request fields respectively Co-authored-by: Jaden Nguyen <[email protected]> * tRPC URL updates and dispatches changed to requestFields \ Co-authored-by: Jaden Nguyen <[email protected]> --------- Co-authored-by: Jaden Nguyen <[email protected]> * Jack s (#12) * Updated tRPC URL by dispatching request fields respectively Co-authored-by: Jaden Nguyen <[email protected]> * tRPC URL updates and dispatches changed to requestFields \ Co-authored-by: Jaden Nguyen <[email protected]> * Cleaned up current code, removed consolelogs, added comments where neccessary Co-authored-by: David Beame <[email protected]> --------- Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> * add working ws kill button (#13) * clean up old console logs (#14) * Dev (#15) * added tRPC btn to app Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * got placeholder ui + finished navbar button func Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * adding TRPC composer * add TRPC EntryForm and dummy request Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * have working queries + multiple queries displaying to response pane + resizeable panes (#3) * add TRPC EntryForm and dummy request Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * have trpc data display in response pane Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add commented string to json parse function Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * send/receive batch tRPC requests --------- Co-authored-by: EnYa <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Protocolselect (#4) * add TRPC EntryForm and dummy request * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * add protocol select slices * move protocol select logic to reducers * snapshot before webRTC modifictions * fix webRTC appCrash * Fix webRTC bug --------- Co-authored-by: David Beame <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> * WIP Links * add multiple query functionality within swell app combined with response pane also add uuid to response id Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * Styling UI of NavBar tabs Co-authored-by: Mihran <[email protected]> * Co-authored-by: Mihran <[email protected]> * Updated Styling to NavBar Components; shows selected composer Co-authored-by: Mihran <[email protected]> * Updated styling to NavBar Components; highlights selected composer Co-authored-by: Mihran <[email protected]> * Jack s (#7) * add TRPC EntryForm and dummy request Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> * read trpc request body * "remove props and methodChange handler" * "add newRequestProtocolSelected" * send tRPC query and mutate Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add react-split to panes * finalize trpc query functionality Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add responsive draggable boxes throughout the app Co-authored-by: Tanner Malmedal <[email protected]> * reading url from trpc composer * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * Create temp display for responses Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * WIP Links * Styling UI of NavBar tabs Co-authored-by: Mihran <[email protected]> * Co-authored-by: Mihran <[email protected]> * Updated Styling to NavBar Components; shows selected composer Co-authored-by: Mihran <[email protected]> * Updated styling to NavBar Components; highlights selected composer Co-authored-by: Mihran <[email protected]> --------- Co-authored-by: EnYa <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Updated protocol to include Subscriptions and Query/Mutate requests in tRPC Co-authored-by: Jaden Nguyen <[email protected]> * Update TRPCMethodAndEndpointEntryForm.tsx * merge working subscriptions, query, and mutation functionality into dev branch (#9) * get subscriptions working, seperate from rest of app functionality. Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> * add conditional trpc client construction * figure out how to add subscriptions to response pane * add working protocol select file, didn't merge properly previously Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> --------- Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: EnYa <[email protected]> * add tRPC test servers for WebSocket and Express (#10) Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> * Updated tRPC URL by dispatching request fields respectively (#11) * Updated tRPC URL by dispatching request fields respectively Co-authored-by: Jaden Nguyen <[email protected]> * tRPC URL updates and dispatches changed to requestFields \ Co-authored-by: Jaden Nguyen <[email protected]> --------- Co-authored-by: Jaden Nguyen <[email protected]> * Jack s (#12) * Updated tRPC URL by dispatching request fields respectively Co-authored-by: Jaden Nguyen <[email protected]> * tRPC URL updates and dispatches changed to requestFields \ Co-authored-by: Jaden Nguyen <[email protected]> * Cleaned up current code, removed consolelogs, added comments where neccessary Co-authored-by: David Beame <[email protected]> --------- Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: David Beame <[email protected]> * add working ws kill button (#13) * clean up old console logs (#14) --------- Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: EnYa <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> Co-authored-by: Jack <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> * modify package.json and update READme Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> * modify package.json and update READme Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Mihran Baytaryan <[email protected]> --------- Co-authored-by: Ethan Sclarsky <[email protected]> Co-authored-by: Yale Yng-Wong <[email protected]> Co-authored-by: Parkreiner <[email protected]> Co-authored-by: A13xaNunes <[email protected]> Co-authored-by: A13xaNunes <[email protected]> Co-authored-by: Hyejin Kim <[email protected]> Co-authored-by: Travis Lovis <[email protected]> Co-authored-by: hyejinkim <[email protected]> Co-authored-by: Travis Lovis <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: EnYa <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> * fix issues with react-spring (#17) --------- Co-authored-by: Parkreiner <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Mihran <[email protected]> Co-authored-by: KingzandBean <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack Sonoda <[email protected]> Co-authored-by: EnYa <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Jack <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: David Beame <[email protected]> Co-authored-by: Jaden Nguyen <[email protected]> Co-authored-by: Tanner Malmedal <[email protected]> Co-authored-by: Ethan Sclarsky <[email protected]> Co-authored-by: Yale Yng-Wong <[email protected]> Co-authored-by: A13xaNunes <[email protected]> Co-authored-by: A13xaNunes <[email protected]> Co-authored-by: Hyejin Kim <[email protected]> Co-authored-by: Travis Lovis <[email protected]> Co-authored-by: hyejinkim <[email protected]> Co-authored-by: Travis Lovis <[email protected]>
nattiechan
added a commit
that referenced
this pull request
Apr 13, 2023
Partially revive WebRTC functionality in Swell
NManem
added a commit
that referenced
this pull request
Aug 22, 2023
fixed testing errors, refactoring
MUnderbrink90
added a commit
that referenced
this pull request
Apr 18, 2024
fix: Swl 29 converted all uses of useDispatch and useSelector to their type safe counterparts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.