Introduce the new Settings tab

Co-authored-by: Jamie Kyle <jamie@signal.org>
Co-authored-by: Fedor Indutny <indutny@signal.org>
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
Scott Nonnenberg
2025-05-15 13:58:20 +10:00
committed by GitHub
parent 0d906e88ff
commit fe9d042e40
55 changed files with 1468 additions and 2092 deletions

View File

@@ -63,7 +63,7 @@ export const SmartChatColorPicker = memo(function SmartChatColorPicker({
};
const getConversationsWithCustomColor = useCallback(
async (colorId: string): Promise<Array<ConversationType>> => {
(colorId: string): Array<ConversationType> => {
return conversationWithCustomColorSelector(colorId);
},
[conversationWithCustomColorSelector]