Skip to content

Conversation

@ggazzo
Copy link
Member

@ggazzo ggazzo commented Apr 14, 2021

Proposed changes (including videos or screenshots)

Issue(s)

Steps to test or reproduce

Further comments

@lgtm-com
Copy link

lgtm-com bot commented Apr 14, 2021

This pull request introduces 1 alert when merging b85986e into da6b34f - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Apr 15, 2021

This pull request introduces 1 alert when merging b7d0e8b into 7f2d924 - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

@ggazzo ggazzo requested a review from a team April 15, 2021 21:38

if (!previousNode) {
setTimeout(() => {
currentNode.dispatchEvent(new CustomEvent('MessageGroup', { bubbles: true }));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love that <3

@@ -1,5 +1,5 @@
import { Meteor } from 'meteor/meteor';
import { Session } from 'meteor/session';
// import { Session } from 'meteor/session';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

//

name: roomConfig.route.name,
action: roomConfig.route.action,
triggersExit: [() => Session.set('openedRoom', '')],
// triggersExit: [() => Session.set('openedRoom', '')],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

//

@@ -1,5 +1,5 @@
import { Blaze } from 'meteor/blaze';
import { Session } from 'meteor/session';
// import { Session } from 'meteor/session';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

//


Session.set('lastOpenedRoom', Session.get('openedRoom'));
Session.set('openedRoom', null);
// Session.set('lastOpenedRoom', Session.get('openedRoom'));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

//

createTemplateForComponent(
'DiscussionMetric',
() => import('./components/Message/Metrics/Discussion'),
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code style consistence... braces in the same line or not?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tell that to my prettier

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, under client/, Prettier is the ruler.

Copy link
Contributor

@tassoevan tassoevan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Respect ESLint.

@ggazzo ggazzo merged commit b226da3 into develop Apr 16, 2021
@ggazzo ggazzo deleted the regression/reactivity branch April 16, 2021 11:00
@sampaiodiego sampaiodiego mentioned this pull request Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants