bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/common
prlanzarin 0fead2ebbb fix: omit unused props in talking-indicator, input stream selector and emoji button
The talking-indicator, emoji-button and input-live-stream-selector
components are passing props downstream that weren't omitted or handled
by inherited components (Button, Icon). That causes a handful of error
logs to be spammed in the console of dev environments, which is
annoying.

This commit addresses the issue by:
  - Making the talking, spoke, muted and isViewer props transient
    (styled-components) - which means they won't reach the DOM (as
    expected since they're style-only)
  - Omitting the EmojiButton `rotate` prop in the Icon component itself
    * Made that instead of transient because might be useful to migrate
      the rotate code to the Icon component?
2022-06-29 17:15:46 +00:00
..
button Merge tag 'v2.5.1' into merge25-26-jun16 2022-06-16 13:58:54 -03:00
checkbox move icon component to common folder 2022-02-15 14:51:51 +00:00
control-header test: fix/update tests on v2.5 2022-06-08 09:29:21 -03:00
error-boundary move error-boundary component to common folder 2022-02-15 14:11:03 +00:00
fallback-errors Merge remote-tracking branch 'upstream/v2.4.x-release' into v2.5.x-release 2022-02-24 14:49:56 +00:00
fullscreen-button move fullscreen-button component to common folder 2022-02-15 14:42:02 +00:00
icon fix: omit unused props in talking-indicator, input stream selector and emoji button 2022-06-29 17:15:46 +00:00
loading-screen move loading-screen component to common folder 2022-02-15 14:55:08 +00:00
locales-dropdown move locales-dropdown component to common folder 2022-02-15 14:57:07 +00:00
menu increase dropdown menu padding 2022-05-23 13:58:51 -03:00
modal remove unused custom button styles 2022-06-06 14:44:30 -03:00
switch fixing button bug inside lock-viewers RTL 2022-05-04 10:42:58 -03:00
toast Remove comment and unused import 2022-03-11 09:36:56 -03:00
tooltip fix(tooltip): wait 150ms to hide the tooltip 2022-06-07 10:59:18 -03:00