jiti-meet/modules/UI/videolayout
virtuacoplenny d7e112aaf0
fix(display-name): do not default name to placeholder name (#4027)
* ref(display-name): do not pass in display name

The component gets the state itself from redux.

* fix(display-name): do not default name to placeholder name

The web display name component supports inline editing of
the name. Problems can occur when the displayed name
differs from the actual saved name, because participants
without a display name, including the local user, have
a different, default display name displayed. So when
editing starts, the input field is populated with the
default name. To workaround such while supporting fetching
the display name using mapStateToProps, pass in both the
name which should be shown and the name value saved in
settings.

* ref(display-name): rename methods
2019-03-26 09:34:02 -07:00
..
Filmstrip.js fix(tile-view): thumbnail videos should cover entire thumbnail 2018-11-28 13:36:12 -08:00
LargeContainer.js feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
LargeVideoManager.js fix(large-video): do not show avatar if no url (#3871) 2019-02-06 19:19:02 -08:00
LocalVideo.js fix(display-name): do not default name to placeholder name (#4027) 2019-03-26 09:34:02 -07:00
RemoteVideo.js fix(display-name): do not default name to placeholder name (#4027) 2019-03-26 09:34:02 -07:00
SmallVideo.js fix(display-name): do not default name to placeholder name (#4027) 2019-03-26 09:34:02 -07:00
VideoContainer.js fix(large-video): do not show avatar if no url (#3871) 2019-02-06 19:19:02 -08:00
VideoLayout.js fix(display-name): do not default name to placeholder name (#4027) 2019-03-26 09:34:02 -07:00