-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Fixed error to save scroll position #1730
Merged
taoeffect
merged 33 commits into
e2e-protocol
from
1711-chatroom-doesnt-save-the-previous-scroll-position
Oct 6, 2023
Merged
Changes from 31 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
3cf3512
feat: direct messages in identity contract
Silver-IT 74ff6cd
feat: add/remove getters
Silver-IT 7077eb6
feat: simplified getters
Silver-IT 7832977
wip: merging privateDMs and groupDMs
Silver-IT b8ee090
fix: coding issues
Silver-IT e864ee5
feat: UI updates for the DMs with more than 3
Silver-IT 3e77295
fix: add member to dm
Silver-IT 39c90a7
feat: changed base branch from e2e-protocol-ricardo to e2e-protocol
Silver-IT 14bfed0
fix: error in get dm by usernames
Silver-IT 1170c1b
chore: added comments
Silver-IT c4f5f1a
fix: error in function parameters declaration
Silver-IT c1271cc
fix: inconsistent naming of members when create a new DM
Silver-IT 4c0fd71
fix: redundant message rendering issue
Silver-IT 2092365
feat: grun tpin
Silver-IT f38eee0
chore: removed wrong version of contracts
Silver-IT 23a5fb2
feat: grunt pin:0.1.8
Silver-IT 827b975
feat: added comments
Silver-IT a0b48da
chore: removed changes in chelonia
Silver-IT 52c2946
chore: added comments
Silver-IT 6b885ac
chore: fix typo
Silver-IT bd919e2
feat: error handling
Silver-IT 7aeec7a
chore: removed unnecessary comment
Silver-IT d00e43e
feat: improved chatroom types and added comments
Silver-IT 1daccc6
fix: resolved conflicts
Silver-IT b9063f7
chore: resolved conflicts
Silver-IT 59606c4
feat: simplified getter
Silver-IT ebb588c
fix: resolved conflicts
Silver-IT d726496
chore: simplified
Silver-IT 4a9e986
chore: added comments, error handling
Silver-IT 2a98088
fix: error to save scroll position
Silver-IT 3191a31
fix: resolved conflicts
Silver-IT c198633
chore: removed allowDMInvite
Silver-IT b58ffb6
Merge branch 'e2e-protocol' into 1711-chatroom-doesnt-save-the-previo…
Silver-IT File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"head":{"manifestVersion":"1.0.0"},"body":"{\"version\":\"0.2.0\",\"contract\":{\"hash\":\"21XWnNTMkdh4kSPqYSBg7w2vEbVu6K8VVsTHhmmk7ASyeywTF1\",\"file\":\"identity.js\"},\"authors\":[{\"cipher\":\"algo\",\"key\":\"<pubkey from deploy-key.json>\"},{\"cipher\":\"algo\",\"key\":\"<pubkey from alex.json>\"}],\"contractSlim\":{\"file\":\"identity-slim.js\",\"hash\":\"21XWnNX2cByjzY8L5pxyuBxemFAoWcThiHXkX88WdMQqCi5eBY\"}}","signature":{"key":"<which of the 'authors' keys was used to sign 'body'>","signature":"<signature>"}} | ||
{"head":{"manifestVersion":"1.0.0"},"body":"{\"version\":\"0.2.0\",\"contract\":{\"hash\":\"21XWnNFMx7avBEHobMZvMdS3Z1hsAp7toY9LbhitH9saGh3vVb\",\"file\":\"identity.js\"},\"authors\":[{\"cipher\":\"algo\",\"key\":\"<pubkey from deploy-key.json>\"},{\"cipher\":\"algo\",\"key\":\"<pubkey from alex.json>\"}],\"contractSlim\":{\"file\":\"identity-slim.js\",\"hash\":\"21XWnNWrfPGhkJBtxf1V12x1sw2fx1GhjLEGsa6Mc9mqLwWerA\"}}","signature":{"key":"<which of the 'authors' keys was used to sign 'body'>","signature":"<signature>"}} |
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you merge
e2e-protocol
back into this PR?