-
Notifications
You must be signed in to change notification settings - Fork 53
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
Alpha #1280
Merged
Merged
Alpha #1280
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
* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.61 * ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.62 * ci(restapi): 🎉 cut release to restapi-v0.9.0 * ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.63 * fix: fix errors * ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.64 * fix: changed stream type to any * ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.16 * fix: minor change * ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.17 * fix: minor fix * ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.36 * ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.37 * fix: fixed pagination bug and added functions for preload * fix: added review comments --------- Co-authored-by: Mohammed S <[email protected]>
* Added initial chat sidebar * fix: pagination done * Working stream with hacks, working badges, working loading, partial loading, not working accept stream * fix: added themisation and ens resolve * fix: fixed a bug * streaming tweaks * streaming tweaks with connected in restapi * fix: added search for chatPreviewList * fix: added error codes * frontend react demo adjustment and rebasing * duplicate import fix * fix: refatored code * fix: addec chat profile and create group changes * fix: changed chatSender to chatParticipant * fix: fixed scroll when not needed * fix: changed group size * fix: stream not getting connected * fix: tested socket events * fix: fixed bugs --------- Co-authored-by: harshrajat <[email protected]> Co-authored-by: Pritipriya Singh <[email protected]> Co-authored-by: KlausMikhaelson <[email protected]>
* feat(video-v2): add highlevel video class * feat(video): add video stream * fix(sendnotification): modify rules.access.data to be an object & code cleanup * fix(video): remove signer from input, throw err if signer, decrypted pgp key not found * feat(video): add sendNotification calls in connect, disconnect methods * fix(videonotificationrules): typo in VideoNotificationRules interface * add: useStream.ts video-v2-example-app * add: videoV2.tsx in video-v2-example-app * feat(video stream): handle connect, retry internally from the SDK * feat(video connect): remove the connect method from the videov2 SDK * fix(videov2): create push signer instance to get chain id in initialize() * fix(videov2-example): refactor react example component & remove useStream hook * fix(video stream): add backwards compatibilty to rules object for older SDK versions * fix(video stream): fix bug in rules object creation * fix(video stream): call connect() for ApproveVideo event * feat(example-video-1.5): video v2 example app implementation * feat(sdk-frontend): few ui changes * fix(video-v2-example-app): initialisevdeo call after a call ends * feat(video stream): add request, deny evennt handlers * feat(sdk-frontend and sdk-frontend-react): added video-v2 example implementation * fix: few fixes * refactor: refator and remove console logs * fix: fix import error * feat(video): update param names for video.initialize() * fix: param name changes * chore: added few comments * chore: ui toast added * fix(video example): remove pushprotocol sdk direct dir reference for initVideoCallData * fix(video example): import React in examples & update SDK version in sdk-frontend * feat(video example): replace video events from CONSTANTS obj * Edited video example to make it more versatile * Update index.js * fix: added layout for userProfile * fix: added modal * fix: added modal * fix: added modal content * fix: added theme for userprofile * fix: fixed bugs in profile --------- Co-authored-by: Madhur Gupta <[email protected]> Co-authored-by: Siddesh Sankhya <[email protected]> Co-authored-by: Siddesh <[email protected]> Co-authored-by: harshrajat <[email protected]> Co-authored-by: Harsh | Push <[email protected]>
* fix: fixed build issue (#1256) * fix: published new version
Notification icon fix
…ing-fixes refactor(multiple files): fixes export related terminal warning and updates yarn.lock
partial fix for chat info
Sdk update chat info
…e, fixed align issue when sender text was small
Uiweb chat info fixes
In index.js:
In package.json (uiweb):
In ActionRequestBubble.tsx:
In ChatViewList.tsx:
Please address the highlighted issues. If you need further clarification or assistance, feel free to ask. |
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.
Fixes Issue
Changes proposed
Check List (Check all the applicable boxes)
Screenshots
Note to reviewers