FunctionsocialAccountBook({
id,
name,
description,
color,
incomeSum,
expenditureSum,
images,
isMaster,
}: SocialBook)
client/src/components/organisms/SocialAccountBook/SocialAccountBook.tsx:54
FunctionsquircleCard({
backgroundColor,
width,
height,
children,
flexFlow,
}: Props)
client/src/components/atoms/div/SquircleCard/SquircleCard.tsx:34
FunctionstickWithText({
name,
money,
percent,
height,
width,
inColor,
outColor,
}: Props)
client/src/components/molecules/StickWithText/StickWithText.tsx:48
FunctiontextArea({
fontSize,
fontColor,
backgroundColor,
value,
width,
height,
placeholder,
onChange,
}: Props
client/src/components/atoms/textarea/TextArea/TextArea.tsx:41
FunctionupdateSocialBook(
masterId: number,
bookId: number,
name: string,
description: string,
color: string,
)
server/src/socialBook/service.ts:19
FunctionuserInviteCard({
link,
stateId,
userId,
bookId,
name,
callback,
backgroundColor,
buttonName,
}: Props)
client/src/components/molecules/UserInviteCard/UserInviteCard.tsx:20
FunctionuserInviteCard({
link,
stateId,
userId,
bookId,
name,
callback,
backgroundColor,
buttonName,
}: Props)
client/src/components/molecules/UserInviteCard/UserInviteCard.stories.tsx:20