jiti-meet/react/features/display-name/components
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
..
AbstractDisplayNamePrompt.js flow: tame the beast 2019-03-21 14:47:55 +01:00
DisplayName.native.js feat(display-name): convert prompt to react 2017-08-04 10:21:18 -05:00
DisplayName.web.js fix(display-name): do not default name to placeholder name (#4027) 2019-03-26 09:34:02 -07:00
DisplayNamePrompt.native.js Remove some Flow annotations 2019-03-25 13:53:08 +01:00
DisplayNamePrompt.web.js Remove some Flow annotations 2019-03-25 13:53:08 +01:00
index.js feat(display-name): convert prompt to react 2017-08-04 10:21:18 -05:00