Avatar defaults and colors
This commit is contained in:
parent
a001882d58
commit
12d2b1bf7c
140 changed files with 4212 additions and 1084 deletions
|
@ -17,16 +17,17 @@ import { ComposerStep, OneTimeModalState } from '../ducks/conversations';
|
|||
import { getSearchResults, isSearching } from '../selectors/search';
|
||||
import { getIntl, getRegionCode } from '../selectors/user';
|
||||
import {
|
||||
getFilteredCandidateContactsForNewGroup,
|
||||
getCantAddContactForModal,
|
||||
getFilteredComposeContacts,
|
||||
getFilteredComposeGroups,
|
||||
getComposeAvatarData,
|
||||
getComposeGroupAvatar,
|
||||
getComposeGroupName,
|
||||
getComposeGroupExpireTimer,
|
||||
getComposeGroupName,
|
||||
getComposeSelectedContacts,
|
||||
getComposerConversationSearchTerm,
|
||||
getComposerStep,
|
||||
getFilteredCandidateContactsForNewGroup,
|
||||
getFilteredComposeContacts,
|
||||
getFilteredComposeGroups,
|
||||
getLeftPaneLists,
|
||||
getMaximumGroupSizeModalState,
|
||||
getRecommendedGroupSizeModalState,
|
||||
|
@ -35,6 +36,7 @@ import {
|
|||
getShowArchived,
|
||||
hasGroupCreationError,
|
||||
isCreatingGroup,
|
||||
isEditingAvatar,
|
||||
} from '../selectors/conversations';
|
||||
|
||||
import { SmartExpiredBuildDialog } from './ExpiredBuildDialog';
|
||||
|
@ -133,7 +135,9 @@ const getModeSpecificProps = (
|
|||
groupExpireTimer: getComposeGroupExpireTimer(state),
|
||||
hasError: hasGroupCreationError(state),
|
||||
isCreating: isCreatingGroup(state),
|
||||
isEditingAvatar: isEditingAvatar(state),
|
||||
selectedContacts: getComposeSelectedContacts(state),
|
||||
userAvatarData: getComposeAvatarData(state),
|
||||
};
|
||||
default:
|
||||
throw missingCaseError(composerStep);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue