Skip to content

Conversation

@ggazzo
Copy link
Member

@ggazzo ggazzo commented Jul 2, 2020

Proposed changes

More than a simple rewrite, as we're using Fuselage, our component toolkit. We introduce virtual lists and the search field.

Issue(s)

How to test or reproduce

Screenshots

before

image

after

image

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves a current function)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Hotfix (a major bugfix that has to be merged asap)
  • Documentation Update (if none of the other choices apply)

Checklist

  • I have read the CONTRIBUTING doc
  • I have signed the CLA
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works (if applicable)
  • I have added necessary documentation (if applicable)
  • Any dependent changes have been merged and published in downstream modules

Changelog

Further comments

@ggazzo ggazzo added this to the 3.5.0 milestone Jul 2, 2020
@ggazzo ggazzo requested a review from a team July 2, 2020 14:55
@lgtm-com
Copy link

lgtm-com bot commented Jul 2, 2020

This pull request introduces 8 alerts when merging fae16fe into b7e7ebe - view on LGTM.com

new alerts:

  • 5 for Unused variable, import, function or class
  • 3 for Property access on null or undefined

@ggazzo ggazzo force-pushed the rewrite/discussion branch from a7403c9 to b0afce0 Compare July 2, 2020 23:05
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.

$ mv 'client/Channel/Discussions' 'client/views/discussions'?

import './DiscussionTabbar.html';

const LIMIT_DEFAULT = 50;
createTemplateForComponent('DiscussionMessageList', () => import('../../../../client/Channel/Discussions/ContextualBar/List'), {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not let this declaration in some module under /client?

@ggazzo ggazzo force-pushed the rewrite/discussion branch from 6feb306 to 09c2e64 Compare July 6, 2020 13:14
gabriellsh
gabriellsh previously approved these changes Jul 10, 2020
@lgtm-com
Copy link

lgtm-com bot commented Jul 11, 2020

This pull request introduces 2 alerts when merging 383057e into 8427e69 - view on LGTM.com

new alerts:

  • 2 for Superfluous trailing arguments

@ggazzo ggazzo force-pushed the rewrite/discussion branch from 8eb42ec to 3ab82ca Compare July 11, 2020 02:40
@ggazzo ggazzo merged commit c492c61 into develop Jul 11, 2020
@ggazzo ggazzo deleted the rewrite/discussion branch July 11, 2020 03:48
gabriellsh added a commit that referenced this pull request Jul 13, 2020
…reset-login

* 'develop' of github.com:RocketChat/Rocket.Chat:
  Rewrite Contextual Bar Discussion List in React (#18127)
  Regression: Remove calls to Console API in useForm hook (#18244)
  [FIX]Update link URL at AppsWhatIsIt (#18240)
  Update the API of React Hooks using Meteor's reactive system (#18226)
  [FIX] CAS login not merging users with local accounts (#18238)
gabriellsh added a commit that referenced this pull request Jul 15, 2020
…ite/accounts

* 'develop' of github.com:RocketChat/Rocket.Chat:
  Regression: Message actions under "unread messages" warning (#18273)
  [NEW] Added profile field to inform Nickname for users in order to be searchable (#18260)
  [NEW] Sign in with apple (iOS client only) (#18258)
  [IMPROVE] Message action styles (#18190)
  Rewrite Contextual Bar Discussion List in React (#18127)
  Regression: Remove calls to Console API in useForm hook (#18244)
  [FIX]Update link URL at AppsWhatIsIt (#18240)
  Update the API of React Hooks using Meteor's reactive system (#18226)
  [FIX] CAS login not merging users with local accounts (#18238)
  [FIX] SAML login crashing when receiving an array of roles (#18224)
  [FIX] Application not loading due to reverse proxy decoding API calls unnecessarily (#18222)
  Update Apps-Engine version (#18212)
  [FIX] Old Data Migrations breaking upgrades (#18185)
gabriellsh added a commit that referenced this pull request Jul 15, 2020
…into rewrite/user_preferences

* 'rewrite/accounts' of github.com:RocketChat/Rocket.Chat:
  Regression: Message actions under "unread messages" warning (#18273)
  [NEW] Added profile field to inform Nickname for users in order to be searchable (#18260)
  [NEW] Sign in with apple (iOS client only) (#18258)
  [IMPROVE] Message action styles (#18190)
  Rewrite Contextual Bar Discussion List in React (#18127)
  Regression: Remove calls to Console API in useForm hook (#18244)
  [FIX]Update link URL at AppsWhatIsIt (#18240)
  Update the API of React Hooks using Meteor's reactive system (#18226)
  [FIX] CAS login not merging users with local accounts (#18238)
  [FIX] SAML login crashing when receiving an array of roles (#18224)
  [FIX] Application not loading due to reverse proxy decoding API calls unnecessarily (#18222)
  Update Apps-Engine version (#18212)
  [FIX] Old Data Migrations breaking upgrades (#18185)
@sampaiodiego sampaiodiego mentioned this pull request Jul 28, 2020
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.

4 participants