Skip to content
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

[FIX] Unexpected open or close visitor info #21094

Merged
merged 4 commits into from
Mar 18, 2021

Conversation

tiagoevanp
Copy link
Contributor

Proposed changes (including videos or screenshots)

The VisitorInfo component closes or open every time a new message was sent, this PR fix that.

Issue(s)

Steps to test or reproduce

Further comments

@tiagoevanp tiagoevanp requested a review from a team March 12, 2021 16:44
@lgtm-com
Copy link

lgtm-com bot commented Mar 12, 2021

This pull request introduces 1 alert when merging b78c097 into 73ea7a1 - view on LGTM.com

new alerts:

  • 1 for Useless assignment to local variable

@renatobecker renatobecker added this to the 3.13.0 milestone Mar 12, 2021
app/ui/client/views/app/room.js Outdated Show resolved Hide resolved
Co-authored-by: Tasso Evangelista <[email protected]>
@rm-yakovenko
Copy link
Contributor

rm-yakovenko commented Mar 16, 2021

@renatobecker The milestone for this PR is 3.13. Could you include it in 3.12.x?

@renatobecker renatobecker merged commit 9611e2b into develop Mar 18, 2021
@renatobecker renatobecker deleted the fix/omnichannel-visitor-info branch March 18, 2021 02:05
pierre-lehnen-rc added a commit that referenced this pull request Mar 22, 2021
* add folder structure

* Create ChannelAutoCompleteMultiple component

* Create GenericModal with Variants

* remove enum

* [WIP] Create Team Modal

* add pagination prop to GenericTable

* create teams modal

* remove ChannelAutoCompleteMultiple component

* set description in team

* fix redirect to room

* remove braces from simple string

Co-authored-by: Tasso Evangelista <[email protected]>

* single coat instead bool

* refactor useReactModal

* Move CreateTeam module

* Split TeamNameInput

* Convert BaseAvatar and UserAvatar to TypeScript

* Add UsersInput

* Convert CreateTeamModal to TypeScript

* Upgrade Fuselage

* update generic modal

* Fix team name validation

* Update i18n strings

* Add autofocus

* Pass translation-check

* Fix goToRoomById call

* Fix JSX expression

* [FIX] Unexpected open or close visitor info (#21094)

* fix unexpected open or close visitor info

* fix lgtm bot warning

Co-authored-by: Tasso Evangelista <[email protected]>

Co-authored-by: Tasso Evangelista <[email protected]>
Co-authored-by: Renato Becker <[email protected]>

* Type check useMethod hook

* Type check useEndpoint hook

* Type check useTranslation hook

* [NEW] use _rocketchatLogger in Apps debugLog (#21000)

* Remove redundant polyfill

* [IMPROVE] Improve Apps permission modal (#21193)

* improve modal design

* add en and pt-BR translations

* fix icon size

* [NEW][APPS] Map description as a room value in Apps (#20811)

* map 'description' as a room value

* Update Apps-Engine version

* [FIX] Wrong license seats number administration info panel (#21222)

* Use active users to display on limit of users for the license on info panel

* Print more info about issues with licenses on server

Co-authored-by: dougfabris <[email protected]>
Co-authored-by: gabriellsh <[email protected]>
Co-authored-by: Tiago Evangelista Pinto <[email protected]>
Co-authored-by: Gabriel Henriques <[email protected]>
Co-authored-by: Tasso Evangelista <[email protected]>
Co-authored-by: Renato Becker <[email protected]>
Co-authored-by: meomay503 <[email protected]>
Co-authored-by: Lucas Sartor Chauvin <[email protected]>
Co-authored-by: Rodrigo Nascimento <[email protected]>
pierre-lehnen-rc added a commit that referenced this pull request Mar 23, 2021
* add folder structure

* Rewrite Infopanels, create teaminfo

* Convert buttons to actions

* Create ChannelAutoCompleteMultiple component

* Create GenericModal with Variants

* wip

* Create GenericModal with Variants

* Create GenericModal with Variants

* WIP DeleteTeamModal

* add visual components

* remove enum

* [WIP] Create Team Modal

* add pagination prop to GenericTable

* Separate files, table logic

* lint

* create teams modal

* remove ChannelAutoCompleteMultiple component

* set description in team

* fix redirect to room

* remove braces from simple string

Co-authored-by: Tasso Evangelista <[email protected]>

* single coat instead bool

* refactor useReactModal

* Move CreateTeam module

* Split TeamNameInput

* Convert BaseAvatar and UserAvatar to TypeScript

* Add UsersInput

* Convert CreateTeamModal to TypeScript

* Upgrade Fuselage

* WIP

Co-authored-by: Douglas Fabris <[email protected]>

* update generic modal

* Fix team name validation

* Update i18n strings

* Add autofocus

* Pass translation-check

* Fix goToRoomById call

* Fix JSX expression

* [FIX] Unexpected open or close visitor info (#21094)

* fix unexpected open or close visitor info

* fix lgtm bot warning

Co-authored-by: Tasso Evangelista <[email protected]>

Co-authored-by: Tasso Evangelista <[email protected]>
Co-authored-by: Renato Becker <[email protected]>

* Type check useMethod hook

* Type check useEndpoint hook

* Type check useTranslation hook

* [NEW] use _rocketchatLogger in Apps debugLog (#21000)

* Remove redundant polyfill

* [IMPROVE] Improve Apps permission modal (#21193)

* improve modal design

* add en and pt-BR translations

* fix icon size

* [NEW][APPS] Map description as a room value in Apps (#20811)

* map 'description' as a room value

* Update Apps-Engine version

* WIP

* [FIX] Wrong license seats number administration info panel (#21222)

* Use active users to display on limit of users for the license on info panel

* Print more info about issues with licenses on server

* Delete & Leave Modals

* wip

* Fix bugs and remove logs

* expose teams fields to local collection

* Add teams section and team icon logic

* Add prototype of teams.listRoomsOfUser

* fix leave room array

* Add tabbar actions to team room

* Review

* backend integration

* Review

* Review

* Review

* Review

* Review

* hide renderTrackHorizontal on rc-scrollbars

Co-authored-by: dougfabris <[email protected]>
Co-authored-by: Gabriel Henriques <[email protected]>
Co-authored-by: gabriellsh <[email protected]>
Co-authored-by: Tiago Evangelista Pinto <[email protected]>
Co-authored-by: Tasso Evangelista <[email protected]>
Co-authored-by: Douglas Fabris <[email protected]>
Co-authored-by: Renato Becker <[email protected]>
Co-authored-by: meomay503 <[email protected]>
Co-authored-by: Lucas Sartor Chauvin <[email protected]>
Co-authored-by: Rodrigo Nascimento <[email protected]>
@sampaiodiego sampaiodiego mentioned this pull request Apr 3, 2021
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants