jiti-meet/react/features
Saúl Ibarra Corretgé 0e92e73789 chore: use strings as action types
Using anything non-serializable for action types is discouraged:
https://redux.js.org/faq/actions#actions

In fact, this is the Flow definition for dispatching actions:

declare export type DispatchAPI<A> = (action: A) => A;
declare export type Dispatch<A: { type: $Subtype<string> }> = DispatchAPI<A>;

Note how the `type` field is defined as a subtype of string, which Symbol isn’t.
2019-03-21 14:47:55 +01:00
..
always-on-top ref(always-on-top): trigger toolbar hide timeout after update 2018-11-21 08:08:45 -08:00
analytics feat(amplitude): add mobile implementation 2019-03-12 16:48:08 +01:00
app ref: js-utils for random and room name generator (#3975) 2019-03-19 10:35:36 -07:00
audio-level-indicator ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
authentication chore: use strings as action types 2019-03-21 14:47:55 +01:00
base chore: use strings as action types 2019-03-21 14:47:55 +01:00
calendar-sync chore: use strings as action types 2019-03-21 14:47:55 +01:00
chat chore: use strings as action types 2019-03-21 14:47:55 +01:00
conference feat(subject): UI 2019-03-12 23:03:58 +00:00
connection-indicator ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
connection-stats fix: Shows the "turn" indication for non-p2p connections. (#3865) 2019-02-05 23:13:59 +00:00
deep-linking chore: use strings as action types 2019-03-21 14:47:55 +01:00
desktop-picker Change dialog button property keys 2019-03-07 01:09:03 +01:00
device-selection chore: use strings as action types 2019-03-21 14:47:55 +01:00
display-name Remove default value from openDisplayNamePrompt action 2019-01-16 11:03:29 +01:00
dropbox chore: use strings as action types 2019-03-21 14:47:55 +01:00
etherpad chore: use strings as action types 2019-03-21 14:47:55 +01:00
feedback chore: use strings as action types 2019-03-21 14:47:55 +01:00
filmstrip chore: use strings as action types 2019-03-21 14:47:55 +01:00
google-api chore: use strings as action types 2019-03-21 14:47:55 +01:00
invite chore: use strings as action types 2019-03-21 14:47:55 +01:00
keyboard-shortcuts chore: use strings as action types 2019-03-21 14:47:55 +01:00
large-video chore: use strings as action types 2019-03-21 14:47:55 +01:00
local-recording chore: use strings as action types 2019-03-21 14:47:55 +01:00
mobile chore: use strings as action types 2019-03-21 14:47:55 +01:00
notifications chore: use strings as action types 2019-03-21 14:47:55 +01:00
overlay chore: use strings as action types 2019-03-21 14:47:55 +01:00
presence-status ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
recent-list chore: use strings as action types 2019-03-21 14:47:55 +01:00
recording chore: use strings as action types 2019-03-21 14:47:55 +01:00
remote-control Change dialog button property keys 2019-03-07 01:09:03 +01:00
remote-video-menu Change dialog button property keys 2019-03-07 01:09:03 +01:00
room-lock [RN] Make feature dialogs branded: room-lock 2018-12-18 13:21:48 +01:00
settings chore: use strings as action types 2019-03-21 14:47:55 +01:00
share-room chore: use strings as action types 2019-03-21 14:47:55 +01:00
shared-video chore: use strings as action types 2019-03-21 14:47:55 +01:00
speaker-stats Change dialog button property keys 2019-03-07 01:09:03 +01:00
subtitles chore: use strings as action types 2019-03-21 14:47:55 +01:00
toolbox chore: use strings as action types 2019-03-21 14:47:55 +01:00
transcribing chore: use strings as action types 2019-03-21 14:47:55 +01:00
unsupported-browser ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
video-layout chore: use strings as action types 2019-03-21 14:47:55 +01:00
video-quality Change dialog button property keys 2019-03-07 01:09:03 +01:00
videosipgw chore: use strings as action types 2019-03-21 14:47:55 +01:00
welcome chore: use strings as action types 2019-03-21 14:47:55 +01:00