FunctionRoomProfile({
roomId,
roomType,
name,
topic,
avatarUrl,
suggested,
memberCount,
joinRule,
options,
}: R
src/app/features/lobby/RoomItem.tsx:187
FunctionRoomProfileEdit({
canEditAvatar,
canEditName,
canEditTopic,
avatar,
name,
topic,
onClose,
}: RoomProfileEditPro
src/app/features/common-settings/general/RoomProfile.tsx:53
FunctionSearchFilters({
defaultRoomsFilterName,
allowGlobal,
roomList,
selectedRooms,
onSelectedRoomsChange,
global,
src/app/features/message-search/SearchFilters.tsx:339
FunctionSearchResultGroup({
room,
highlights,
items,
mediaAutoLoad,
urlPreview,
onOpen,
legacyUsernameColor,
hour24Cloc
src/app/features/message-search/SearchResultGroup.tsx:66
FunctionSidebarBtn({
active,
label,
id,
onClick,
children,
}: {
active?: boolean;
label: string;
id: T;
onClic
src/app/components/emoji-board/components/Sidebar.tsx:46
FunctionSpaceProfile({
roomId,
name,
avatarUrl,
suggested,
closed,
categoryId,
handleClose,
}: SpaceProfileProps)
src/app/features/lobby/SpaceItem.tsx:175
FunctionSpaceTab({
space,
selected,
onClick,
folder,
onDragging,
disabled,
onUnpin,
}: SpaceTabProps)
src/app/pages/client/sidebar/SpaceTabs.tsx:394
FunctionSpamInvites({
invites,
handleNavigate,
compact,
hour24Clock,
dateFormatString,
}: SpamInvitesProps)
src/app/pages/client/inbox/Invites.tsx:542