-
Notifications
You must be signed in to change notification settings - Fork 448
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
Enh(Message): Component splitting and store migration (Reactions only) #11261
Conversation
1be3ca0
to
8ff714a
Compare
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.
Here goes a first part, with moving the component:
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Outdated
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Outdated
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Outdated
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Show resolved
Hide resolved
628cdeb
to
40c9853
Compare
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Outdated
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Outdated
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Outdated
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Outdated
Show resolved
Hide resolved
272559d
to
dc0c4c4
Compare
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Outdated
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Outdated
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessageButtonsBar/MessageButtonsBar.vue
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Outdated
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Outdated
Show resolved
Hide resolved
426278c
to
6e95640
Compare
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.
Last one hopefully, just noticed some thing to optimize / fix
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.spec.js
Outdated
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.spec.js
Outdated
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.spec.js
Outdated
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Outdated
Show resolved
Hide resolved
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.vue
Outdated
Show resolved
Hide resolved
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.
Apart from that and hasOutdatedDetails
, see nothing blocking
Don't forget to rebase and resolve conflicts
src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.spec.js
Outdated
Show resolved
Hide resolved
b62334b
to
6db1aa2
Compare
Signed-off-by: DorraJaouad <[email protected]>
Signed-off-by: DorraJaouad <[email protected]>
Signed-off-by: DorraJaouad <[email protected]>
Signed-off-by: DorraJaouad <[email protected]>
Signed-off-by: DorraJaouad <[email protected]>
Signed-off-by: DorraJaouad <[email protected]>
Signed-off-by: DorraJaouad <[email protected]>
Signed-off-by: DorraJaouad <[email protected]>
Signed-off-by: DorraJaouad <[email protected]>
Signed-off-by: DorraJaouad <[email protected]>
Signed-off-by: DorraJaouad <[email protected]>
… deleted Signed-off-by: DorraJaouad <[email protected]>
Signed-off-by: DorraJaouad <[email protected]>
Signed-off-by: DorraJaouad <[email protected]>
Signed-off-by: DorraJaouad <[email protected]>
Signed-off-by: DorraJaouad <[email protected]>
Signed-off-by: DorraJaouad <[email protected]>
Signed-off-by: DorraJaouad <[email protected]>
6db1aa2
to
4b29193
Compare
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.
Tested locally and against c.nc
Let's split it task by task next time 🙈
🚧 Tasks
Note:
'reaction'
system message is not coming instantly like other reaction related system messages and sometimes is not even sent and reactions gets refetched upon the regular chat fetch. That's why you can notice that reactions come all at once as a batch when more than one is sent.🏁 Checklist